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

Last updated: October 03,2024

1. Install "python3-beniget.noarch" package

This guide covers the steps necessary to install python3-beniget.noarch on Fedora 35

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

2. Uninstall "python3-beniget.noarch" package

Please follow the guidelines below to uninstall python3-beniget.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:45:15 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-beniget
Version : 0.4.1
Release : 1.fc35
Architecture : noarch
Size : 31 k
Source : python-beniget-0.4.1-1.fc35.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.