How To Install libldm on Fedora 36
Introduction
In this tutorial we learn how to install libldm
on Fedora 36.
What is libldm
libldm is a library for managing Microsoft Windows dynamic disks, which use Microsoft’s LDM metadata. It can inspect them, and also create and remove device-mapper block devices which can be mounted. It includes ldmtool, which exposes this functionality as a command-line tool. libldm is released under LGPLv3+. ldmtool is released under GPLv3+.
We can use yum
or dnf
to install libldm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libldm.
Install libldm 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 libldm
using dnf
by running the following command:
sudo dnf -y install libldm
Install libldm 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 libldm
using yum
by running the following command:
sudo yum -y install libldm
How To Uninstall libldm on Fedora 36
To uninstall only the libldm
package we can use the following command:
sudo dnf remove libldm
libldm Package Contents on Fedora 36
/usr/bin/ldmtool
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/ee9d3da230e57aa6c1842ebd5f7642bf691d1e
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/ca7114b05b05e95f19d6bb86bc7dca815c0eb8
/usr/lib64/libldm-1.0.so.0
/usr/lib64/libldm-1.0.so.0.0.0
/usr/share/doc/libldm
/usr/share/doc/libldm/COPYING.gpl
/usr/share/doc/libldm/COPYING.lgpl
/usr/share/man/man1/ldmtool.1.gz
References
Summary
In this tutorial we learn how to install libldm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libldm on Fedora 36” linkTitle: “libldm” type: “docs” description: “In this tutorial we learn how to install libldm in Fedora 36. libldm is A tool to manage Windows dynamic disks” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libldm-featured.png
Introduction
In this tutorial we learn how to install libldm
on Fedora 36.
What is libldm
libldm is a library for managing Microsoft Windows dynamic disks, which use Microsoft’s LDM metadata. It can inspect them, and also create and remove device-mapper block devices which can be mounted. It includes ldmtool, which exposes this functionality as a command-line tool. libldm is released under LGPLv3+. ldmtool is released under GPLv3+.
We can use yum
or dnf
to install libldm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libldm.
Install libldm 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 libldm
using dnf
by running the following command:
sudo dnf -y install libldm
Install libldm 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 libldm
using yum
by running the following command:
sudo yum -y install libldm
How To Uninstall libldm on Fedora 36
To uninstall only the libldm
package we can use the following command:
sudo dnf remove libldm
libldm Package Contents on Fedora 36
/usr/bin/ldmtool
/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/b4506ad5c82a219ac3dbb778534fb2a5153b80
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/38cce33708133b78719c0712291e8b65ec2dfe
/usr/lib/libldm-1.0.so.0
/usr/lib/libldm-1.0.so.0.0.0
/usr/share/doc/libldm
/usr/share/doc/libldm/COPYING.gpl
/usr/share/doc/libldm/COPYING.lgpl
/usr/share/man/man1/ldmtool.1.gz
References
Summary
In this tutorial we learn how to install libldm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).