How to Install and Uninstall libqpdf-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libqpdf-dev" package

Please follow the instructions below to install libqpdf-dev on Kali Linux

$ sudo apt update $ sudo apt install libqpdf-dev

2. Uninstall "libqpdf-dev" package

This guide covers the steps necessary to uninstall libqpdf-dev on Kali Linux:

$ sudo apt remove libqpdf-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libqpdf-dev package on Kali Linux

Package: libqpdf-dev
Source: qpdf
Version: 11.9.0-1
Installed-Size: 9063
Maintainer: Jay Berkenbilt
Architecture: amd64
Depends: libqpdf29 (= 11.9.0-1), libjpeg-dev, zlib1g-dev
Suggests: qpdf-doc
Size: 1302104
SHA256: 1e52fd1eda59b4001d1175481decd9b12815b112311a98e1a56019af0b87d565
SHA1: b1d258246bac56b3dd2c3e6eab0dcc005d979b20
MD5sum: 62c5ed244a652d583d7616fd09ca8abd
Description: development files for PDF transformation/inspection library
QPDF is a program that can be used to linearize (web-optimize),
encrypt (password-protect), decrypt, and inspect PDF files from the
command-line. It does these and other structural, content-preserving
transformations on PDF files, reading a PDF file as input and
creating a new one as output. It also provides many useful
capabilities to developers of PDF-producing software or for people
who just want to look at the innards of a PDF file to learn more
about how they work.
.
QPDF understands PDF files that use compressed object streams
(supported by newer PDF applications) and can convert such files into
those that can be read with older viewers. It can also be used for
checking PDF files for structural errors, inspecting stream contents,
or extracting objects from PDF files. QPDF is not PDF content
creation or viewing software -- it does not have the capability to
create PDF files from scratch or to display PDF files.
.
This package includes all development files needed to compile
applications that use the qpdf library.
Description-md5:
Multi-Arch: same
Homepage: https://qpdf.sourceforge.io
Tag: devel::lang:c++, devel::library, implemented-in::c++, role::devel-lib,
role::program, works-with-format::pdf
Section: libdevel
Priority: optional
Filename: pool/main/q/qpdf/libqpdf-dev_11.9.0-1_amd64.deb