How to Install and Uninstall python3-vecrec.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-vecrec.noarch" package

Please follow the guidelines below to install python3-vecrec.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-vecrec.noarch

2. Uninstall "python3-vecrec.noarch" package

Please follow the guidelines below to uninstall python3-vecrec.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-vecrec.noarch $ sudo dnf autoremove

3. Information about the python3-vecrec.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:25:28 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-vecrec
Version : 0.3.1
Release : 7.el9
Architecture : noarch
Size : 31 k
Source : python-vecrec-0.3.1-7.el9.src.rpm
Repository : epel
Summary : 2D vector and rectangle library
URL : https://github.com/kxgames/vecrec
License : MIT
Description : 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.