How to Install and Uninstall auditwheel.noarch Package on Fedora 36

Last updated: November 30,2024

1. Install "auditwheel.noarch" package

This tutorial shows how to install auditwheel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install auditwheel.noarch

2. Uninstall "auditwheel.noarch" package

This is a short guide on how to uninstall auditwheel.noarch on Fedora 36:

$ sudo dnf remove auditwheel.noarch $ sudo dnf autoremove

3. Information about the auditwheel.noarch package on Fedora 36

Last metadata expiration check: 1:28:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : auditwheel
Version : 5.1.2
Release : 2.fc36
Architecture : noarch
Size : 93 k
Source : auditwheel-5.1.2-2.fc36.src.rpm
Repository : fedora
Summary : Cross-distribution Linux wheels auditing and relabeling
URL : https://github.com/pypa/auditwheel
License : MIT
Description : auditwheel is a command-line tool to facilitate the creation of Python wheel
: packages for Linux (containing pre-compiled binary extensions)
: that are compatible with a wide variety of Linux distributions,
: consistent with the PEP 600 manylinux_x_y, PEP 513 manylinux1,
: PEP 571 manylinux2010 and PEP 599 manylinux2014 platform tags.
:
: auditwheel show: shows external shared libraries that the wheel depends on
: (beyond the libraries included in the manylinux policies),
: and checks the extension modules for the use of versioned symbols that exceed
: the manylinux ABI.
:
: auditwheel repair: copies these external shared libraries into the wheel
: itself, and automatically modifies the appropriate RPATH entries such that
: these libraries will be picked up at runtime.
: This accomplishes a similar result as if the libraries had been statically
: linked without requiring changes to the build system.
: Packagers are advised that bundling,
: like static linking, may implicate copyright concerns.