Install netrik
Installing netrik package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netrik
netrik package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netrik |
version | 1.16.1-2 |
description | text mode WWW browser with vi like keybindings |
subsection | web |
website | netrik.sourceforge.net |
maintainer | Debian QA Group |
Uninstall netrik
To remove just netrik package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netrik
Uninstall netrik and it’s dependent packages
To remove the netrik package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netrik
Purging netrik
If you also want to delete configuration and/or data files of netrik from Debian Sid then this will work:
sudo apt-get purge netrik
To delete configuration and/or data files of netrik and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netrik