How To Install python-unversioned-command on Fedora 36

In this tutorial we learn how to install python-unversioned-command in Fedora 36. python-unversioned-command is The “python” command that runs Python 3

Introduction

In this tutorial we learn how to install python-unversioned-command on Fedora 36.

What is python-unversioned-command

This package contains /usr/bin/python - the “python” command that runs Python 3.

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

Install python-unversioned-command 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 python-unversioned-command using dnf by running the following command:

sudo dnf -y install python-unversioned-command

Install python-unversioned-command 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 python-unversioned-command using yum by running the following command:

sudo yum -y install python-unversioned-command

How To Uninstall python-unversioned-command on Fedora 36

To uninstall only the python-unversioned-command package we can use the following command:

sudo dnf remove python-unversioned-command

python-unversioned-command Package Contents on Fedora 36

/usr/bin/python
/usr/share/man/man1/python.1.gz

References

Summary

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