How to Install and Uninstall libzip.x86_64 Package on AlmaLinux 8

Last updated: September 21,2024

1. Install "libzip.x86_64" package

This guide covers the steps necessary to install libzip.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libzip.x86_64

2. Uninstall "libzip.x86_64" package

Please follow the instructions below to uninstall libzip.x86_64 on AlmaLinux 8:

$ sudo dnf remove libzip.x86_64 $ sudo dnf autoremove

3. Information about the libzip.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:33:46 ago on Mon Sep 5 03:22:42 2022.
Installed Packages
Name : libzip
Version : 1.9.2
Release : 1.el8.remi
Architecture : x86_64
Size : 129 k
Source : libzip-1.9.2-1.el8.remi.src.rpm
Repository : @System
From repo : remi-modular
Summary : C library for reading, creating, and modifying zip archives
URL : https://libzip.org/
License : BSD
Description : libzip is a C library for reading, creating, and modifying zip archives. Files
: can be added from data buffers, files, or compressed data copied directly from
: other zip archives. Changes made without closing the archive can be reverted.
: The API is documented by man pages.