How To Install amanda-libs on Fedora 36
Introduction
In this tutorial we learn how to install amanda-libs
on Fedora 36.
What is amanda-libs
This package contains basic Amanda libraries, which are used by all Amanda programs.
We can use yum
or dnf
to install amanda-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install amanda-libs.
Install amanda-libs 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 amanda-libs
using dnf
by running the following command:
sudo dnf -y install amanda-libs
Install amanda-libs 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 amanda-libs
using yum
by running the following command:
sudo yum -y install amanda-libs
How To Uninstall amanda-libs on Fedora 36
To uninstall only the amanda-libs
package we can use the following command:
sudo dnf remove amanda-libs
amanda-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/5360e94ea3e8f1aaf7fcd9d8581f9fcbe274ee
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/d08852ca5a1ece0f55af1df99f9f95237352f0
/usr/lib/.build-id/26/2b2db231e6b01332c4496cf95bb98d542fa142
/usr/lib/.build-id/43
/usr/lib/.build-id/43/5ccd13a6a66ec90d2bb571c08d6ada4bdb2b48
/usr/lib/.build-id/65/a69b04cc2a276037ae1360dc149860acf8d5f8
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/cb648b461738a8a7075a8f74d6f02b1bada9af
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/8ef7da9f0d13a5cc1e810a8455ba9dff3de750
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/17240a9d8329de220b1f855f690b7f0fd10744
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/938f97c420fbf2ae63792ce1fea4936c23135c
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/2439a79faa385493e97500028ee958a6294238
/usr/lib64/libamanda-3.5.1.so
/usr/lib64/libamanda.so
/usr/lib64/libamandad-3.5.1.so
/usr/lib64/libamandad.so
/usr/lib64/libamar-3.5.1.so
/usr/lib64/libamar.so
/usr/lib64/libamclient-3.5.1.so
/usr/lib64/libamclient.so
/usr/lib64/libamdevice-3.5.1.so
/usr/lib64/libamdevice.so
/usr/lib64/libamglue-3.5.1.so
/usr/lib64/libamglue.so
/usr/lib64/libamserver-3.5.1.so
/usr/lib64/libamserver.so
/usr/lib64/libamxfer-3.5.1.so
/usr/lib64/libamxfer.so
/usr/lib64/libndmjob-3.5.1.so
/usr/lib64/libndmjob.so
/usr/lib64/libndmlib-3.5.1.so
/usr/lib64/libndmlib.so
References
Summary
In this tutorial we learn how to install amanda-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).