How to Install and Uninstall python3-volume_key.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "python3-volume_key.x86_64" package

This is a short guide on how to install python3-volume_key.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-volume_key.x86_64

2. Uninstall "python3-volume_key.x86_64" package

Please follow the instructions below to uninstall python3-volume_key.x86_64 on Rocky Linux 9:

$ sudo dnf remove python3-volume_key.x86_64 $ sudo dnf autoremove

3. Information about the python3-volume_key.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:14:43 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-volume_key
Version : 0.3.12
Release : 15.el9
Architecture : x86_64
Size : 35 k
Source : volume_key-0.3.12-15.el9.src.rpm
Repository : appstream
Summary : Python 3 bindings for libvolume_key
URL : https://pagure.io/volume_key/
License : GPLv2
Description : This package provides Python 3 bindings for libvolume_key, a library for
: manipulating storage volume encryption keys and storing them separately from
: volumes.
:
: The main goal of the software is to allow restoring access to an encrypted
: hard drive if the primary user forgets the passphrase. The encryption key
: back up can also be useful for extracting data after a hardware or software
: failure that corrupts the header of the encrypted volume, or to access the
: company data after an employee leaves abruptly.
:
: volume_key currently supports only the LUKS volume encryption format. Support
: for other formats is possible, some formats are planned for future releases.