Install nfs-common
Installing nfs-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nfs-common
nfs-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nfs-common |
version | 1:1.2.8-9 |
description | NFS support files common to client and server |
subsection | net |
website | nfs.sourceforge.net |
maintainer | Debian kernel team |
Uninstall nfs-common
To remove just nfs-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nfs-common
Uninstall nfs-common and it’s dependent packages
To remove the nfs-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nfs-common
Purging nfs-common
If you also want to delete configuration and/or data files of nfs-common from Debian Sid then this will work:
sudo apt-get purge nfs-common
To delete configuration and/or data files of nfs-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nfs-common