Difference between revisions of "Sources List"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Sources List == | == Sources List == | ||
− | Dump of /etc/apt/sources.list (Debian | + | Dump of /etc/apt/sources.list (Debian Jessie Stable) |
<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] |
Revision as of 16:55, 24 May 2017
Sources List
Dump of /etc/apt/sources.list (Debian Jessie Stable)
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!