How to Install and Uninstall perl-File-pushd.src Package on Oracle Linux 9

Last updated: July 05,2024

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

Learn how to install perl-File-pushd.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-File-pushd.src

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

Here is a brief guide to show you how to uninstall perl-File-pushd.src on Oracle Linux 9:

$ sudo dnf remove perl-File-pushd.src $ sudo dnf autoremove

3. Information about the perl-File-pushd.src package on Oracle Linux 9

Last metadata expiration check: 1:26:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-File-pushd
Version : 1.016
Release : 12.el9
Architecture : src
Size : 31 k
Source : None
Repository : ol9_appstream
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.