How to Install and Uninstall libzip5 Package on openSUSE Leap

Last updated: July 05,2024

1. Install "libzip5" package

This tutorial shows how to install libzip5 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libzip5

2. Uninstall "libzip5" package

Please follow the instructions below to uninstall libzip5 on openSUSE Leap:

$ sudo zypper remove libzip5

3. Information about the libzip5 package on openSUSE Leap

Information for package libzip5:
--------------------------------
Repository : Main Repository
Name : libzip5
Version : 1.8.0-150400.1.7
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 120.4 KiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libzip-1.8.0-150400.1.7.src
Upstream URL : https://libzip.org/
Summary : C library for reading, creating, and modifying zip archives
Description :
This is libzip, 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.