How To Install libdar on Fedora 36
Introduction
In this tutorial we learn how to install libdar
on Fedora 36.
What is libdar
Common library code for DAR.
We can use yum
or dnf
to install libdar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdar.
Install libdar 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 libdar
using dnf
by running the following command:
sudo dnf -y install libdar
Install libdar 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 libdar
using yum
by running the following command:
sudo yum -y install libdar
How To Uninstall libdar on Fedora 36
To uninstall only the libdar
package we can use the following command:
sudo dnf remove libdar
libdar Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f/73cf07749345c46c28c64ae4d3e1cb3f60a5f0
/usr/lib/libdar64.so.6000
/usr/lib/libdar64.so.6000.4.1
References
Summary
In this tutorial we learn how to install libdar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdar on Fedora 36” linkTitle: “libdar” type: “docs” description: “In this tutorial we learn how to install libdar in Fedora 36. libdar is Library providing support for the DAR API” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdar-featured.png
Introduction
In this tutorial we learn how to install libdar
on Fedora 36.
What is libdar
Common library code for DAR.
We can use yum
or dnf
to install libdar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdar.
Install libdar 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 libdar
using dnf
by running the following command:
sudo dnf -y install libdar
Install libdar 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 libdar
using yum
by running the following command:
sudo yum -y install libdar
How To Uninstall libdar on Fedora 36
To uninstall only the libdar
package we can use the following command:
sudo dnf remove libdar
libdar Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/c1a12a17141bb6e31fe553357e63afbb42c732
/usr/lib64/libdar64.so.6000
/usr/lib64/libdar64.so.6000.4.1
References
Summary
In this tutorial we learn how to install libdar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).