About 414,000 results
Open links in new tab
  1. How can I list all applications installed in my system?

    I know, I just can hit Super + A to see all installed apps in Ubuntu, but I need a command to list their names. The command dpkg --get-selections | awk '{print $1}' is also not an option …

  2. apt - How to list all installed packages - Ask Ubuntu

    I'd like to output a list of all installed packages into a text file so that I can review it and bulk-install on another system. How would I do this?

  3. How to get list of installed packages with installation date?

    Oct 28, 2018 · How can I output a list of all installed packages with installation date and additional information?

  4. How do I list all installed programs? - Unix & Linux Stack Exchange

    Sep 18, 2011 · How do I list both programs that came with my distribution and those I manually installed?

  5. How to list user installed applications (not packages)?

    This includes packages installed by the installer, which is most of them. But if you run this after installation and compare the output again later, you'll get a list of packages which the user has …

  6. How to list packages manually installed by snap? - Ask Ubuntu

    I'd like to get a list of packages installed manually by snap and be able to find out whether a foobar package was installed manually by system installer. For example: $ snap list Name ...

  7. apt - How to list manually installed packages? - Ask Ubuntu

    Aug 10, 2017 · I'd like to get a list of packages installed manually by apt or aptitude and be able to find out whether a foobar package was installed manually or automatically. How can we do …

  8. How to get the list of all application installed which has GUI?

    6 I want a list of all installed application which have a GUI. To be clear, At least all the applications that are listed in Show Applications.

  9. How do I search for a specific installed app using `apt list

    Aug 15, 2021 · 2 apt list --installed The above command will list all installed apps which is usually more than 100 but I need to see all apps that start with a specific word Example:

  10. How can I get a list of packages that I have installed using apt-get ...

    Jun 7, 2016 · I want to get a list of packages that I have installed using apt-get. i.e. any packages that I have installed since my Linode (Debian) was initially created. Is this possible?