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