Install navi2ch
Installing navi2ch package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install navi2ch
navi2ch package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | navi2ch |
version | 2.0.0~git20120331-1 |
description | 2channel Navigator for Emacs |
subsection | lisp |
website | navi2ch.sourceforge.net |
maintainer | Takaya Yamashita |
Uninstall navi2ch
To remove just navi2ch package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove navi2ch
Uninstall navi2ch and it’s dependent packages
To remove the navi2ch package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove navi2ch
Purging navi2ch
If you also want to delete configuration and/or data files of navi2ch from Debian Sid then this will work:
sudo apt-get purge navi2ch
To delete configuration and/or data files of navi2ch and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove navi2ch