About 73 results
Open links in new tab
  1. 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?

  2. 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 because it shows …

  3. 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 ...

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

    21 apt-mark showmanual will give you a list of "manually installed" packages. This includes packages installed by the installer, which is most of them. But if you run this after installation and compare the …

  5. 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?

  6. 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 that from the …

  7. 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.

  8. Is it possible to get a list of most recently installed packages?

    Dec 11, 2010 · Here is some shell to list dpkg installed files. (which should include all apt/aptitude/software center/synaptic installed packages) ... This does not include install time/date info.

  9. software installation - how to find whether an app is a snap or a ...

    There are several ways to check with what package-manager a certain app is installed with: Use list commands in the terminal with the different package-managers to see if the app is listed in that list. …

  10. 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?