Install mupdf-tools
Installing mupdf-tools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mupdf-tools
mupdf-tools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mupdf-tools |
version | 1.7a-1+b1 |
description | commmand line tools for the MuPDF viewer |
subsection | text |
website | mupdf.com |
maintainer | Kan-Ru Chen (陳侃如) |
Uninstall mupdf-tools
To remove just mupdf-tools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mupdf-tools
Uninstall mupdf-tools and it’s dependent packages
To remove the mupdf-tools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mupdf-tools
Purging mupdf-tools
If you also want to delete configuration and/or data files of mupdf-tools from Debian Sid then this will work:
sudo apt-get purge mupdf-tools
To delete configuration and/or data files of mupdf-tools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mupdf-tools