how to check installed apps in ubuntu

Shell
apt list --installed | grep program_nameapt list --installed
Source

Also in Shell: