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

Last updated: July 07,2024

1. Install "libfile-lchown-perl" package

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

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

2. Uninstall "libfile-lchown-perl" package

In this section, we are going to explain the necessary steps to uninstall libfile-lchown-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfile-lchown-perl
Priority: optional
Section: universe/perl
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.02-2build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libf/libfile-lchown-perl/libfile-lchown-perl_0.02-2build1_amd64.deb
Size: 9134
MD5sum: 08a33d2f16c7a273b98caacc9deeca97
SHA1: 15b760a540051220e7a937216e37926ada755e0e
SHA256: 0c0318bdd524642245f8500579d6b5723dbccd731cae20e0ce74b44b36d9a8c9
Description-en: module to modify attributes of symlinks without dereferencing them
The regular chown system call will dereference a symlink and apply ownership
changes to the file at which it points. Some OSes provide system calls that
do not dereference a symlink but instead apply their changes directly to the
named path, even if that path is a symlink (in much the same way that lstat
will return attributes of a symlink rather than the file at which it points).
.
File::lchown provides a wrapper around those system calls.
Description-md5: 97e295f0d87ad9be357d97b236bb77b2
Homepage: https://metacpan.org/release/File-lchown
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu