How To Install pypy on Fedora 36

In this tutorial we learn how to install pypy in Fedora 36. pypy is Python implementation with a Just-In-Time compiler

Introduction

In this tutorial we learn how to install pypy on Fedora 36.

What is pypy

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.

We can use yum or dnf to install pypy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pypy.

Install pypy on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pypy using dnf by running the following command:

sudo dnf -y install pypy

Install pypy on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pypy using yum by running the following command:

sudo yum -y install pypy

How To Uninstall pypy on Fedora 36

To uninstall only the pypy package we can use the following command:

sudo dnf remove pypy

pypy Package Contents on Fedora 36

/usr/bin/pypy
/usr/bin/pypy2
/usr/bin/pypy2.7
/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/5d025a4f3fe3705c1180a89d3447b288b609e8
/usr/lib/pypy-7.3/bin/pypy
/usr/share/doc/pypy
/usr/share/doc/pypy/README.rst

References

Summary

In this tutorial we learn how to install pypy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install pypy on Fedora 36” linkTitle: “pypy” type: “docs” description: “In this tutorial we learn how to install pypy in Fedora 36. pypy is Python implementation with a Just-In-Time compiler” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pypy-featured.png

Introduction

In this tutorial we learn how to install pypy on Fedora 36.

What is pypy

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.

We can use yum or dnf to install pypy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pypy.

Install pypy on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pypy using dnf by running the following command:

sudo dnf -y install pypy

Install pypy on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pypy using yum by running the following command:

sudo yum -y install pypy

How To Uninstall pypy on Fedora 36

To uninstall only the pypy package we can use the following command:

sudo dnf remove pypy

pypy Package Contents on Fedora 36

/usr/bin/pypy
/usr/bin/pypy2
/usr/bin/pypy2.7
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/d3e9a191edba4f0c579a2cf36e33cd45fab205
/usr/lib64/pypy-7.3/bin/pypy
/usr/share/doc/pypy
/usr/share/doc/pypy/README.rst

References

Summary

In this tutorial we learn how to install pypy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).