sudo apt list --installed
You’ll find it useful to pipe the output to less
like so:
sudo apt list --installed | less
Then, you can type /
to search for packages by name.
sudo apt list --installed
You’ll find it useful to pipe the output to less
like so:
sudo apt list --installed | less
Then, you can type /
to search for packages by name.