< Home - < Back

perl-File-pushd


Information about the package, perl-File-pushd, which is shipped with common Linux distributions. The perl-File-pushd package is designed for, Change directory temporarily for a limited scope.


Package Name:

perl-File-pushd

Summary:

Change directory temporarily for a limited scope

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.

Architecture:

noarch

Version:

1.00

Release:

3.1.el6

Size:

17 k

Repository:

base

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for perl-File-pushd


Control the perl-File-pushd package with the following handy commands outlined below.


Command

Description of Command

yum install perl-File-pushd

This command will install perl-File-pushd on the server.

yum remove perl-File-pushd

This command will un-install perl-File-pushd on the server. When you run this command, you will be asked if you are sure that you want to remove perl-File-pushd, so you have to manually confirm that you want to do this.

yum -y remove perl-File-pushd

This command will un-install perl-File-pushd on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-File-pushd when using the -y flag.

yum update perl-File-pushd

This command will update perl-File-pushd to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-File-pushd, so you have to manually confirm that you want to do this.

yum -y update perl-File-pushd

This command will update perl-File-pushd to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-File-pushd when using the -y flag.

yum info perl-File-pushd

This command will show you core information about the perl-File-pushd package.

yum deplist perl-File-pushd

This command will show you the dependencies for perl-File-pushd. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-File-pushd

This command will check if there is an update waiting on perl-File-pushd. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.