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

Last updated: November 29,2024

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

This is a short guide on how to install perl-File-Inplace.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall perl-File-Inplace.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:20:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-File-Inplace
Version : 0.20
Release : 33.fc39
Architecture : noarch
Size : 14 k
Source : perl-File-Inplace-0.20-33.fc39.src.rpm
Repository : fedora
Summary : Perl module for in-place editing of files
URL : https://metacpan.org/release/File-Inplace
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.