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