How to Install and Uninstall zimg.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "zimg.x86_64" package

Please follow the steps below to install zimg.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install zimg.x86_64

2. Uninstall "zimg.x86_64" package

Please follow the steps below to uninstall zimg.x86_64 on Rocky Linux 8:

$ sudo dnf remove zimg.x86_64 $ sudo dnf autoremove

3. Information about the zimg.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:00:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : zimg
Version : 3.0.3
Release : 1.el8
Architecture : x86_64
Size : 282 k
Source : zimg-3.0.3-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.