Issue
I installed a few applications a while back in Ubuntu using "sudo apt-get install". It's been a while since I logged onto my server and I am trying to perform some cleanup. How do I get a list of installed applications in Ubuntu if I installed them using apt-get ?
Solution
To get a list of installed applications using apt use the following command :
sudo apt --installed list
Answered By - dparkar Answer Checked By - Candace Johnson (WPSolving Volunteer)