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