Display all installed packages

Category: Linux

bash commands


Displaying installed packages
Attempt to display packages with name bash: apt list --installed bash
Attempt to display packages containing the string bash: apt list -a --installed bash