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

Last updated: May 16,2024

1. Install "libcgif-dev" package

Learn how to install libcgif-dev on Kali Linux

$ sudo apt update $ sudo apt install libcgif-dev

2. Uninstall "libcgif-dev" package

This is a short guide on how to uninstall libcgif-dev on Kali Linux:

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

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

Package: libcgif-dev
Source: cgif (0.3.2-1)
Version: 0.3.2-1+b1
Installed-Size: 31
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libcgif0 (= 0.3.2-1+b1), pkg-config
Size: 6020
SHA256: a0946451e5d4623389d9d22a056cd1dfad0440bd2cea26373a0ca6e003415c5f
SHA1: 3dab277e0d58d2e7bd3c9478c4e157fc5ec8b2e3
MD5sum: c240143d565f26f6821d37aa7c78019d
Description: GIF encoder written in C (development files)
Fast and lightweight GIF encoder that can create GIF animations and images.
Summary of the main features:
- user-defined global or local color-palette with up to 256 colors (limit of
the GIF format)
- size-optimizations for GIF animations:
- option to set a pixel to transparent if it has identical color in the
previous frame (transparency optimization)
- do encoding just for the rectangular area that differs from the previous
frame (width/height optimization)
- different options for GIF animations: static image, N repetitions,
infinite repetitions
- user-defined delay time from one frame to the next (can be set
independently for each frame)
Description-md5:
Multi-Arch: same
Homepage: https://github.com/dloebl/cgif
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/cgif/libcgif-dev_0.3.2-1+b1_amd64.deb