list installed packages linux bash code example
Example 1: check installed packages apt-get
apt list --installed
Example 2: linux list application installation
Use this command on ubuntu:
> sudo dpkg --listfiles [appname]
apt list --installed
Use this command on ubuntu:
> sudo dpkg --listfiles [appname]