How to Install and Uninstall apngasm Package on Kali Linux

Last updated: May 21,2024

1. Install "apngasm" package

Please follow the step by step instructions below to install apngasm on Kali Linux

$ sudo apt update $ sudo apt install apngasm

2. Uninstall "apngasm" package

This guide covers the steps necessary to uninstall apngasm on Kali Linux:

$ sudo apt remove apngasm $ sudo apt autoclean && sudo apt autoremove

3. Information about the apngasm package on Kali Linux

Package: apngasm
Version: 2.91-5
Installed-Size: 139
Maintainer: xiao sheng wen
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5), libzopfli1, zlib1g (>= 1:1.1.4)
Suggests: apng2gif
Size: 59836
SHA256: 973caa5ecca1bd44953fec765544a6e0a15bcb56c5ef4810e96412a26dd60ee0
SHA1: 6019fd0a126e805747094a0f09baf0abae3a186f
MD5sum: fb4648133bd66ec993396cc2dad5181d
Description: assemble APNG animation from PNG/TGA image sequence
Tools to create APNG file from individual PNG files with user
given delay.
.
The Animated Portable Network Graphics (APNG) file format is an
extension to the Portable Network Graphics (PNG) specification. It
allows for animated PNG files that work similarly to animated GIF
files, while retaining backward compatibility with non-animated PNG
files and adding support for 8-bit transparency and 24-bit images.
Description-md5:
Homepage: https://sourceforge.net/projects/apngasm/
Section: graphics
Priority: optional
Filename: pool/main/a/apngasm/apngasm_2.91-5_amd64.deb