mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
Mikaela Suomalainen
2fe92afa26
Ref: #119 I am not sure I would advice running that even if it happened to exist.
41 lines
2.3 KiB
Plaintext
41 lines
2.3 KiB
Plaintext
## Main repositories
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted universe multiverse
|
|
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted universe multiverse
|
|
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted universe multiverse
|
|
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates 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-security main restricted universe multiverse
|
|
deb http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
|
|
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
|
|
|
|
## Backports
|
|
## https://help.ubuntu.com/community/UbuntuBackports
|
|
deb 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
|
|
|
|
## Pre-release updates
|
|
## https://wiki.ubuntu.com/Testing/EnableProposed
|
|
#deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-proposed main restricted universe multiverse
|
|
#deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-proposed main restricted universe multiverse
|
|
|
|
## Proprietary and closed-source software
|
|
deb http://archive.canonical.com/ubuntu trusty partner
|
|
deb-src http://archive.canonical.com/ubuntu trusty partner
|
|
|
|
## New applications not in repositories during release
|
|
deb http://extras.ubuntu.com/ubuntu trusty main
|
|
deb-src http://extras.ubuntu.com/ubuntu trusty main
|
|
|
|
## Non-built-in debug symbol packages
|
|
## https://wiki.ubuntu.com/DebuggingProgramCrash
|
|
## sudo apt-key adv --keyserver hkps://keys.openpgp.org --recv-keys 428D7C01
|
|
#deb http://ddebs.ubuntu.com trusty main restricted universe multiverse
|
|
#deb http://ddebs.ubuntu.com trusty-updates main restricted universe multiverse
|
|
## Ignore unless you have enabled proposed
|
|
#deb http://ddebs.ubuntu.com trusty-proposed main restricted universe multiverse
|
|
|
|
## Ubuntu MATE
|
|
## apt-key adv --keyserver hkps://keys.openpgp.org --recv-keys 709A860A600B9A61FEF5346AFB01CC26162506E7
|
|
#deb http://ppa.launchpad.net/ubuntu-mate-dev/trusty-mate/ubuntu trusty main
|
|
#deb-src http://ppa.launchpad.net/ubuntu-mate-dev/trusty-mate/ubuntu trusty main
|