I want the list of user installed applications in linux. It should be a single list of everything user installed. More like the apps listed in "show applications". The solution can be linux commands, bash script or python (with no need of any new pip installs).
Asked
Active
Viewed 27 times
0
-
Do you mean packages list ? or each user separated installed applications in its own home directory ? Do you mean also python (pip) installed ? other ? – francois P Aug 14 '22 at 13:38
-
@francoisP I dont need pip installed list. I mean like a list of application that we see in windows control panel "Add program" section. I want that kind in linux – Bharath S Aug 14 '22 at 13:47
-
2https://askubuntu.com/questions/159664/how-to-list-user-installed-applications-not-packages – Rinzwind Aug 14 '22 at 13:53