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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...