How To Install libdisk on Fedora 36
Introduction
In this tutorial we learn how to install libdisk on Fedora 36.
What is libdisk
libdisk is a library for converting and manipulating disk images. It can create disk images in a range of formats from Kryoflux STREAM and SPS/IPF images (among others), and then allow these to be accessed and modified.
We can use yum or dnf to install libdisk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdisk.
Install libdisk 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 libdisk using dnf by running the following command:
sudo dnf -y install libdisk
Install libdisk 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 libdisk using yum by running the following command:
sudo yum -y install libdisk
How To Uninstall libdisk on Fedora 36
To uninstall only the libdisk package we can use the following command:
sudo dnf remove libdisk
libdisk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/c27cdfb46c9cbce0a12445ff6954ab041badf8
/usr/lib/libdisk.so.0
/usr/lib/libdisk.so.0.0
/usr/share/licenses/libdisk
/usr/share/licenses/libdisk/COPYING
References
Summary
In this tutorial we learn how to install libdisk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libdisk on Fedora 36” linkTitle: “libdisk” type: “docs” description: “In this tutorial we learn how to install libdisk in Fedora 36. libdisk is A library for converting and manipulating disk images” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libdisk-featured.png
Introduction
In this tutorial we learn how to install libdisk on Fedora 36.
What is libdisk
libdisk is a library for converting and manipulating disk images. It can create disk images in a range of formats from Kryoflux STREAM and SPS/IPF images (among others), and then allow these to be accessed and modified.
We can use yum or dnf to install libdisk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdisk.
Install libdisk 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 libdisk using dnf by running the following command:
sudo dnf -y install libdisk
Install libdisk 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 libdisk using yum by running the following command:
sudo yum -y install libdisk
How To Uninstall libdisk on Fedora 36
To uninstall only the libdisk package we can use the following command:
sudo dnf remove libdisk
libdisk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/8d35ddbfac08c31dcb0940a97e559bdd4ef5ff
/usr/lib64/libdisk.so.0
/usr/lib64/libdisk.so.0.0
/usr/share/licenses/libdisk
/usr/share/licenses/libdisk/COPYING
References
Summary
In this tutorial we learn how to install libdisk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).