How to Install and Uninstall libzypp Package on openSUSE Leap

Last updated: July 01,2024

1. Install "libzypp" package

Please follow the steps below to install libzypp on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libzypp

2. Uninstall "libzypp" package

In this section, we are going to explain the necessary steps to uninstall libzypp on openSUSE Leap:

$ sudo zypper remove libzypp

3. Information about the libzypp package on openSUSE Leap

Information for package libzypp:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libzypp
Version : 17.31.31-150400.3.52.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 10.7 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : libzypp-17.31.31-150400.3.52.2.src
Upstream URL : https://github.com/openSUSE/libzypp
Summary : Library for package, patch, pattern and product management
Description :
libzypp is the package management library that powers applications
like YaST, zypper and the openSUSE/SLE implementation of PackageKit.
libzypp provides functionality for a package manager:
* An API for package repository management, supporting most common
repository metadata formats and signed repositories.
* An API for solving packages, products, patterns and patches
(installation, removal, update and distribution upgrade
operations) dependencies, with additional features like locking.
* An API for commiting the transaction to the system over a rpm
target. Supporting deltarpm calculation, media changing and
installation order calculation.
* An API for browsing available and installed software, with some
facilities for programs with an user interface.