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

Last updated: May 02,2024

1. Install "libfile-pushd-perl" package

This tutorial shows how to install libfile-pushd-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfile-pushd-perl" package

Please follow the steps below to uninstall libfile-pushd-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfile-pushd-perl
Priority: optional
Section: universe/perl
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.009-1
Depends: perl
Filename: pool/universe/libf/libfile-pushd-perl/libfile-pushd-perl_1.009-1_all.deb
Size: 11908
MD5sum: f44bbf19cee94257840323bf000c719e
SHA1: acea67014baf135e28f7f6d6c7cb23595af08be5
SHA256: 74bd7604329f6b15d59e58b6c2bbcc145b026a012f5814a433550a880acebb54
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
Homepage: https://metacpan.org/release/File-pushd
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu