]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-package-repos.adoc
bump version to 5.0-7
[pve-docs.git] / pve-package-repos.adoc
... / ...
CommitLineData
1[[sysadmin_package_repositories]]
2Package Repositories
3--------------------
4ifdef::wiki[]
5:pve-toplevel:
6endif::wiki[]
7
8All Debian based systems use
9http://en.wikipedia.org/wiki/Advanced_Packaging_Tool[APT] as package
10management tool. The list of repositories is defined in
11`/etc/apt/sources.list` and `.list` files found inside
12`/etc/apt/sources.d/`. Updates can be installed directly using
13`apt-get`, or via the GUI.
14
15Apt `sources.list` files list one package repository per line, with
16the most preferred source listed first. Empty lines are ignored, and a
17`#` character anywhere on a line marks the remainder of that line as a
18comment. The information available from the configured sources is
19acquired by `apt-get update`.
20
21.File `/etc/apt/sources.list`
22----
23deb http://ftp.debian.org/debian stretch main contrib
24
25# security updates
26deb http://security.debian.org stretch/updates main contrib
27----
28
29In addition, {pve} provides three different package repositories.
30
31{pve} Enterprise Repository
32~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
34This is the default, stable and recommended repository, available for
35all {pve} subscription users. It contains the most stable packages,
36and is suitable for production use. The `pve-enterprise` repository is
37enabled by default:
38
39.File `/etc/apt/sources.list.d/pve-enterprise.list`
40----
41deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
42----
43
44As soon as updates are available, the `root@pam` user is notified via
45email about the available new packages. On the GUI, the change-log of
46each package can be viewed (if available), showing all details of the
47update. So you will never miss important security fixes.
48
49Please note that and you need a valid subscription key to access this
50repository. We offer different support levels, and you can find further
51details at http://www.proxmox.com/en/proxmox-ve/pricing.
52
53NOTE: You can disable this repository by commenting out the above line
54using a `#` (at the start of the line). This prevents error messages
55if you do not have a subscription key. Please configure the
56`pve-no-subscription` repository in that case.
57
58
59{pve} No-Subscription Repository
60~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
62As the name suggests, you do not need a subscription key to access
63this repository. It can be used for testing and non-production
64use. Its not recommended to run on production servers, as these
65packages are not always heavily tested and validated.
66
67We recommend to configure this repository in `/etc/apt/sources.list`.
68
69.File `/etc/apt/sources.list`
70----
71deb http://ftp.debian.org/debian stretch main contrib
72
73# PVE pve-no-subscription repository provided by proxmox.com,
74# NOT recommended for production use
75deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
76
77# security updates
78deb http://security.debian.org stretch/updates main contrib
79----
80
81
82{pve} Test Repository
83~~~~~~~~~~~~~~~~~~~~~~
84
85Finally, there is a repository called `pvetest`. This one contains the
86latest packages and is heavily used by developers to test new
87features. As usual, you can configure this using
88`/etc/apt/sources.list` by adding the following line:
89
90.sources.list entry for `pvetest`
91----
92deb http://download.proxmox.com/debian/pve stretch pvetest
93----
94
95WARNING: the `pvetest` repository should (as the name implies) only be used
96for testing new features or bug fixes.
97
98
99SecureApt
100~~~~~~~~~
101
102We use GnuPG to sign the `Release` files inside those repositories,
103and APT uses that signatures to verify that all packages are from a
104trusted source.
105
106The key used for verification is already installed if you install from
107our installation CD. If you install by other means, you can manually
108download the key with:
109
110 # wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
111
112Please verify the checksum afterwards:
113
114----
115# md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
116511d36d0f1350c01c42a3dc9f3c27939 /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
117----
118
119
120ifdef::wiki[]
121
122// include note about older releases, but only for wiki
123
124
125{pve} 4.x Repositories
126~~~~~~~~~~~~~~~~~~~~~~
127
128{pve} 4.x is based on Debian 8.x (``jessie''). Please note that this
129release is out of date, and you should update your
130installation. Nevertheless, we still provide access to those
131repositories at our download servers.
132
133[width="100%",cols="<d,3m",options="header"]
134|===========================================================
135|Repository | sources.list entry
136|{pve} 4.x Enterprise |
137deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
138|{pve} 4.x No-Subscription |
139deb http://download.proxmox.com/debian wheezy pve-no-subscription
140|{pve} 4.x Test |
141deb http://download.proxmox.com/debian wheezy pvetest
142|===========================================================
143
144
145{pve} 3.x Repositories
146~~~~~~~~~~~~~~~~~~~~~~
147
148{pve} 3.x is based on Debian 7.x (``wheezy''). Please note that this
149release is out of date, and you should update your
150installation. Nevertheless, we still provide access to those
151repositories at our download servers.
152
153[width="100%",cols="<d,3m",options="header"]
154|===========================================================
155|Repository | sources.list entry
156|{pve} 3.x Enterprise |
157deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
158|{pve} 3.x No-Subscription |
159deb http://download.proxmox.com/debian wheezy pve-no-subscription
160|{pve} 3.x Test |
161deb http://download.proxmox.com/debian wheezy pvetest
162|===========================================================
163
164
165Outdated: `stable` Repository `pve`
166~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167
168This repository is a leftover to easy the update to 3.1. It will not
169get any updates after the release of 3.1. Therefore you need to remove
170this repository after you upgraded to 3.1.
171
172.File `/etc/apt/sources.list`
173----
174deb http://ftp.debian.org/debian wheezy main contrib
175
176# PVE packages provided by proxmox.com - NO UPDATES after the initial release of 3.1
177# deb http://download.proxmox.com/debian wheezy pve
178
179# security updates
180deb http://security.debian.org/ wheezy/updates main contrib
181----
182
183
184Outdated: {pve} 2.x Repositories
185~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186
187{pve} 2.x is based on Debian 6.0 (``squeeze'') and outdated. Please
188upgrade to latest version as soon as possible. In order to use the
189stable `pve` 2.x repository, check your sources.list:
190
191.File `/etc/apt/sources.list`
192----
193deb http://ftp.debian.org/debian squeeze main contrib
194
195# PVE packages provided by proxmox.com
196deb http://download.proxmox.com/debian squeeze pve
197
198# security updates
199deb http://security.debian.org/ squeeze/updates main contrib
200----
201
202
203Outdated: {pve} VE 1.x Repositories
204~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
205
206{pve} 1.x is based on Debian 5.0 (``lenny'') and very outdated. Please
207upgrade to latest version as soon as possible.
208
209
210endif::wiki[]