Posted On April 1, 2019

Ubuntu Repos (Old Info)

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Ubuntu Repos (Old Info)
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 – ## 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 – ## 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 –

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Flash Bios Using CentOS live USB

Start CentOS live USB copy T5500A16.bin to desktop Run terminal su init 1 cd /home/centoslive/Desktop…

Linux Mint 20.04 Workstation Setup

Common Workstation Utilities: # Screenshot sudo apt install flameshot # RDP Client sudo apt install…

Install Fail2ban on CentOS 7 & 8

Objective: Ban all IPs that have failed logins by matching a certain policies. Here's a…