How to Install and Uninstall libfile-pushd-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 02,2024

1. Install "libfile-pushd-perl" package

Please follow the guidelines below to install libfile-pushd-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libfile-pushd-perl" package

This guide covers the steps necessary to uninstall libfile-pushd-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libfile-pushd-perl package on Ubuntu 21.10 (Impish Indri)

Package: libfile-pushd-perl
Architecture: all
Version: 1.016-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Depends: perl
Filename: pool/universe/libf/libfile-pushd-perl/libfile-pushd-perl_1.016-1_all.deb
Size: 12004
MD5sum: ea74ebf50b5b25d53d32f0c759b7aab7
SHA1: 09c8ccf4754663e7505c53f1b20c370507e4cddd
SHA256: effc86b3baf4b92b5b049a07fb6444aa8fd79eb5bcba946648663e5b6ac73907
SHA512: 3ffd1db52fa8f8a4ac402f999097018ddabb8aee46733cfe71f2479ba0903ee76ed5a2d65368f9d5c3370afa4be00c62eba0857b1ab864d0821865f08e3c9efc
Homepage: https://metacpan.org/release/File-pushd
Description-en: 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: dae9b74de8b1b4f233bfcf474329a0f9