Saturday, December 01, 2012

List installed packages on Ubuntu system

To list installed packages on a Ubuntu (Debian/Mint) system, do:

$: dpkg -l

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...