How to Install and Uninstall perl-File-Inplace.noarch Package on Amazon Linux 2

Last updated: November 28,2024

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

This is a short guide on how to install perl-File-Inplace.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-File-Inplace.noarch

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

In this section, we are going to explain the necessary steps to uninstall perl-File-Inplace.noarch on Amazon Linux 2:

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

3. Information about the perl-File-Inplace.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-File-Inplace
Arch : noarch
Version : 0.20
Release : 8.amzn2
Size : 12 k
Repo : amzn2-core/2/x86_64
Summary : Perl module for in-place editing of files
URL : http://search.cpan.org/dist/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.