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

Last updated: June 23,2024

1. Install "zlib.x86_64" package

This guide covers the steps necessary to install zlib.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install zlib.x86_64

2. Uninstall "zlib.x86_64" package

This tutorial shows how to uninstall zlib.x86_64 on Rocky Linux 8:

$ sudo dnf remove zlib.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:09:34 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : zlib
Version : 1.2.11
Release : 18.el8_5
Architecture : x86_64
Size : 195 k
Source : zlib-1.2.11-18.el8_5.src.rpm
Repository : @System
Summary : The compression and decompression library
URL : http://www.zlib.net/
License : zlib and Boost
Description : Zlib is a general-purpose, patent-free, lossless data compression
: library which is used by many different programs.