Install notmuch-addrlookup
Installing notmuch-addrlookup package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install notmuch-addrlookup
notmuch-addrlookup package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | notmuch-addrlookup |
version | 5-1 |
description | Address lookup tool for Notmuch |
subsection | utils |
website | github.com / aperezdc / notmuch-addrlookup-c |
maintainer | Sophie Brun |
Uninstall notmuch-addrlookup
To remove just notmuch-addrlookup package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove notmuch-addrlookup
Uninstall notmuch-addrlookup and it’s dependent packages
To remove the notmuch-addrlookup package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove notmuch-addrlookup
Purging notmuch-addrlookup
If you also want to delete configuration and/or data files of notmuch-addrlookup from Debian Sid then this will work:
sudo apt-get purge notmuch-addrlookup
To delete configuration and/or data files of notmuch-addrlookup and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove notmuch-addrlookup