How to List Installed Software on Raspberry Pi 4

, ,

The following Terminal command will show you what software packages are currently installed on your Raspberry Pi 4.

dpkg -l

Read the Debian manual on Listing Installed Packages to learn more.

 

Search for an Installed Package

To search for an installed package on your Raspberry Pi, enter the following command, where search is the package.

apt-cache search [insert-package-name]

For example: apt-cache search mysql

Press “q” to quit the package display listing.

 

Conclusion

I welcome your thoughts, questions or suggestions on my article on how to list all installed software on Raspberry Pi 4.

You may support my work by sending me a tip using your Brave browser or by sending me a one time donation using your credit card.

Let me know if you found any errors within my article or if I may further assist you by answering any additional questions you may have.