get list of installed applications ubuntu code example
Example 1: how to find installed packages in ubuntu
apt list --installed
Example 2: how to check installed apps in ubuntu
apt list --installed | grep program_name
apt list --installed
apt list --installed | grep program_name