How to Install and Uninstall libcgif.x86_64 Package on Fedora 36

Last updated: May 04,2024

1. Install "libcgif.x86_64" package

Please follow the guidance below to install libcgif.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libcgif.x86_64

2. Uninstall "libcgif.x86_64" package

Please follow the steps below to uninstall libcgif.x86_64 on Fedora 36:

$ sudo dnf remove libcgif.x86_64 $ sudo dnf autoremove

3. Information about the libcgif.x86_64 package on Fedora 36

Last metadata expiration check: 4:10:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libcgif
Version : 0.3.0
Release : 1.fc36.remi
Architecture : x86_64
Size : 19 k
Source : libcgif-0.3.0-1.fc36.remi.src.rpm
Repository : remi
Summary : A fast and lightweight GIF encoder
URL : https://github.com/dloebl/cgif
License : MIT
Description : A 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)
: - fast: a GIF with 256 colors and 1024x1024 pixels can be created in below
: 50 ms even on a minimalistic system
: - MIT license (permissive)
: - different options for GIF animations: static image, N repetitions, infinite
: repetitions
: - additional source-code for verifying the encoder after making changes
: - user-defined delay time from one frame to the next (can be set independently
: for each frame)
: - source-code conforms to the C99 standard