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

Last updated: June 29,2024

1. Install "python3-beniget.noarch" package

Here is a brief guide to show you how to install python3-beniget.noarch on Fedora 34

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

2. Uninstall "python3-beniget.noarch" package

Please follow the steps below to uninstall python3-beniget.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:50:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-beniget
Version : 0.3.0
Release : 2.fc34
Architecture : noarch
Size : 31 k
Source : python-beniget-0.3.0-2.fc34.src.rpm
Repository : fedora
Summary : Extract semantic information about static Python code
URL : https://github.com/serge-sans-paille/beniget/
License : BSD
Description : A static analyzer for Python2 and Python3 code.Beniget provides a static over-
: approximation of the global and local definitions inside Python
: Module/Class/Function. It can also compute def-use chains from each definition.