To uninstall xcb-proto just follow these instructions.
sudo apt-get remove xcb-proto
This will remove just the xcb-proto package itself.
sudo apt-get remove --auto-remove xcb-proto
This will remove the xcb-proto package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for xcb-proto then this will work.
sudo apt-get purge xcb-proto
Or similarly, like this xcb-proto
sudo apt-get purge --auto-remove xcb-proto
Package | xcb-proto |
Version | 1.12-1 |
Maintainer | Debian X Strike Force <[email protected]> |
Home page | https://xcb.freedesktop.org |
Description | X C Binding – protocol descriptions selected extensions in an XML-based data format. The X C Binding (XCB) library uses these descriptions to generate much of its code. You only need this package if you want to compile XCB or otherwise make use of these protocol descriptions. |
Distro | parrot |
Release | jollyroger |
Repo | main |
Section | libdevel |