Last Updated: February 25, 2016
·
322
· ryanwild

List installed ubuntu packages

List all installed packages:

dpkg --get-selections

List packages that start with:

dpkg --get-selections | grep php

Written by Ryan

Recommend
Say Thanks
Update Notifications Off
Respond