How to Install and Uninstall python3-libarchive-c.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "python3-libarchive-c.noarch" package

This is a short guide on how to install python3-libarchive-c.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-libarchive-c.noarch

2. Uninstall "python3-libarchive-c.noarch" package

Please follow the guidelines below to uninstall python3-libarchive-c.noarch on Fedora 36:

$ sudo dnf remove python3-libarchive-c.noarch $ sudo dnf autoremove

3. Information about the python3-libarchive-c.noarch package on Fedora 36

Last metadata expiration check: 2:52:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-libarchive-c
Version : 4.0
Release : 1.fc36
Architecture : noarch
Size : 36 k
Source : python-libarchive-c-4.0-1.fc36.src.rpm
Repository : fedora
Summary : Python interface to libarchive
URL : https://github.com/Changaco/python-libarchive-c
License : CC0
Description : The libarchive library provides a flexible interface for reading and
: writing archives in various formats such as tar and cpio. libarchive
: also supports reading and writing archives compressed using various
: compression filters such as gzip and bzip2.
:
: A Python interface to libarchive. It uses the standard ctypes module
: to dynamically load and access the C library.