How To Install zypp-plugins on Fedora 36
Introduction
In this tutorial we learn how to install zypp-plugins
on Fedora 36.
What is zypp-plugins
The zypp-plugins package contains various plugin binaries used by consumers of libzypp.
We can use yum
or dnf
to install zypp-plugins
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zypp-plugins.
Install zypp-plugins 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-plugins
using dnf
by running the following command:
sudo dnf -y install zypp-plugins
Install zypp-plugins 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-plugins
using yum
by running the following command:
sudo yum -y install zypp-plugins
How To Uninstall zypp-plugins on Fedora 36
To uninstall only the zypp-plugins
package we can use the following command:
sudo dnf remove zypp-plugins
zypp-plugins Package Contents on Fedora 36
/usr/libexec/zypp/plugins
/usr/libexec/zypp/plugins/appdata
/usr/libexec/zypp/plugins/commit
/usr/libexec/zypp/plugins/services
/usr/libexec/zypp/plugins/system
/usr/libexec/zypp/plugins/urlresolver
References
Summary
In this tutorial we learn how to install zypp-plugins
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).