Wednesday, February 13, 2013

List installed package(s) in Debian based distro

Show installed package that has a string 'virtualbox'

$: dpkg -l | grep 'virtualbox'

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...