How to Install and Uninstall python3-dnf-plugin-cow.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "python3-dnf-plugin-cow.noarch" package

Please follow the guidelines below to install python3-dnf-plugin-cow.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-dnf-plugin-cow.noarch

2. Uninstall "python3-dnf-plugin-cow.noarch" package

Here is a brief guide to show you how to uninstall python3-dnf-plugin-cow.noarch on Fedora 34:

$ sudo dnf remove python3-dnf-plugin-cow.noarch $ sudo dnf autoremove

3. Information about the python3-dnf-plugin-cow.noarch package on Fedora 34

Last metadata expiration check: 1:40:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-dnf-plugin-cow
Version : 0.0.2
Release : 1.fc34
Architecture : noarch
Size : 11 k
Source : dnf-plugin-cow-0.0.2-1.fc34.src.rpm
Repository : fedora
Summary : DNF plugin to enable Copy on Write in RPM - Python3
URL : https://github.com/facebookincubator/dnf-plugin-cow
License : MIT
Description : Installing this package enables a DNF plugin which changes the behaviour of
: librepo. Instead of downloading rpm files directly into cache before
: installation they will be "transcoded" into "extent based" rpms which contain
: all the constituent files of the rpm already uncompressed. This package
: depends on a version of rpm which includes /usr/bin/rpm2extents and the
: sub-package rpm-plugin-reflink which understands these "extent based" rpms
: and can install files without copying the underlying data.
:
: This package broadly assumes the root filesystem supports copy on write /
: reflink'ing. Today this means btrfs or xfs.