Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to get a list of installed packages from the command line

How to get a list of installed packages from the command line

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 1 Posters 2.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ericg_97477
    wrote on last edited by
    #1

    If I do:

    $ ./qt-unified-linux-x64-4.0.1-1-online.run --help
    

    it says:

    li, list - list currently installed packages
    

    However, 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?

    E 1 Reply Last reply
    0
    • E ericg_97477

      If I do:

      $ ./qt-unified-linux-x64-4.0.1-1-online.run --help
      

      it says:

      li, list - list currently installed packages
      

      However, 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?

      E Offline
      E Offline
      ericg_97477
      wrote on last edited by
      #2

      The answer is

      ./Qt/MaintenanceTool li
      

      The maintanance tool and the installer appear to have the same --help information.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved