

Grep " install " /var/log/apt/history.log List packages installed with apt To perform the query, in a terminal (Ctrl + Alt + T) we are going to write: This is going to show only the programs that we install using the apt command. You can see the dpkg log by opening a terminal (Ctrl + Alt + T) and typing in it:Īs I said, you can also check the apt registry. To make this query we can use the grep command, to filter the result and show only installed packages. In Ubuntu there are a couple of ways to do this. These will allow us view recently installed packages. Luckily for the users, they can be check all those records. In Gnu / Linux systems a record of everything that happens.

You just have to go to the option "Status" and then select the one that says “ Installed ”. View installed software from Synaptic package managerĪnother graphical way to see the packages installed on your computer will be using the Synaptic package manager. There you will see the list of installed applications. Once in it, you just have to click on the tab "Installed". Si you don't want to use the terminal and its commands, you can always see the applications installed on the system by opening the software option. List recently installed packages in Ubuntu View installed software from Ubuntu software option
