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