How to view a list of packages that were manually installed without their dependancies

user92125

How do I see a list of packages I manually (really manually, as in I typed them in) installed?

I want to exclude packages that were installed as a result of being dependencies of other packages that I manually typed in.

For example, if I ran the command:

sudo apt-get install mysql-server

and as a result mysql-common was installed, I want to only see mysql-server in the list and not mysql-common.

I've searched for an answer and found many that were close but not exactly what I want.

wojox

That do what you want:

cat /var/log/apt/history.log | grep 'apt-get install '

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to list installed packages manually from backports?

From Dev

How to create a list of all applications which were manually installed?

From Dev

How can I determine which packages I have installed via homebrew and which were installed manually?

From Dev

How to get the list of installed packages without dependencies?

From Dev

How to find manually installed packages?

From Dev

How to get a list of which packages were installed with apt-get by a user and not by dependencies?

From Dev

Generating list of manually installed packages and querying individual packages

From Dev

How to find installed deb packages needlessly marked as manually installed

From Dev

How to list all installed packages

From Dev

How to list installed go packages

From Dev

How to list all installed packages

From Dev

How do you track which packages were installed on Ubuntu (Linux)?

From Dev

how to hide message "The following packages were automatically installed and are no longer required"?

From Dev

How to download rpm packages manually (without yum)?

From Dev

How to view the packages/tools that will be installed by Ubuntu Make?

From Dev

Meteorite change "manually" installed packages to automatically installed

From Dev

how can i list all packages which ere installed by me in centos without dependencies

From Java

How to list npm user-installed packages?

From Dev

How to get the list of installed library packages only?

From Dev

How to list all the installed packages and their version with Cabal?

From Dev

How to list user installed applications (not packages)?

From Dev

How to get the list of installed library packages only?

From Dev

How to list user installed applications (not packages)?

From Dev

How do I list the default installed packages?

From Dev

Zypper: How to list installed packages that are not in a repo

From Dev

How to list the packages to be installed by installing a specific package?

From Dev

View installed packages in Debian

From Dev

How to list all programs installed that were compiled from source?

From Dev

How to list installed packages that depend on another installed package in Debian?

Related Related

  1. 1

    How to list installed packages manually from backports?

  2. 2

    How to create a list of all applications which were manually installed?

  3. 3

    How can I determine which packages I have installed via homebrew and which were installed manually?

  4. 4

    How to get the list of installed packages without dependencies?

  5. 5

    How to find manually installed packages?

  6. 6

    How to get a list of which packages were installed with apt-get by a user and not by dependencies?

  7. 7

    Generating list of manually installed packages and querying individual packages

  8. 8

    How to find installed deb packages needlessly marked as manually installed

  9. 9

    How to list all installed packages

  10. 10

    How to list installed go packages

  11. 11

    How to list all installed packages

  12. 12

    How do you track which packages were installed on Ubuntu (Linux)?

  13. 13

    how to hide message "The following packages were automatically installed and are no longer required"?

  14. 14

    How to download rpm packages manually (without yum)?

  15. 15

    How to view the packages/tools that will be installed by Ubuntu Make?

  16. 16

    Meteorite change "manually" installed packages to automatically installed

  17. 17

    how can i list all packages which ere installed by me in centos without dependencies

  18. 18

    How to list npm user-installed packages?

  19. 19

    How to get the list of installed library packages only?

  20. 20

    How to list all the installed packages and their version with Cabal?

  21. 21

    How to list user installed applications (not packages)?

  22. 22

    How to get the list of installed library packages only?

  23. 23

    How to list user installed applications (not packages)?

  24. 24

    How do I list the default installed packages?

  25. 25

    Zypper: How to list installed packages that are not in a repo

  26. 26

    How to list the packages to be installed by installing a specific package?

  27. 27

    View installed packages in Debian

  28. 28

    How to list all programs installed that were compiled from source?

  29. 29

    How to list installed packages that depend on another installed package in Debian?

HotTag

Archive