How to get a list of installed packages from the command line
-
If I do:
$ ./qt-unified-linux-x64-4.0.1-1-online.run --helpit says:
li, list - list currently installed packagesHowever, when I try:
$ ./qt-unified-linux-x64-4.0.1-1-online.run li [0] Arguments: ./qt-unified-linux-x64-4.0.1-1-online.run, li [3] Operations sanity check succeeded. [3] Warning: Cannot list installed packages with installer.How can I get a list of the installed packages after running the installer from the command line?
-
If I do:
$ ./qt-unified-linux-x64-4.0.1-1-online.run --helpit says:
li, list - list currently installed packagesHowever, when I try:
$ ./qt-unified-linux-x64-4.0.1-1-online.run li [0] Arguments: ./qt-unified-linux-x64-4.0.1-1-online.run, li [3] Operations sanity check succeeded. [3] Warning: Cannot list installed packages with installer.How can I get a list of the installed packages after running the installer from the command line?
The answer is
./Qt/MaintenanceTool liThe maintanance tool and the installer appear to have the same --help information.