< Home - < Back

fakeroot


Information about the package, fakeroot, which is shipped with common Linux distributions. The fakeroot package is designed for, Gives a fake root environment.


Package Name:

fakeroot

Summary:

Gives a fake root environment

Description:

fakeroot runs a command in an environment wherein it appears to have root privileges for file manipulation. fakeroot works by replacing the file manipulation library functions (chmod(2), stat(2) etc.) by ones that simulate the effect the real library functions would have had, had the user really been root.

Architecture:

x86_64

Version:

1.12.2

Release:

22.2.el6

Size:

73 k

Repository:

base

From Repository:

Licence:

GPL+



Handy Yum Commands for fakeroot


Control the fakeroot package with the following handy commands outlined below.


Command

Description of Command

yum install fakeroot

This command will install fakeroot on the server.

yum remove fakeroot

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

yum -y remove fakeroot

This command will un-install fakeroot 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 fakeroot when using the -y flag.

yum update fakeroot

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

yum -y update fakeroot

This command will update fakeroot 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 fakeroot when using the -y flag.

yum info fakeroot

This command will show you core information about the fakeroot package.

yum deplist fakeroot

This command will show you the dependencies for fakeroot. 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 fakeroot

This command will check if there is an update waiting on fakeroot. 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.