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

Last updated: October 07,2024

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

Learn how to install python-btrfs-doc.noarch on Fedora 36

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

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

This is a short guide on how to uninstall python-btrfs-doc.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:02:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python-btrfs-doc
Version : 13
Release : 5.fc36
Architecture : noarch
Size : 266 k
Source : python-btrfs-13-5.fc36.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.