Install qtsensors5-doc
Installing qtsensors5-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install qtsensors5-doc
qtsensors5-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | qtsensors5-doc |
version | 5.5.1-3 |
description | Qt 5 Sensors documentation |
subsection | doc |
website | qt-project.org |
maintainer | Debian Qt/KDE Maintainers |
Uninstall qtsensors5-doc
To remove just qtsensors5-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove qtsensors5-doc
Uninstall qtsensors5-doc and it’s dependent packages
To remove the qtsensors5-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove qtsensors5-doc
Purging qtsensors5-doc
If you also want to delete configuration and/or data files of qtsensors5-doc from Debian Sid then this will work:
sudo apt-get purge qtsensors5-doc
To delete configuration and/or data files of qtsensors5-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove qtsensors5-doc