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

Last updated: September 20,2024

1. Install "libfile-chdir-perl" package

Learn how to install libfile-chdir-perl on Kali Linux

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

2. Uninstall "libfile-chdir-perl" package

This is a short guide on how to uninstall libfile-chdir-perl on Kali Linux:

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

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

Package: libfile-chdir-perl
Version: 0.1008-1.1
Installed-Size: 30
Maintainer: James Bromberger
Architecture: all
Depends: perl:any
Size: 12192
SHA256: f21433e0517a2aaed9239ee5e922599f93a92a65f9a0daa2d6a17cacabbaf79b
SHA1: 2fe7438aa0b6779b5a4d201892e9ad534f9b6689
MD5sum: ef9f2b4eef4f1c40e426217b9b1a367a
Description: more sensible way to change directories
Perl's chdir() has the unfortunate problem of being very, very, very
global. If any part of your program calls chdir() or if any library you
use calls chdir(), it changes the current working directory for the
whole program.
.
This sucks.
.
File::chdir gives you an alternative, $CWD and @CWD. These two variables
combine all the power of chdir(), File::Spec and Cwd.
Description-md5:
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-chdir-perl/libfile-chdir-perl_0.1008-1.1_all.deb