How to Install and Uninstall libfile-lchown-perl Package on Kali Linux

Last updated: May 21,2024

1. Install "libfile-lchown-perl" package

This tutorial shows how to install libfile-lchown-perl on Kali Linux

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

2. Uninstall "libfile-lchown-perl" package

Here is a brief guide to show you how to uninstall libfile-lchown-perl on Kali Linux:

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

3. Information about the libfile-lchown-perl package on Kali Linux

Package: libfile-lchown-perl
Source: libfile-lchown-perl (0.02-3)
Version: 0.02-3+b2
Installed-Size: 41
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 8700
SHA256: 210af15e4d9debfd3b1a9e4e38ac01defd152a615d793b097a728bd198f6df1c
SHA1: 266e3fe0cf269007ee4143abc140fccaac154e8c
MD5sum: d426036a730a089b011434ed81b1c92f
Description: 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:
Homepage: https://metacpan.org/release/File-lchown
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-lchown-perl/libfile-lchown-perl_0.02-3+b2_amd64.deb