How to Install and Uninstall libldm.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libldm.x86_64" package

In this section, we are going to explain the necessary steps to install libldm.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libldm.x86_64

2. Uninstall "libldm.x86_64" package

Learn how to uninstall libldm.x86_64 on Oracle Linux 9:

$ sudo dnf remove libldm.x86_64 $ sudo dnf autoremove

3. Information about the libldm.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:27:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libldm
Version : 0.2.4
Release : 10.el9
Architecture : x86_64
Size : 56 k
Source : libldm-0.2.4-10.el9.src.rpm
Repository : epel
Summary : A tool to manage Windows dynamic disks
URL : https://github.com/mdbooth/libldm
License : LGPLv3+ and GPLv3+
Description : 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+.