Install obconf-qt
Installing obconf-qt package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install obconf-qt
obconf-qt package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | obconf-qt |
version | 0.9.0+20151227-2 |
description | Openbox configuration with a Qt interface |
subsection | utils |
website | github.com / lxde / obconf-qt |
maintainer | LXQt Packaging Team |
Uninstall obconf-qt
To remove just obconf-qt package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove obconf-qt
Uninstall obconf-qt and it’s dependent packages
To remove the obconf-qt package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove obconf-qt
Purging obconf-qt
If you also want to delete configuration and/or data files of obconf-qt from Debian Sid then this will work:
sudo apt-get purge obconf-qt
To delete configuration and/or data files of obconf-qt and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove obconf-qt