How to Install and Uninstall Box2D.src Package on Oracle Linux 9
Last updated: November 24,2024
1. Install "Box2D.src" package
This guide let you learn how to install Box2D.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
Box2D.src
Copied
2. Uninstall "Box2D.src" package
This tutorial shows how to uninstall Box2D.src on Oracle Linux 9:
$
sudo dnf remove
Box2D.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the Box2D.src package on Oracle Linux 9
Last metadata expiration check: 3:23:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : Box2D
Version : 2.4.1
Release : 7.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
Summary : A 2D Physics Engine for Games
URL : http://box2d.org/
License : zlib
Description : Box2D is an open source C++ engine for simulating rigid bodies in 2D.
: Box2D is developed by Erin Catto and has the zlib license.
: While the zlib license does not require acknowledgement,
: we encourage you to give credit to Box2D in your product.
Available Packages
Name : Box2D
Version : 2.4.1
Release : 7.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
Summary : A 2D Physics Engine for Games
URL : http://box2d.org/
License : zlib
Description : Box2D is an open source C++ engine for simulating rigid bodies in 2D.
: Box2D is developed by Erin Catto and has the zlib license.
: While the zlib license does not require acknowledgement,
: we encourage you to give credit to Box2D in your product.