mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-22 16:30:40 +01:00
misc/sources.list.ubuntu*: clear a little.
According to https://help.ubuntu.com/community/UbuntuBackports , backports are enabled by default, but nothing is installed from there unless otherwise specified. Virtualbox and MATE aren't required either.
This commit is contained in:
parent
99f32c7979
commit
03f9d82500
@ -1,4 +1,4 @@
|
||||
## Replace RELEASE on every line with your Ubuntu RELEASE which you can find out by running
|
||||
## 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
|
||||
@ -14,11 +14,11 @@ deb mirror://mirrors.ubuntu.com/mirrors.txt RELEASE-updates main restricted univ
|
||||
## 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-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-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
|
||||
@ -32,12 +32,3 @@ deb-src http://archive.canonical.com/ubuntu RELEASE partner
|
||||
## 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
|
||||
|
@ -1,21 +1,24 @@
|
||||
## Replace precise on every line with your Ubuntu precise which you can find out by running
|
||||
# lsb_precise -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 precise main restricted universe multiverse
|
||||
|
||||
## Major bug fix updates produced after the final release of the
|
||||
## Major bug fix updates produced after the final precise of the
|
||||
## distribution.
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-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
|
||||
## extensively as that contained in the main precise, 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 precise-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse
|
||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse
|
||||
|
||||
## Uncomment the following two lines to add software from Canonical's
|
||||
@ -29,12 +32,3 @@ deb-src http://archive.canonical.com/ubuntu precise partner
|
||||
## developers who want to ship their latest software.
|
||||
deb http://extras.ubuntu.com/ubuntu precise main
|
||||
deb-src http://extras.ubuntu.com/ubuntu precise 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 precise main
|
||||
|
@ -1,21 +1,24 @@
|
||||
## Replace quantal on every line with your Ubuntu quantal which you can find out by running
|
||||
# lsb_quantal -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 quantal main restricted universe multiverse
|
||||
|
||||
## Major bug fix updates produced after the final release of the
|
||||
## Major bug fix updates produced after the final quantal of the
|
||||
## distribution.
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt quantal-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
|
||||
## extensively as that contained in the main quantal, 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 quantal-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt quantal-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt quantal-security main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt quantal main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt quantal-updates main restricted universe multiverse
|
||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt quantal-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt quantal-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt quantal-security main restricted universe multiverse
|
||||
|
||||
## Uncomment the following two lines to add software from Canonical's
|
||||
@ -29,8 +32,3 @@ deb-src http://archive.canonical.com/ubuntu quantal partner
|
||||
## developers who want to ship their latest software.
|
||||
deb http://extras.ubuntu.com/ubuntu quantal main
|
||||
deb-src http://extras.ubuntu.com/ubuntu quantal 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 squeeze contrib
|
||||
|
@ -1,23 +1,24 @@
|
||||
## Replace saucy on every line with your Ubuntu saucy which you can find out by running
|
||||
# lsb_saucy -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 saucy main restricted universe multiverse
|
||||
|
||||
## Major bug fix updates produced after the final release of the
|
||||
## Major bug fix updates produced after the final saucy of the
|
||||
## distribution.
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt saucy-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
|
||||
## extensively as that contained in the main saucy, 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 saucy-backports main restricted universe multiverse
|
||||
#deb mirror://mirrors.ubuntu.com/mirrors.txt saucy-proposed main restricted universe multiverse
|
||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt saucy-proposed main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt saucy-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt saucy-security main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt saucy main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt saucy-updates main restricted universe multiverse
|
||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt saucy-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt saucy-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt saucy-security main restricted universe multiverse
|
||||
|
||||
## Uncomment the following two lines to add software from Canonical's
|
||||
@ -31,13 +32,3 @@ deb-src http://archive.canonical.com/ubuntu saucy partner
|
||||
## developers who want to ship their latest software.
|
||||
deb http://extras.ubuntu.com/ubuntu saucy main
|
||||
deb-src http://extras.ubuntu.com/ubuntu saucy 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 saucy main
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
## Replace trusty on every line with your Ubuntu trusty which you can find out by running
|
||||
## Replace trusty on every line with your Ubuntu trusty which you can find out by running
|
||||
# lsb_trusty -c
|
||||
|
||||
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
|
||||
@ -14,11 +14,11 @@ deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted unive
|
||||
## 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 trusty-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted universe multiverse
|
||||
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-security main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted universe multiverse
|
||||
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted universe multiverse
|
||||
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-security main restricted universe multiverse
|
||||
|
||||
## Uncomment the following two lines to add software from Canonical's
|
||||
@ -32,12 +32,3 @@ deb-src http://archive.canonical.com/ubuntu trusty partner
|
||||
## developers who want to ship their latest software.
|
||||
deb http://extras.ubuntu.com/ubuntu trusty main
|
||||
deb-src http://extras.ubuntu.com/ubuntu trusty 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 trusty main
|
||||
|
Loading…
x
Reference in New Issue
Block a user