]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-package-repos.adoc
update copyright year to current
[pve-docs.git] / pve-package-repos.adoc
index 65459885ec51c601e947706263f8732d95e7bd60..77c169087268936d7c5b548a8c2a43a6884189df 100644 (file)
@@ -1,6 +1,6 @@
+[[sysadmin_package_repositories]]
 Package Repositories
 --------------------
-include::attributes.txt[]
 ifdef::wiki[]
 :pve-toplevel:
 endif::wiki[]
@@ -20,10 +20,10 @@ acquired by `apt-get update`.
 
 .File `/etc/apt/sources.list`
 ----
-deb http://ftp.debian.org/debian jessie main contrib
+deb http://ftp.debian.org/debian stretch main contrib
 
 # security updates
-deb http://security.debian.org jessie/updates main contrib
+deb http://security.debian.org stretch/updates main contrib
 ----
 
 In addition, {pve} provides three different package repositories.
@@ -38,7 +38,7 @@ enabled by default:
 
 .File `/etc/apt/sources.list.d/pve-enterprise.list`
 ----
-deb https://enterprise.proxmox.com/debian jessie pve-enterprise
+deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
 ----
 
 As soon as updates are available, the `root@pam` user is notified via
@@ -48,7 +48,7 @@ update. So you will never miss important security fixes.
 
 Please note that and you need a valid subscription key to access this
 repository. We offer different support levels, and you can find further
-details at http://www.proxmox.com/en/proxmox-ve/pricing.
+details at https://www.proxmox.com/en/proxmox-ve/pricing.
 
 NOTE: You can disable this repository by commenting out the above line
 using a `#` (at the start of the line). This prevents error messages
@@ -68,14 +68,14 @@ We recommend to configure this repository in `/etc/apt/sources.list`.
 
 .File `/etc/apt/sources.list`
 ----
-deb http://ftp.debian.org/debian jessie main contrib
+deb http://ftp.debian.org/debian stretch main contrib
 
 # PVE pve-no-subscription repository provided by proxmox.com,
 # NOT recommended for production use
-deb http://download.proxmox.com/debian jessie pve-no-subscription
+deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
 
 # security updates
-deb http://security.debian.org jessie/updates main contrib
+deb http://security.debian.org stretch/updates main contrib
 ----
 
 
@@ -89,7 +89,7 @@ features. As usual, you can configure this using
 
 .sources.list entry for `pvetest`
 ----
-deb http://download.proxmox.com/debian jessie pvetest
+deb http://download.proxmox.com/debian/pve stretch pvetest
 ----
 
 WARNING: the `pvetest` repository should (as the name implies) only be used
@@ -107,27 +107,48 @@ The key used for verification is already installed if you install from
 our installation CD. If you install by other means, you can manually
 download the key with:
 
- # wget http://download.proxmox.com/debian/key.asc
+ # wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
 
-Please verify the fingerprint afterwards:
+Please verify the checksum afterwards:
 
 ----
-# gpg --with-fingerprint key.asc
-pub  1024D/9887F95A 2008-10-28 Proxmox Release Key <proxmox-release@proxmox.com>
-      Key fingerprint = BE25 7BAA 5D40 6D01 157D  323E C23A C7F4 9887 F95A
-sub  2048g/A87A1B00 2008-10-28
+# sha512sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
+ffb95f0f4be68d2e753c8875ea2f8465864a58431d5361e88789568673551501ae574283a4e0492f17d79dc67edfb173a56a6304dea39e01f249ebdabc9f074a  /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
 ----
 
-If this shows the exact same fingerprint, you can add the key to the
-list of trusted APT keys:
+or
 
- # apt-key add key.asc
+----
+# md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
+511d36d0f1350c01c42a3dc9f3c27939  /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
+----
 
 
 ifdef::wiki[]
 
 // include note about older releases, but only for wiki
 
+
+{pve} 4.x Repositories
+~~~~~~~~~~~~~~~~~~~~~~
+
+{pve} 4.x is based on Debian 8.x (``jessie''). Please note that this
+release is out of date, and you should update your
+installation. Nevertheless, we still provide access to those
+repositories at our download servers.
+
+[width="100%",cols="<d,3m",options="header"]
+|===========================================================
+|Repository                 | sources.list entry
+|{pve} 4.x Enterprise       |
+deb https://enterprise.proxmox.com/debian jessie pve-enterprise
+|{pve} 4.x No-Subscription  |
+deb http://download.proxmox.com/debian jessie pve-no-subscription
+|{pve} 4.x Test             |
+deb http://download.proxmox.com/debian jessie pvetest
+|===========================================================
+
+
 {pve} 3.x Repositories
 ~~~~~~~~~~~~~~~~~~~~~~
 
@@ -147,8 +168,6 @@ deb http://download.proxmox.com/debian wheezy pve-no-subscription
 deb http://download.proxmox.com/debian wheezy pvetest
 |===========================================================
 
-NOTE: Apt `sources.list` configuration files are basically the same as
-in newer 4.x versions - just replace `jessie` with `wheezy`.
 
 Outdated: `stable` Repository `pve`
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~