Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmupdf-dev on Debian Unstable (Sid)


Install libmupdf-dev

Installing libmupdf-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libmupdf-dev

libmupdf-dev package information

distro Debian Unstable (Sid)
section Main
name libmupdf-dev
version 1.7a-1+b1
description development files for the MuPDF viewer
subsection libdevel
website mupdf.com
maintainer Kan-Ru Chen (陳侃如)

Uninstall libmupdf-dev

To remove just libmupdf-dev package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmupdf-dev

Uninstall libmupdf-dev and it’s dependent packages

To remove the libmupdf-dev package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libmupdf-dev

Purging libmupdf-dev

If you also want to delete configuration and/or data files of libmupdf-dev from Debian Sid then this will work:

sudo apt-get purge libmupdf-dev

To delete configuration and/or data files of libmupdf-dev and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libmupdf-dev

 

Comments

comments