How to Install and Uninstall libpng++-dev Package on Kali Linux

Last updated: May 05,2024

1. Install "libpng++-dev" package

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

$ sudo apt update $ sudo apt install libpng++-dev

2. Uninstall "libpng++-dev" package

This guide let you learn how to uninstall libpng++-dev on Kali Linux:

$ sudo apt remove libpng++-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpng++-dev package on Kali Linux

Package: libpng++-dev
Source: png++
Version: 0.2.10-1
Installed-Size: 3766
Maintainer: Jonas Smedegaard
Architecture: all
Depends: libpng-dev
Size: 262220
SHA256: 19a4e7c7632c444dd01f609a3070b9c5a795f317c70940bd653a34005aa2ec6b
SHA1: e7250d6ed83aa1ff43f5da5b88ba2c483fc0453b
MD5sum: 81111ca02b138b67dc775f846c24e51b
Description: C++ interface to the PNG (Portable Network Graphics) library
PNG++ aims to provide simple yet powerful C++ interface to libpng, the
Portable Network Graphics (PNG) reference implementation library.
.
Using raw libpng in C++ may impose serious challenge since lots of
precautions must be taken to handle initialization/deinitialization of
control structures as well as handling errors correctly. With png++
you can read or write PNG images just in a single line of C++ code.
Description-md5:
Homepage: http://savannah.nongnu.org/projects/pngpp/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/p/png++/libpng++-dev_0.2.10-1_all.deb