How To Install libevdocument3-4 on Kali Linux
Introduction
In this tutorial we learn how to install libevdocument3-4 on Kali Linux.
What is libevdocument3-4
libevdocument3-4 is:
This package contains libevdocument, which performs the rendering of the documents.
It ships with a ps, pdf, dvi, tiff, djvu, comics and xps backend.
There are three methods to install libevdocument3-4 on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install libevdocument3-4 Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libevdocument3-4 using apt-get by running the following command:
sudo apt-get -y install libevdocument3-4Install libevdocument3-4 Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libevdocument3-4 using apt by running the following command:
sudo apt -y install libevdocument3-4Install libevdocument3-4 Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install libevdocument3-4 using aptitude by running the following command:
sudo aptitude -y install libevdocument3-4How To Uninstall libevdocument3-4 on Kali Linux
To uninstall only the libevdocument3-4 package we can use the following command:
sudo apt-get remove libevdocument3-4Uninstall libevdocument3-4 And Its Dependencies
To uninstall libevdocument3-4 and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libevdocument3-4Remove libevdocument3-4 Configurations and Data
To remove libevdocument3-4 configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libevdocument3-4Remove libevdocument3-4 configuration, data, and all of its dependencies
We can use the following command to remove libevdocument3-4 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libevdocument3-4Dependencies
libevdocument3-4 have the following dependencies:
- libarchive13
- libc6
- libcairo2
- libdjvulibre21
- libgdk-pixbuf-2.0-0
- libglib2.0-0
- libgtk-3-0
- libgxps2
- libkpathsea6
- libpango-1.0-0
- libpoppler-glib8
- libspectre1
- libsynctex2
- libtiff5
- libxml2
- zlib1g
References
Summary
In this tutorial we learn how to install libevdocument3-4 package on Kali Linux using different package management tools: apt, apt-get and aptitude.