Thursday, July 04, 2013

HowTo: Install wxPython in Lubuntu

How to install wxPython in Lubuntu (13.04)

$: sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-doc wx2.8-examples wx2.8-headers wx2.8-i18n

Applicable to:
  • Ubuntu
  • Kubuntu
  • Linux Mint
  • Debian
  • Other Debian derivatives

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