How to Install and Uninstall perl-File-pushd.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 28,2024
1. Install "perl-File-pushd.noarch" package
This tutorial shows how to install perl-File-pushd.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-File-pushd.noarch
Copied
2. Uninstall "perl-File-pushd.noarch" package
Please follow the guidance below to uninstall perl-File-pushd.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-File-pushd.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-File-pushd.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:05:29 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-File-pushd
Version : 1.016
Release : 12.el9
Architecture : noarch
Size : 26 k
Source : perl-File-pushd-1.016-12.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Change directory temporarily for a limited scope
URL : https://metacpan.org/release/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.
Available Packages
Name : perl-File-pushd
Version : 1.016
Release : 12.el9
Architecture : noarch
Size : 26 k
Source : perl-File-pushd-1.016-12.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Change directory temporarily for a limited scope
URL : https://metacpan.org/release/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.