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

Last updated: September 06,2024

1. Install "python3-cle.noarch" package

This guide covers the steps necessary to install python3-cle.noarch on Fedora 34

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

2. Uninstall "python3-cle.noarch" package

This guide let you learn how to uninstall python3-cle.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:13:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cle
Version : 9.0.6885
Release : 1.fc34
Architecture : noarch
Size : 241 k
Source : python-cle-9.0.6885-1.fc34.src.rpm
Repository : updates
Summary : Python interface for analyzing binary formats
URL : https://github.com/angr/cle
License : BSD
Description : CLE loads binaries and their associated libraries, resolves imports
: and provides an abstraction of process memory the same way as if it was
: loader by the OS's loader.