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

Last updated: October 02,2024

1. Install "pythran.x86_64" package

Learn how to install pythran.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install pythran.x86_64

2. Uninstall "pythran.x86_64" package

Here is a brief guide to show you how to uninstall pythran.x86_64 on Fedora 36:

$ sudo dnf remove pythran.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:24:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : pythran
Version : 0.11.0
Release : 3.fc36
Architecture : x86_64
Size : 1.1 M
Source : pythran-0.11.0-3.fc36.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.