How To Install zypp-tools on Fedora 36

In this tutorial we learn how to install zypp-tools in Fedora 36. zypp-tools is Tools for libzypp users

Introduction

In this tutorial we learn how to install zypp-tools on Fedora 36.

What is zypp-tools

The zypp-tools package contains tools shipped for consumers of libzypp to use.

We can use yum or dnf to install zypp-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zypp-tools.

Install zypp-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zypp-tools using dnf by running the following command:

sudo dnf -y install zypp-tools

Install zypp-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zypp-tools using yum by running the following command:

sudo yum -y install zypp-tools

How To Uninstall zypp-tools on Fedora 36

To uninstall only the zypp-tools package we can use the following command:

sudo dnf remove zypp-tools

zypp-tools Package Contents on Fedora 36

/usr/bin/zypp-CheckAccessDeleted
/usr/bin/zypp-NameReqPrv
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/8b278c132994c0800e063f6a02bb0451fa1ab8
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/841ab10f6d7ab98ef97c9fa7bbf7abeddbe1e1
/usr/share/man/man1/zypp-CheckAccessDeleted.1.gz
/usr/share/man/man1/zypp-NameReqPrv.1.gz

References

Summary

In this tutorial we learn how to install zypp-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).