Information about the package, perl-File-Inplace, which is shipped with common Linux distributions. The perl-File-Inplace package is designed for, Perl module for in-place editing of files.
Package Name:
perl-File-Inplace
Summary:
Perl module for in-place editing of files
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.
Architecture:
noarch
Version:
0.20
Release:
1.el6
Size:
11 k
Repository:
epel
From Repository:
Licence:
(GPL+ or Artistic)
Control the perl-File-Inplace package with the following handy commands outlined below.
yum install perl-File-Inplace
This command will install perl-File-Inplace on the server.
yum remove perl-File-Inplace
This command will un-install perl-File-Inplace on the server. When you run this command, you will be asked if you are sure that you want to remove perl-File-Inplace, so you have to manually confirm that you want to do this.
yum -y remove perl-File-Inplace
This command will un-install perl-File-Inplace on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-File-Inplace when using the -y flag.
yum update perl-File-Inplace
This command will update perl-File-Inplace to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-File-Inplace, so you have to manually confirm that you want to do this.
yum -y update perl-File-Inplace
This command will update perl-File-Inplace to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-File-Inplace when using the -y flag.
yum info perl-File-Inplace
This command will show you core information about the perl-File-Inplace package.
yum deplist perl-File-Inplace
This command will show you the dependencies for perl-File-Inplace. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update perl-File-Inplace
This command will check if there is an update waiting on perl-File-Inplace. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.