############################################################# ################### OFFICIAL UBUNTU REPOS ################### ############################################################# ###### Ubuntu Main Repos deb http://ar.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse ###### Ubuntu Update Repos deb http://ar.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse deb http://ar.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse ###### Ubuntu Partner Repo deb http://archive.canonical.com/ubuntu precise partner ###### Ubuntu Extras Repo deb http://extras.ubuntu.com/ubuntu precise main ############################################################## ##################### UNOFFICIAL REPOS ###################### ############################################################## ###### 3rd Party Binary Repos #### Google Linux Software Repositories - http://www.google.com/linuxrepositories/ ## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add - deb http://dl.google.com/linux/deb/ stable non-free #### Google Linux Software Repositories (Testing) - http://www.google.com/linuxrepositories/ ## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - deb http://dl.google.com/linux/deb/ testing non-free #### Pidgin - http://pidgin.im ## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A1F196A8 deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu precise main