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

Last updated: May 19,2024

1. Install "python-keybinder" package

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

$ sudo apt update $ sudo apt install python-keybinder

2. Uninstall "python-keybinder" package

Please follow the guidelines below to uninstall python-keybinder on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-keybinder
Priority: optional
Section: universe/python
Installed-Size: 33
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Starr-Bochicchio
Architecture: amd64
Source: keybinder
Version: 0.3.1-1
Provides: python2.7-keybinder
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libglib2.0-0 (>= 2.12.0), libkeybinder0 (>= 0.2.1), python-gtk2
Filename: pool/universe/k/keybinder/python-keybinder_0.3.1-1_amd64.deb
Size: 6702
MD5sum: 6026ed7c962c6d8c2d11301c8766f707
SHA1: 45f2db5f4fcd1784ccd802ab469a5e9566efef9d
SHA256: 8f9e733ff3b6db71b06f202d827dac58d59184631493cd1b6bfd113102362e2f
Description-en: registers global key bindings for applications - Python bindings
keybinder is a library for registering global keyboard shortcuts to be used by
GTK-based applications under the X Window System.
.
When a combination of key is pressed, keybinder notifies it to the registering
application, which can execute one or more operations based on the event
previously registered.
.
Originally written as part of the Tomboy project, keybinder has been
distributed as stand-alone library let other applications to use key binding.
.
This package contains Python bindings.
Description-md5: 5761ee93685e3319881beac6cde91883
Homepage: https://github.com/engla/keybinder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu