Install netsurf-common
Installing netsurf-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netsurf-common
netsurf-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netsurf-common |
version | 3.2+dfsg-2.3 |
description | small web browser with CSS support common files |
subsection | web |
website | netsurf-browser.org |
maintainer | Vincent Sanders |
Uninstall netsurf-common
To remove just netsurf-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netsurf-common
Uninstall netsurf-common and it’s dependent packages
To remove the netsurf-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netsurf-common
Purging netsurf-common
If you also want to delete configuration and/or data files of netsurf-common from Debian Sid then this will work:
sudo apt-get purge netsurf-common
To delete configuration and/or data files of netsurf-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netsurf-common