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

Last updated: October 05,2024

1. Install "python3-pybox2d.x86_64" package

Here is a brief guide to show you how to install python3-pybox2d.x86_64 on Fedora 34

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

2. Uninstall "python3-pybox2d.x86_64" package

Please follow the steps below to uninstall python3-pybox2d.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:11:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pybox2d
Version : 2.3.2
Release : 15.fc34
Architecture : x86_64
Size : 1.1 M
Source : pybox2d-2.3.2-15.fc34.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.