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

Last updated: May 13,2024

1. Install "pypy.x86_64" package

Please follow the guidelines below to install pypy.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install pypy.x86_64

2. Uninstall "pypy.x86_64" package

This guide covers the steps necessary to uninstall pypy.x86_64 on Fedora 36:

$ sudo dnf remove pypy.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:23:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : pypy
Version : 7.3.9
Release : 3.fc36
Architecture : x86_64
Size : 13 k
Source : pypy-7.3.9-3.fc36.src.rpm
Repository : updates
Summary : Python implementation with a Just-In-Time compiler
URL : http://pypy.org/
License : MIT and Python and UCD and BSD and (ASL 2.0 or BSD)
Description : PyPy's implementation of Python, featuring a Just-In-Time compiler on some CPU
: architectures, and various optimized implementations of the standard types
: (strings, dictionaries, etc)
:
:
: This build of PyPy has JIT-compilation enabled.