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:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...