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

Last updated: September 18,2024

1. Install "pypy3.x86_64" package

Please follow the guidelines below to install pypy3.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pypy3.x86_64

2. Uninstall "pypy3.x86_64" package

Please follow the guidelines below to uninstall pypy3.x86_64 on Fedora 34:

$ sudo dnf remove pypy3.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:32:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : pypy3
Version : 7.3.1
Release : 6.fc34
Architecture : x86_64
Size : 10 M
Source : pypy3-7.3.1-6.fc34.src.rpm
Repository : updates
Summary : Python 3 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 3, 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.