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

Last updated: January 20,2025

1. Install "auditwheel.noarch" package

Please follow the guidelines below to install auditwheel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install auditwheel.noarch

2. Uninstall "auditwheel.noarch" package

Please follow the guidance below to uninstall auditwheel.noarch on Fedora 39:

$ sudo dnf remove auditwheel.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:40:05 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : auditwheel
Version : 5.4.0
Release : 1.fc39
Architecture : noarch
Size : 134 k
Source : auditwheel-5.4.0-1.fc39.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.