Install tar-doc
Installing tar-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install tar-doc
tar-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | tar-doc |
version | 1.28-1 |
description | documentation for the tar package |
subsection | doc |
maintainer | Bdale Garbee |
Uninstall tar-doc
To remove just tar-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove tar-doc
Uninstall tar-doc and it’s dependent packages
To remove the tar-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove tar-doc
Purging tar-doc
If you also want to delete configuration and/or data files of tar-doc from Debian Sid then this will work:
sudo apt-get purge tar-doc
To delete configuration and/or data files of tar-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove tar-doc