How to Install and Uninstall pythran.x86_64 Package on Fedora 34

Last updated: April 27,2024

1. Install "pythran.x86_64" package

Please follow the steps below to install pythran.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pythran.x86_64

2. Uninstall "pythran.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pythran.x86_64 on Fedora 34:

$ sudo dnf remove pythran.x86_64 $ sudo dnf autoremove

3. Information about the pythran.x86_64 package on Fedora 34

Last metadata expiration check: 0:41:53 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : pythran
Version : 0.9.8^post3
Release : 3.fc34
Architecture : x86_64
Size : 1.0 M
Source : pythran-0.9.8^post3-3.fc34.src.rpm
Repository : fedora
Summary : Ahead of Time Python compiler for numeric kernels
URL : https://github.com/serge-sans-paille/pythran
License : BSD and (MIT or NCSA)
Description : Pythran is an ahead of time compiler for a subset of the Python language, with
: a focus on scientific computing. It takes a Python module annotated with a few
: interface description and turns it into a native Python module with the same
: interface, but (hopefully) faster. It is meant to efficiently compile
: scientific programs, and takes advantage of multi-cores and SIMD
: instruction units.