How to Install and Uninstall perl-IO-InSitu.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "perl-IO-InSitu.noarch" package

Please follow the guidance below to install perl-IO-InSitu.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-IO-InSitu.noarch

2. Uninstall "perl-IO-InSitu.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-IO-InSitu.noarch on Fedora 34:

$ sudo dnf remove perl-IO-InSitu.noarch $ sudo dnf autoremove

3. Information about the perl-IO-InSitu.noarch package on Fedora 34

Last metadata expiration check: 2:26:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-IO-InSitu
Version : 0.0.2
Release : 32.fc34
Architecture : noarch
Size : 18 k
Source : perl-IO-InSitu-0.0.2-32.fc34.src.rpm
Repository : fedora
Summary : Avoid clobbering files opened for both input and output
URL : https://metacpan.org/release/IO-InSitu
License : GPL+ or Artistic
Description : This module provides a function called open_rw(), that is passed two
: file names and returns two handles, one open for reading and the other
: for writing. It's like doing two separate open() calls, except that it
: detects cases where the input and output file are the same, and avoids
: clobbering the input file when reopening it for output.