How To Install libdeltacloud on Fedora 36
Introduction
In this tutorial we learn how to install libdeltacloud on Fedora 36.
What is libdeltacloud
Libdeltacloud is a library for accessing deltacloud via a convenient C API.
We can use yum or dnf to install libdeltacloud on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdeltacloud.
Install libdeltacloud 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 libdeltacloud using dnf by running the following command:
sudo dnf -y install libdeltacloud
Install libdeltacloud 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 libdeltacloud using yum by running the following command:
sudo yum -y install libdeltacloud
How To Uninstall libdeltacloud on Fedora 36
To uninstall only the libdeltacloud package we can use the following command:
sudo dnf remove libdeltacloud
libdeltacloud Package Contents on Fedora 36
/lib/libdeltacloud.so.6
/lib/libdeltacloud.so.6.0.0
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ee1d4af0ddf9c4dcea7bd683ce5d0478d5e97a
/usr/share/doc/libdeltacloud
/usr/share/doc/libdeltacloud/COPYING
References
Summary
In this tutorial we learn how to install libdeltacloud on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdeltacloud on Fedora 36” linkTitle: “libdeltacloud” type: “docs” description: “In this tutorial we learn how to install libdeltacloud in Fedora 36. libdeltacloud is A library for accessing deltacloud” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdeltacloud-featured.png
Introduction
In this tutorial we learn how to install libdeltacloud on Fedora 36.
What is libdeltacloud
Libdeltacloud is a library for accessing deltacloud via a convenient C API.
We can use yum or dnf to install libdeltacloud on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdeltacloud.
Install libdeltacloud 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 libdeltacloud using dnf by running the following command:
sudo dnf -y install libdeltacloud
Install libdeltacloud 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 libdeltacloud using yum by running the following command:
sudo yum -y install libdeltacloud
How To Uninstall libdeltacloud on Fedora 36
To uninstall only the libdeltacloud package we can use the following command:
sudo dnf remove libdeltacloud
libdeltacloud Package Contents on Fedora 36
/lib64/libdeltacloud.so.6
/lib64/libdeltacloud.so.6.0.0
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/b09b9ecc43219c3f63b0d876afa5b0924b00e9
/usr/share/doc/libdeltacloud
/usr/share/doc/libdeltacloud/COPYING
References
Summary
In this tutorial we learn how to install libdeltacloud on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).