Difference between revisions of "Sources List"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Sources List == | == Sources List == | ||
− | + | German Mirror (Debian Jessie Stable) | |
+ | |||
+ | /etc/apt/sources.list | ||
<pre> | <pre> | ||
− | deb http://ftp5.gwdg.de/pub/linux/debian/debian/ | + | deb http://ftp5.gwdg.de/pub/linux/debian/debian/ jessie main contrib non-free |
− | deb-src http://ftp5.gwdg.de/pub/linux/debian/debian/ | + | deb-src http://ftp5.gwdg.de/pub/linux/debian/debian/ jessie main contrib non-free |
− | deb http://security.debian.org/ | + | deb http://security.debian.org/ jessie/updates main non-free |
− | deb-src http://security.debian.org/ | + | deb-src http://security.debian.org/ jessie/updates main non-free |
</pre> | </pre> | ||
+ | |||
+ | Remark: To get the latest Versions like PHP7 of the Software replace Jessie to sid Testing! | ||
+ | |||
+ | [https://wiki.debian.org/DebianReleases Debian-Release-Map] |
Latest revision as of 16:56, 24 May 2017
Sources List
German Mirror (Debian Jessie Stable)
/etc/apt/sources.list
deb http://ftp5.gwdg.de/pub/linux/debian/debian/ jessie main contrib non-free deb-src http://ftp5.gwdg.de/pub/linux/debian/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main non-free deb-src http://security.debian.org/ jessie/updates main non-free
Remark: To get the latest Versions like PHP7 of the Software replace Jessie to sid Testing!