How to Install and Uninstall zimg.i686 Package on Fedora 36

Last updated: March 29,2024

1. Install "zimg.i686" package

Please follow the step by step instructions below to install zimg.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install zimg.i686

2. Uninstall "zimg.i686" package

This tutorial shows how to uninstall zimg.i686 on Fedora 36:

$ sudo dnf remove zimg.i686 $ sudo dnf autoremove

3. Information about the zimg.i686 package on Fedora 36

Last metadata expiration check: 2:44:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : zimg
Version : 3.0.3
Release : 1.fc36
Architecture : i686
Size : 301 k
Source : zimg-3.0.3-1.fc36.src.rpm
Repository : fedora
Summary : Scaling, color space conversion, and dithering library
URL : https://github.com/sekrit-twc/zimg
License : WTFPL
Description : The "z" library implements the commonly required image processing basics of
: scaling, color space conversion, and depth conversion. A simple API enables
: conversion between any supported formats to operate with minimal knowledge from
: the programmer. All library routines were designed from the ground-up with
: correctness, flexibility, and thread-safety as first priorities. Allocation,
: buffering, and I/O are cleanly separated from processing, allowing the
: programmer to adapt "z" to many scenarios.