Install libqjson0
Installing libqjson0 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libqjson0
libqjson0 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libqjson0 |
version | 0.8.1-3 |
description | Qt-based library that maps JSON data to QVariant objects |
subsection | libs |
website | qjson.sourceforge.net |
maintainer | Lisandro Damián Nicanor Pérez Meyer |
Uninstall libqjson0
To remove just libqjson0 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libqjson0
Uninstall libqjson0 and it’s dependent packages
To remove the libqjson0 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libqjson0
Purging libqjson0
If you also want to delete configuration and/or data files of libqjson0 from Debian Sid then this will work:
sudo apt-get purge libqjson0
To delete configuration and/or data files of libqjson0 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libqjson0