How to Install and Uninstall libfile-inplace-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libfile-inplace-perl" package

Please follow the guidelines below to install libfile-inplace-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libfile-inplace-perl

2. Uninstall "libfile-inplace-perl" package

Please follow the guidance below to uninstall libfile-inplace-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libfile-inplace-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfile-inplace-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libfile-inplace-perl
Priority: optional
Section: universe/perl
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.20-1
Depends: perl
Filename: pool/universe/libf/libfile-inplace-perl/libfile-inplace-perl_0.20-1_all.deb
Size: 8362
MD5sum: 2f502f300ce94f79546d4e22080b0b3c
SHA1: 93c052e2e09b0207b6eb044d9734e0e2b0490cca
SHA256: a7112426db902e1f95eeb19b2ffd1eb60ad57e581a22f4c7b948d75650045dd5
Description-en: Perl module to ease editing a file in-place
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.
Description-md5: 63812d1b04045528ec0375439bff7877
Homepage: http://search.cpan.org/dist/File-Inplace/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu