El ya conocido Ubuntu Tweaks tiene ya una nueva version que adema de facilitarte la configuracion de Ubuntu, en esta nueva version incluye una opcion para agregar, borrar y editar facilmente nuevos repositorios a la lista de sources.
Para agregar los repo de Tweak a nuestro Ubuntu Intrepid simplemente editamos los source.list
sudo gedit /etc/apt/sources.list
Luego agregamos al final
deb http://ppa.launchpad.net/tualatrix/ubuntu intrepid main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu intrepid main
Luego hacemos en el terminal hacemos los siguiente para actualizar e instalar
sudo apt-get update
sudo apt-get install ubuntu-tweak
