How to Install and Uninstall libldm.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "libldm.x86_64" package

Here is a brief guide to show you how to install libldm.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libldm.x86_64

2. Uninstall "libldm.x86_64" package

Here is a brief guide to show you how to uninstall libldm.x86_64 on Rocky Linux 8:

$ sudo dnf remove libldm.x86_64 $ sudo dnf autoremove

3. Information about the libldm.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:20:22 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libldm
Version : 0.2.4
Release : 10.el8
Architecture : x86_64
Size : 58 k
Source : libldm-0.2.4-10.el8.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+.