How to Install and Uninstall python-box2d Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "python-box2d" package

This tutorial shows how to install python-box2d on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-box2d

2. Uninstall "python-box2d" package

This guide let you learn how to uninstall python-box2d on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-box2d $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-box2d package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-box2d
Priority: optional
Section: universe/python
Installed-Size: 1536
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OLPC
Architecture: amd64
Version: 2.0.2+svn20100109.244-1.2
Provides: python2.7-box2d
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/p/python-box2d/python-box2d_2.0.2+svn20100109.244-1.2_amd64.deb
Size: 265058
MD5sum: e94befaf95667c8ba67d246cf01fbcc0
SHA1: 2d0abd92a8488fd91dbbaf07cc223248f05cab49
SHA256: acb8225176ffab0eb9a2791e339688d592618dce0afa913aa91101bd4f1a096e
Description-en: Python Bindings for the 2D Physics Engine Box2D
2D rigid body simulation library for games. Programmers can use it 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. Rather than paying (or begging) an animator to move
your actors around, you can let Sir Isaac Newton do the directing.
.
This package contains the Python bindings for Box2D.
Description-md5: 7e313a63e4d9eb7fea519f9bc4bdb330
Homepage: https://github.com/pybox2d/pybox2d
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu