Install mu-cite
Installing mu-cite package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mu-cite
mu-cite package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mu-cite |
version | 8.1+0.20140609-1 |
description | message citation utility for emacsen |
subsection | |
website | jpl.org / elips / mu / |
maintainer | Tatsuya Kinoshita |
Uninstall mu-cite
To remove just mu-cite package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mu-cite
Uninstall mu-cite and it’s dependent packages
To remove the mu-cite package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mu-cite
Purging mu-cite
If you also want to delete configuration and/or data files of mu-cite from Debian Sid then this will work:
sudo apt-get purge mu-cite
To delete configuration and/or data files of mu-cite and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mu-cite