Add this using the Software Center
deb karmic free non-free
————————— Add Many Repos https://repogen.simplylinux.ch/ —————————————————–
Replace your /etc/apt/sources.list with the following one. For adding GPG keys of new repos, see instruction (if available) in the sources.list below itself.
For more information see here
############################################################# ################### OFFICIAL UBUNTU REPOS ################### ############################################################# ###### Ubuntu Main Repos deb http://us.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse ###### Ubuntu Update Repos deb http://us.archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ karmic-proposed main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-proposed main restricted universe multiverse ###### Ubuntu Partner Repo deb http://archive.canonical.com/ubuntu/ karmic partner deb-src http://archive.canonical.com/ubuntu/ karmic partner ############################################################## ##################### UNOFFICIAL REPOS ###################### ############################################################## ###### 3rd Party Binary Repos #### Skype – https://www.skype.com/en/ ## Run this command: gpg –keyserver pgp.mit.edu –recv-keys 0xd66b746e && gpg –export –armor 0xd66b746e | sudo apt-key add – deb stable non-free #### VLC Media Player – http://www.videolan.org/vlc/ ## Run this command: sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 40130828 deb http://ppa.launchpad.net/c-korn/ppa/ubuntu/ karmic main #### Wine – ## Run this command: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys F9CB8DB0 deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ karmic main
Getting the GPG keys:
gpg –keyserver pgp.mit.edu –recv-keys 0xd66b746e && gpg –export –armor 0xd66b746e | sudo apt-key add – sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 40130828 sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys F9CB8DB0
Alternate layout for synaptic:
############################################################# ################### OFFICIAL UBUNTU REPOS ################### ############################################################# ###### Ubuntu Main Repos deb http://us.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse ###### Ubuntu Update Repos deb http://us.archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse deb http://us.archive.ubuntu.com/ubuntu/ karmic-proposed main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-proposed main restricted universe multiverse ###### Ubuntu Partner Repo deb http://archive.canonical.com/ubuntu/ karmic partner deb-src http://archive.canonical.com/ubuntu/ karmic partner ############################################################## ##################### UNOFFICIAL REPOS ###################### ############################################################## ###### 3rd Party Binary Repos ## Run this command: gpg –keyserver pgp.mit.edu –recv-keys 0xd66b746e && gpg –export –armor 0xd66b746e | sudo apt-key add – deb stable non-free # Skype – https://www.skype.com/en/ ## Run this command: sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 40130828 deb http://ppa.launchpad.net/c-korn/ppa/ubuntu/ karmic main # VLC Media Player – http://www.videolan.org/vlc/ ## Run this command: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys F9CB8DB0 deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ karmic main # Wine –
Categories: