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

Last updated: November 28,2024

1. Install "python3-beniget.noarch" package

Please follow the steps below to install python3-beniget.noarch on Fedora 38

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

2. Uninstall "python3-beniget.noarch" package

Please follow the guidance below to uninstall python3-beniget.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:54:47 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-beniget
Version : 0.4.1
Release : 5.fc38
Architecture : noarch
Size : 39 k
Source : python-beniget-0.4.1-5.fc38.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.