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

Last updated: November 27,2024

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

Please follow the steps below to install perl-IO-InSitu.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-IO-InSitu.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:09:58 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-IO-InSitu
Version : 0.0.2
Release : 34.fc35
Architecture : noarch
Size : 18 k
Source : perl-IO-InSitu-0.0.2-34.fc35.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.