How to Install and Uninstall perl-File-pushd.noarch Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "perl-File-pushd.noarch" package

Please follow the instructions below to install perl-File-pushd.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-File-pushd.noarch

2. Uninstall "perl-File-pushd.noarch" package

Please follow the steps below to uninstall perl-File-pushd.noarch on Amazon Linux 2:

$ sudo yum remove perl-File-pushd.noarch $ sudo yum autoremove

3. Information about the perl-File-pushd.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-File-pushd
Arch : noarch
Version : 1.005
Release : 2.amzn2
Size : 20 k
Repo : amzn2-core/2/x86_64
Summary : Change directory temporarily for a limited scope
URL : http://search.cpan.org/dist/File-pushd/
License : ASL 2.0
Description : 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.