How to Install and Uninstall zimg.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "zimg.x86_64" package

This guide covers the steps necessary to install zimg.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install zimg.x86_64

2. Uninstall "zimg.x86_64" package

This tutorial shows how to uninstall zimg.x86_64 on CentOS Stream 8:

$ sudo dnf remove zimg.x86_64 $ sudo dnf autoremove

3. Information about the zimg.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:45:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : zimg
Version : 3.0.5
Release : 1.el8
Architecture : x86_64
Size : 282 k
Source : zimg-3.0.5-1.el8.src.rpm
Repository : epel
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.