How to Install and Uninstall python3-btrfs.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "python3-btrfs.noarch" package

In this section, we are going to explain the necessary steps to install python3-btrfs.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-btrfs.noarch

2. Uninstall "python3-btrfs.noarch" package

This guide covers the steps necessary to uninstall python3-btrfs.noarch on Fedora 39:

$ sudo dnf remove python3-btrfs.noarch $ sudo dnf autoremove

3. Information about the python3-btrfs.noarch package on Fedora 39

Last metadata expiration check: 3:07:41 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-btrfs
Version : 13
Release : 10.fc39
Architecture : noarch
Size : 137 k
Source : python-btrfs-13-10.fc39.src.rpm
Repository : fedora
Summary : Python module to inspect btrfs filesystems
URL : https://github.com/knorrie/python-btrfs
License : LGPLv3+ and MIT
Description : The primary goal of this module is to be able to inspect the internals of an
: existing filesystem for educational purposes.
:
: The python module acts as a wrapper around the low level kernel calls and btrfs
: data structures, presenting them as python objects with interesting attributes
: and references to other objects.