How to Install and Uninstall python3-volume_key.x86_64 Package on Fedora 35

Last updated: May 14,2024

1. Install "python3-volume_key.x86_64" package

Please follow the instructions below to install python3-volume_key.x86_64 on Fedora 35

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

2. Uninstall "python3-volume_key.x86_64" package

This guide covers the steps necessary to uninstall python3-volume_key.x86_64 on Fedora 35:

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

3. Information about the python3-volume_key.x86_64 package on Fedora 35

Last metadata expiration check: 1:16:37 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-volume_key
Version : 0.3.12
Release : 14.fc35
Architecture : x86_64
Size : 35 k
Source : volume_key-0.3.12-14.fc35.src.rpm
Repository : fedora
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.