How to Install and Uninstall python3-sdl2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-sdl2" package

This guide let you learn how to install python3-sdl2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sdl2

2. Uninstall "python3-sdl2" package

Please follow the step by step instructions below to uninstall python3-sdl2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-sdl2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-sdl2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-sdl2
Priority: optional
Section: universe/python
Installed-Size: 393
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pysdl2
Version: 0.9.3+dfsg2-1
Depends: python3:any (>= 3.3.2-2~), libsdl2-2.0-0, libsdl2-gfx-1.0-0, libsdl2-image-2.0-0, libsdl2-mixer-2.0-0, libsdl2-ttf-2.0-0
Recommends: python3-numpy
Suggests: pysdl2-doc
Filename: pool/universe/p/pysdl2/python3-sdl2_0.9.3+dfsg2-1_all.deb
Size: 65930
MD5sum: d6bec44a0a3fbe265f4c5d8780ee0a27
SHA1: c8c6e8837a91f9a946c48146c387a4c7ef73c3c0
SHA256: ebc06bccd95ceeb520ffc73c5c3c5f45d11f5cd533f0f522b7bcc13f3348e9ac
Description-en: Python bindings to the SDL2 C-library (Python 3 build)
PySDL2 is a ctypes based wrapper around the Simple DirectMedia Layer 2 library
to allow portable low level access to a video framebuffer, audio output, mouse
and keyboard.
.
This module is built for Python version 3.x.
Description-md5: 106f2b83bbfd9b4c4ae948892d3fd883
Homepage: https://bitbucket.org/marcusva/py-sdl2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu