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

Last updated: September 29,2024

1. Install "python3-arpy.noarch" package

This tutorial shows how to install python3-arpy.noarch on Fedora 36

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

2. Uninstall "python3-arpy.noarch" package

This guide let you learn how to uninstall python3-arpy.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:59:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-arpy
Version : 2.1.0
Release : 5.fc36
Architecture : noarch
Size : 17 k
Source : python-arpy-2.1.0-5.fc36.src.rpm
Repository : fedora
Summary : Library for accessing "ar" files
URL : https://pypi.org/project/arpy
License : BSD
Description : arpy is a library for accessing the archive files and reading the contents.
:
: It supports extended long filenames in both GNU and BSD format. Right now it
: does not support the symbol tables, but can ignore them gracefully.
:
: This package allows using arpy in Python 3 applications.