How to Install and Uninstall python3-pybox2d.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "python3-pybox2d.x86_64" package

In this section, we are going to explain the necessary steps to install python3-pybox2d.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-pybox2d.x86_64

2. Uninstall "python3-pybox2d.x86_64" package

Please follow the step by step instructions below to uninstall python3-pybox2d.x86_64 on Fedora 36:

$ sudo dnf remove python3-pybox2d.x86_64 $ sudo dnf autoremove

3. Information about the python3-pybox2d.x86_64 package on Fedora 36

Last metadata expiration check: 0:14:04 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-pybox2d
Version : 2.3.2
Release : 18.fc36
Architecture : x86_64
Size : 1.1 M
Source : pybox2d-2.3.2-18.fc36.src.rpm
Repository : fedora
Summary : A 2D rigid body simulation library for Python
URL : https://github.com/pybox2d/pybox2d
License : zlib
Description : Programmer's can use Box2D in their games to make objects move in
: believable ways and make the world seem more interactive. From the
: game's point of view a physics engine is just a system for procedural
: animation.
:
: This package provides the Python 3 build of pybox2d.