How to Install and Uninstall perl-File-pushd.noarch Package on Oracle Linux 8

Last updated: May 03,2024

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

This guide covers the steps necessary to install perl-File-pushd.noarch on Oracle Linux 8

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

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

Learn how to uninstall perl-File-pushd.noarch on Oracle Linux 8:

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

3. Information about the perl-File-pushd.noarch package on Oracle Linux 8

Last metadata expiration check: 3:38:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-File-pushd
Version : 1.014
Release : 6.module+el8.3.0+7696+8d70366a
Architecture : noarch
Size : 27 k
Source : perl-File-pushd-1.014-6.module+el8.3.0+7696+8d70366a.src.rpm
Repository : ol8_appstream
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.