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

Last updated: March 01,2025

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

This is a short guide on how to install python-btrfs-doc.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall python-btrfs-doc.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:01:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python-btrfs-doc
Version : 13
Release : 3.fc35
Architecture : noarch
Size : 266 k
Source : python-btrfs-13-3.fc35.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.