From 40c546d404e9435f9655888c44fede0183a42c6b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 13 Jan 2014 10:25:28 +0200 Subject: [PATCH] Create sources.list.ubuntu Replace RELEASE with current Ubuntu release which you can get by running "lsb_release -c" --- misc/sources.list.ubuntu | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 misc/sources.list.ubuntu diff --git a/misc/sources.list.ubuntu b/misc/sources.list.ubuntu new file mode 100644 index 0000000..a4dc089 --- /dev/null +++ b/misc/sources.list.ubuntu @@ -0,0 +1,43 @@ +## Replace RELEASE on every line with your Ubuntu RELEASE which you can find out by running +# lsb_release -c + +# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to +# newer versions of the distribution. +deb mirror://mirrors.ubuntu.com/mirrors.txt RELEASE main restricted universe multiverse + +## Major bug fix updates produced after the final release of the +## distribution. +deb mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-updates main restricted universe multiverse + +## N.B. software from this repository may not have been tested as +## extensively as that contained in the main release, although it includes +## newer versions of some applications which may provide useful features. +## Also, please note that software in backports WILL NOT receive any review +## or updates from the Ubuntu security team. +#deb mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-backports main restricted universe multiverse +deb mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-security main restricted universe multiverse +deb-src mirror://mirrors.ubuntu.com/mirrors.txt RELEASE main restricted universe multiverse +deb-src mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-updates main restricted universe multiverse +#deb-src mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-backports main restricted universe multiverse +deb-src mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-security main restricted universe multiverse + +## Uncomment the following two lines to add software from Canonical's +## 'partner' repository. +## This software is not part of Ubuntu, but is offered by Canonical and the +## respective vendors as a service to Ubuntu users. +deb http://archive.canonical.com/ubuntu RELEASE partner +deb-src http://archive.canonical.com/ubuntu RELEASE partner + +## This software is not part of Ubuntu, but is offered by third-party +## developers who want to ship their latest software. +deb http://extras.ubuntu.com/ubuntu RELEASE main +deb-src http://extras.ubuntu.com/ubuntu RELEASE main + +## Virtualbox +# gpg --keyserver pool.sks-keyservers.net --recv-keys 98AB5139 +# gpg --export -a 7B0FAB3A13B907435925D9C954422A4B98AB5139|apt-key add - +#deb http://download.virtualbox.org/virtualbox/debian wheezy contrib + +## MATE +# sudo apt-get --yes --quiet --allow-unauthenticated install mate-archive-keyring +#deb http://packages.mate-desktop.org/repo/ubuntu RELEASE main