How to set up the SmartQ Sources.list
Run evilvte, then type sudo leafpad /etc/apt/sources.list
All you need in this file is the following line:
deb http://ports.ubuntu.com karmic main universe restricted multiverse
deb http://ports.ubuntu.com jaunty main universe restricted multiverse
– then save & exit leafpad. While still in evilvte type sudo apt-get update, this will update your system to reflect the changes you made to your sources.list. Now when you sudo apt-get install “name of app here” your system will know if it exists and how/where to get/install it.








