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

Last updated: May 02,2024

1. Install "libfile-pushd-perl" package

Please follow the guidance below to install libfile-pushd-perl on Kali Linux

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

2. Uninstall "libfile-pushd-perl" package

Please follow the guidelines below to uninstall libfile-pushd-perl on Kali Linux:

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

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

Package: libfile-pushd-perl
Version: 1.016-2
Installed-Size: 35
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 13512
SHA256: 7363fc0ad08cac40ab6a4db544b1b66257c8011155f2255ba290df07323c7821
SHA1: 73f7a555da2b803a66ffb11b7fc87a301f6ea3f5
MD5sum: 9fa1b09bb51a5141b6118919afe2370b
Description: module for changing directory temporarily for a limited scope
File::pushd does a temporary chdir that is easily and automatically reverted,
similar to pushd in some Unix command shells. It works by creating an object
that caches the original working directory. When the object is destroyed, the
destructor calls chdir to revert to the original working directory. By
storing the object in a lexical variable with a limited scope, this happens
automatically at the end of the scope.
.
This is very handy when working with temporary directories for tasks like
testing; a function is provided to streamline getting a temporary directory
from File::Temp.
Description-md5:
Homepage: https://metacpan.org/release/File-pushd
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-pushd-perl/libfile-pushd-perl_1.016-2_all.deb