How to Install and Uninstall python-btrfs-doc.noarch Package on Fedora 38

Last updated: September 25,2024

1. Install "python-btrfs-doc.noarch" package

Please follow the steps below to install python-btrfs-doc.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python-btrfs-doc.noarch

2. Uninstall "python-btrfs-doc.noarch" package

Please follow the guidance below to uninstall python-btrfs-doc.noarch on Fedora 38:

$ sudo dnf remove python-btrfs-doc.noarch $ sudo dnf autoremove

3. Information about the python-btrfs-doc.noarch package on Fedora 38

Last metadata expiration check: 4:30:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python-btrfs-doc
Version : 13
Release : 8.fc38
Architecture : noarch
Size : 285 k
Source : python-btrfs-13-8.fc38.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.