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