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

Last updated: May 17,2024

1. Install "python3-kivy" package

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

$ sudo apt update $ sudo apt install python3-kivy

2. Uninstall "python3-kivy" package

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

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

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

Package: python3-kivy
Priority: extra
Section: universe/python
Installed-Size: 8079
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: kivy
Version: 1.9.0-3build1
Depends: python3-gst-1.0, python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgl1-mesa-glx | libgl1, libglib2.0-0 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libsdl2-2.0-0 (>= 2.0.0), libsdl2-image-2.0-0 (>= 2.0.0), libsdl2-mixer-2.0-0 (>= 2.0.0), libsdl2-ttf-2.0-0 (>= 2.0.0)
Filename: pool/universe/k/kivy/python3-kivy_1.9.0-3build1_amd64.deb
Size: 2156606
MD5sum: 6598c92d3b383d76f345dc31a4f7c9bb
SHA1: 5f9e582fff6cb321eaabcbe9d149472c97df7de7
SHA256: 8038c87b7db715ec46043b6579278e17a00ee32601306d1094b0f8c7442b2502
Description-en: Kivy - Multimedia / Multitouch framework in Python (Python 3)
Kivy is an open source library for developing multi-touch applications. It is
completely cross platform (Linux/OSX/Win/Android) and released under the terms
of the MIT license.
.
It comes with native support for many multi-touch input devices, a growing
library of multi-touch aware widgets, hardware accelerated OpenGL drawing, and
an architecture that is designed to let you focus on building custom and highly
interactive applications as quickly and easily as possible.
.
Kivy is a mixed Python library with Cython code, to take advantage of its
highly dynamic nature and use any of the thousands of high quality and open
source Python libraries out there, with the speed of C code.
.
This package contains the Python 3 compatible version of the library.
Description-md5: 7b13b0a4804710f12e8976cd327bf197
Homepage: http://kivy.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu