]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-package-repos.adoc
vxlan: add rp_filter sysctl for multiple gateway nodes
[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 buster main contrib
24deb http://ftp.debian.org/debian buster-updates main contrib
25
26# security updates
27deb http://security.debian.org buster/updates main contrib
28----
29
30In addition, {pve} provides three different package repositories.
31
32{pve} Enterprise Repository
33~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
35This is the default, stable and recommended repository, available for
36all {pve} subscription users. It contains the most stable packages,
37and is suitable for production use. The `pve-enterprise` repository is
38enabled by default:
39
40.File `/etc/apt/sources.list.d/pve-enterprise.list`
41----
42deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
43----
44
45As soon as updates are available, the `root@pam` user is notified via
46email about the available new packages. On the GUI, the change-log of
47each package can be viewed (if available), showing all details of the
48update. So you will never miss important security fixes.
49
50Please note that you need a valid subscription key to access this
51repository. We offer different support levels, and you can find further
52details at https://www.proxmox.com/en/proxmox-ve/pricing.
53
54NOTE: You can disable this repository by commenting out the above line
55using a `#` (at the start of the line). This prevents error messages
56if you do not have a subscription key. Please configure the
57`pve-no-subscription` repository in that case.
58
59
60{pve} No-Subscription Repository
61~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62
63As the name suggests, you do not need a subscription key to access
64this repository. It can be used for testing and non-production
65use. Its not recommended to run on production servers, as these
66packages are not always heavily tested and validated.
67
68We recommend to configure this repository in `/etc/apt/sources.list`.
69
70.File `/etc/apt/sources.list`
71----
72deb http://ftp.debian.org/debian buster main contrib
73deb http://ftp.debian.org/debian buster-updates main contrib
74
75# PVE pve-no-subscription repository provided by proxmox.com,
76# NOT recommended for production use
77deb http://download.proxmox.com/debian/pve buster pve-no-subscription
78
79# security updates
80deb http://security.debian.org buster/updates main contrib
81----
82
83
84{pve} Test Repository
85~~~~~~~~~~~~~~~~~~~~~~
86
87Finally, there is a repository called `pvetest`. This one contains the
88latest packages and is heavily used by developers to test new
89features. As usual, you can configure this using
90`/etc/apt/sources.list` by adding the following line:
91
92.sources.list entry for `pvetest`
93----
94deb http://download.proxmox.com/debian/pve buster pvetest
95----
96
97WARNING: the `pvetest` repository should (as the name implies) only be used
98for testing new features or bug fixes.
99
100[[sysadmin_package_repositories_ceph]]
101{pve} Ceph Repository
102~~~~~~~~~~~~~~~~~~~~~
103
104This is {pve}'s main Ceph repository and holds the Ceph packages for
105production use. You can also use this repository to update only the Ceph
106client.
107
108.File `/etc/apt/sources.list.d/ceph.list`
109----
110deb http://download.proxmox.com/debian/ceph-nautilus buster main
111----
112
113
114{pve} Ceph Testing Repository
115~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
117This Ceph repository contains the Ceph packages before they are moved into the
118main repository and is used to test new Ceph release on {pve}.
119
120.File `/etc/apt/sources.list.d/ceph.list`
121----
122deb http://download.proxmox.com/debian/ceph-nautilus buster test
123----
124
125{pve} Ceph Luminous Repository For Upgrade
126~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127
128This is a build of tje Ceph Luminous release for {pve} 6.0, this can be used to
129upgrade a {pve} cluster with Ceph Luminous deployed first to our 6.0 release,
130based on Debian Buster, and only afterwards upgrade the Ceph on it's own.
131
132.File `/etc/apt/sources.list.d/ceph.list`
133----
134deb http://download.proxmox.com/debian/ceph-luminous buster main
135----
136
137SecureApt
138~~~~~~~~~
139
140We use GnuPG to sign the `Release` files inside those repositories,
141and APT uses that signatures to verify that all packages are from a
142trusted source.
143
144The key used for verification is already installed if you install from
145our installation CD. If you install by other means, you can manually
146download the key with:
147
148 # wget http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
149
150Please verify the checksum afterwards:
151
152----
153# sha512sum /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
154acca6f416917e8e11490a08a1e2842d500b3a5d9f322c6319db0927b2901c3eae23cfb5cd5df6facf2b57399d3cfa52ad7769ebdd75d9b204549ca147da52626 /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
155----
156
157or
158
159----
160# md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
161f3f6c5a3a67baf38ad178e5ff1ee270c /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
162----
163
164
165ifdef::wiki[]
166
167// include note about older releases, but only for wiki
168
169
170{pve} 5.x Repositories
171~~~~~~~~~~~~~~~~~~~~~~
172
173{pve} 5.x is based on Debian 9.x (``stretch''). Please note that this release
174is out of date, and you should update your installation.
175Nevertheless, we still provide access to those repositories at our download
176servers.
177
178[width="100%",cols="<d,3m",options="header"]
179|===========================================================
180|Repository | sources.list entry
181|{pve} 5.x Enterprise |
182deb https://enterprise.proxmox.com/debian stretch pve-enterprise
183|{pve} 5.x No-Subscription |
184deb http://download.proxmox.com/debian stretch pve-no-subscription
185|{pve} 5.x Test |
186deb http://download.proxmox.com/debian stretch pvetest
187|===========================================================
188
189
190{pve} 4.x Repositories
191~~~~~~~~~~~~~~~~~~~~~~
192
193{pve} 4.x is based on Debian 8.x (``jessie''). Please note that this
194release is out of date, and you should update your
195installation. Nevertheless, we still provide access to those
196repositories at our download servers.
197
198[width="100%",cols="<d,3m",options="header"]
199|===========================================================
200|Repository | sources.list entry
201|{pve} 4.x Enterprise |
202deb https://enterprise.proxmox.com/debian jessie pve-enterprise
203|{pve} 4.x No-Subscription |
204deb http://download.proxmox.com/debian jessie pve-no-subscription
205|{pve} 4.x Test |
206deb http://download.proxmox.com/debian jessie pvetest
207|===========================================================
208
209
210{pve} 3.x Repositories
211~~~~~~~~~~~~~~~~~~~~~~
212
213{pve} 3.x is based on Debian 7.x (``wheezy''). Please note that this
214release is out of date, and you should update your
215installation. Nevertheless, we still provide access to those
216repositories at our download servers.
217
218[width="100%",cols="<d,3m",options="header"]
219|===========================================================
220|Repository | sources.list entry
221|{pve} 3.x Enterprise |
222deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
223|{pve} 3.x No-Subscription |
224deb http://download.proxmox.com/debian wheezy pve-no-subscription
225|{pve} 3.x Test |
226deb http://download.proxmox.com/debian wheezy pvetest
227|===========================================================
228
229
230Outdated: `stable` Repository `pve`
231~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232
233This repository is a leftover to easy the update to 3.1. It will not
234get any updates after the release of 3.1. Therefore you need to remove
235this repository after you upgraded to 3.1.
236
237.File `/etc/apt/sources.list`
238----
239deb http://ftp.debian.org/debian wheezy main contrib
240
241# PVE packages provided by proxmox.com - NO UPDATES after the initial release of 3.1
242# deb http://download.proxmox.com/debian wheezy pve
243
244# security updates
245deb http://security.debian.org/ wheezy/updates main contrib
246----
247
248
249Outdated: {pve} 2.x Repositories
250~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
251
252{pve} 2.x is based on Debian 6.0 (``squeeze'') and outdated. Please
253upgrade to latest version as soon as possible. In order to use the
254stable `pve` 2.x repository, check your sources.list:
255
256.File `/etc/apt/sources.list`
257----
258deb http://ftp.debian.org/debian squeeze main contrib
259
260# PVE packages provided by proxmox.com
261deb http://download.proxmox.com/debian squeeze pve
262
263# security updates
264deb http://security.debian.org/ squeeze/updates main contrib
265----
266
267
268Outdated: {pve} VE 1.x Repositories
269~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
270
271{pve} 1.x is based on Debian 5.0 (``lenny'') and very outdated. Please
272upgrade to latest version as soon as possible.
273
274
275endif::wiki[]
276ifdef::manvolnum[]
277include::pve-copyright.adoc[]
278endif::manvolnum[]