How To Install python-vecrec-doc on Fedora 36

In this tutorial we learn how to install python-vecrec-doc in Fedora 36. python-vecrec-doc is Documentation and examples for vecrec

Introduction

In this tutorial we learn how to install python-vecrec-doc on Fedora 36.

What is python-vecrec-doc

This package provides 2D vector and rectangle classes. These classes were written to be used in games, so they have some methods that conveniently tie into pyglet and pygame, but for the most part they are quite general and could be used for almost anything.

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

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

sudo dnf -y install python-vecrec-doc

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

sudo yum -y install python-vecrec-doc

How To Uninstall python-vecrec-doc on Fedora 36

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

sudo dnf remove python-vecrec-doc

python-vecrec-doc Package Contents on Fedora 36

/usr/share/doc/python-vecrec-doc
/usr/share/doc/python-vecrec-doc/README.rst
/usr/share/licenses/python-vecrec-doc
/usr/share/licenses/python-vecrec-doc/LICENSE.txt

References

Summary

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