How To Install nbdkit-gzip-plugin on Rocky Linux 8
Introduction
In this tutorial we learn how to install nbdkit-gzip-plugin
on Rocky Linux 8.
What is nbdkit-gzip-plugin
This package is a gzip file serving plugin for nbdkit.
We can use yum
or dnf
to install nbdkit-gzip-plugin
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install nbdkit-gzip-plugin.
Install nbdkit-gzip-plugin on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install nbdkit-gzip-plugin
using dnf
by running the following command:
sudo dnf -y install nbdkit-gzip-plugin
Install nbdkit-gzip-plugin on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install nbdkit-gzip-plugin
using yum
by running the following command:
sudo yum -y install nbdkit-gzip-plugin
How To Uninstall nbdkit-gzip-plugin on Rocky Linux 8
To uninstall only the nbdkit-gzip-plugin
package we can use the following command:
sudo dnf remove nbdkit-gzip-plugin
nbdkit-gzip-plugin Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/2e16efff57014b6bf9510cb00c00ff2513e73c
/usr/lib64/nbdkit/plugins/nbdkit-gzip-plugin.so
/usr/share/doc/nbdkit-gzip-plugin
/usr/share/doc/nbdkit-gzip-plugin/README
/usr/share/licenses/nbdkit-gzip-plugin
/usr/share/licenses/nbdkit-gzip-plugin/LICENSE
/usr/share/man/man1/nbdkit-gzip-plugin.1.gz
References
Summary
In this tutorial we learn how to install nbdkit-gzip-plugin
on Rocky Linux 8 using yum and dnf.