Ubuntu
Note: You will need root access to complete this step.
- Open a terminal shell.
- Ensure that you are accessing the most up to date repositories for apt. (See your distro documentation and/or other resources to verify this step.)
- Enable the universe and multiverse repositories.
Note: For help on enabling the universe and multiverse repositories go here.
- Execute 'apt-get update'.
- Note: Execute the next step for your distro version.
Ubuntu 5.10 Breezy
sudo apt-get install build-essential python2.4-dev python2.4-qt3 libcupsys2-dev libsnmp5-dev libjpeg62-dev lsb libtool automake libusb-dev
Ubuntu 6.06 Dapper
sudo apt-get install build-essential python2.4-dev python2.4-qt3 libcupsys2-dev libsnmp9-dev libjpeg62-dev lsb libtool automake1.9 libusb-dev
Ubuntu 6.10 Edgy
sudo apt-get install build-essential python2.4-dev python2.4-qt3 libcupsys2-dev libsnmp9-dev libjpeg62-dev lsb libtool automake1.9 libusb-dev
View the current Release Notes for additional information on this release.