Itemized list of user installed application

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bushyiii
Level 4
Level 4
Posts: 258
Joined: Thu Apr 07, 2016 12:42 am

Itemized list of user installed application

Post by bushyiii »

Is there a way to generate a list of all existing software on a Linux Mint computer that are not part of a default installation?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Itemized list of user installed application

Post by Larry78723 »

Not as far as I know. Someone may have developed a script that will accomplish that but I'm not aware of any.
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
Pennyroyal
Level 2
Level 2
Posts: 55
Joined: Sun Nov 21, 2021 12:36 pm

Re: Itemized list of user installed application

Post by Pennyroyal »

Synaptic package Manager provides a list of "installed "manually", not sure how you could script that is a list though.
mikeflan
Level 17
Level 17
Posts: 7160
Joined: Sun Apr 26, 2020 9:28 am
Location: Houston, TX

Re: Itemized list of user installed application

Post by mikeflan »

This is not a complete list:

Code: Select all

dpkg --get-selections
RIH
Level 9
Level 9
Posts: 2908
Joined: Sat Aug 22, 2015 3:47 am

Re: Itemized list of user installed application

Post by RIH »

Menu - Backup Tool - (Software Selection) Back Up Now
Creates a text file in /Home/User/Documents/Backup
called date-packages.list
where the pieces in red are variables..
Image
dave0808
Level 5
Level 5
Posts: 987
Joined: Sat May 16, 2015 1:02 pm

Re: Itemized list of user installed application

Post by dave0808 »

The Backup Tool states: "Note: if you want to save the complete list of all installed packages on the system, please use the command 'dpkg --get-selections > mylist.list' in a terminal."

Therefore, what would be useful is to invoke this command as one of the first things done after an installation. Then after any subsequent invocation of the command the outputs could be compared.

Of course, this only covers "packages". It doesn't list any flatpaks, nor presumably any snaps (should anyone have installed that).
Locked

Return to “Software & Applications”