How to Install and Uninstall perl-File-Inplace.noarch Package on Fedora 35

Last updated: November 25,2024

1. Install "perl-File-Inplace.noarch" package

Learn how to install perl-File-Inplace.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-File-Inplace.noarch

2. Uninstall "perl-File-Inplace.noarch" package

Please follow the step by step instructions below to uninstall perl-File-Inplace.noarch on Fedora 35:

$ sudo dnf remove perl-File-Inplace.noarch $ sudo dnf autoremove

3. Information about the perl-File-Inplace.noarch package on Fedora 35

Last metadata expiration check: 0:47:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-File-Inplace
Version : 0.20
Release : 30.fc35
Architecture : noarch
Size : 15 k
Source : perl-File-Inplace-0.20-30.fc35.src.rpm
Repository : fedora
Summary : Perl module for in-place editing of files
URL : https://metacpan.org/release/File-Inplace
License : (GPL+ or Artistic)
Description : File::Inplace is a perl module intended to ease the common task of editing
: a file in-place. Inspired by variations of perl's -i option, this module is
: intended for somewhat more structured and reusable editing than command
: line perl typically allows. File::Inplace endeavors to guarantee file
: integrity; that is, either all of the changes made will be saved to the
: file, or none will. It also offers functionality such as backup creation,
: automatic field splitting per-line, automatic chomping/unchomping, and
: aborting edits partially through without affecting the original file.