How to Install and Uninstall python3-rarfile.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-rarfile.noarch" package

This tutorial shows how to install python3-rarfile.noarch on Fedora 34

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

2. Uninstall "python3-rarfile.noarch" package

Please follow the step by step instructions below to uninstall python3-rarfile.noarch on Fedora 34:

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

3. Information about the python3-rarfile.noarch package on Fedora 34

Last metadata expiration check: 2:33:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-rarfile
Version : 4.0
Release : 2.fc34
Architecture : noarch
Size : 61 k
Source : python-rarfile-4.0-2.fc34.src.rpm
Repository : fedora
Summary : RAR archive reader for Python
URL : https://github.com/markokr/rarfile
License : ISC
Description : This is Python module for RAR archive reading. The interface is made as
: zipfile like as possible.