Install wx-common
Installing wx-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install wx-common
wx-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | wx-common |
version | 3.0.2+dfsg-1.3+b1 |
description | wxWidgets Cross-platform C++ GUI toolkit (common support files) |
subsection | devel |
website | wxwidgets.org |
maintainer | wxWidgets Maintainers |
Uninstall wx-common
To remove just wx-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove wx-common
Uninstall wx-common and it’s dependent packages
To remove the wx-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove wx-common
Purging wx-common
If you also want to delete configuration and/or data files of wx-common from Debian Sid then this will work:
sudo apt-get purge wx-common
To delete configuration and/or data files of wx-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove wx-common