Last Updated: February 25, 2016
·
314
· ryanwild

List installed ubuntu packages

List all installed packages:

dpkg --get-selections

List packages that start with:

dpkg --get-selections | grep php