]> git.proxmox.com Git - pve-docs.git/blame - pve-package-repos.adoc
fix #3967: add ZFS dRAID documentation
[pve-docs.git] / pve-package-repos.adoc
CommitLineData
80c0adcb 1[[sysadmin_package_repositories]]
d91f8c1e
DM
2Package Repositories
3--------------------
5f09af76
DM
4ifdef::wiki[]
5:pve-toplevel:
6endif::wiki[]
7
8e2aabac 8{pve} uses http://en.wikipedia.org/wiki/Advanced_Packaging_Tool[APT] as its
d9beb571 9package management tool like any other Debian-based system.
8e2aabac 10
d9beb571
TL
11Repositories in {pve}
12~~~~~~~~~~~~~~~~~~~~~
13
14Repositories are a collection of software packages, they can be used to install
15new software, but are also important to get new updates.
16
17NOTE: You need valid Debian and Proxmox repositories to get the latest
18security updates, bug fixes and new features.
19
20APT Repositories are defined in the file `/etc/apt/sources.list` and in `.list`
21files placed in `/etc/apt/sources.list.d/`.
22
23Repository Management
24^^^^^^^^^^^^^^^^^^^^^
25
26[thumbnail="screenshot/gui-node-repositories.png"]
27
28Since Proxmox VE 7.0 you can check the repository state in the web interface.
29The node summary panel shows a high level status overview, while the separate
30'Repository' panel shows in-depth status and list of all configured
31repositories.
32
33Basic repository management, for example, activating or deactivating a
34repository, is also supported.
35
36Sources.list
37^^^^^^^^^^^^
38
39In a `sources.list` file, each line defines a package repository. The preferred
40source must come first. Empty lines are ignored. A `#` character anywhere on a
41line marks the remainder of that line as a comment. The available packages from
42a repository are acquired by running `apt-get update`. Updates can be installed
43directly using `apt-get`, or via the GUI (Node -> Updates).
d91f8c1e 44
8c1189b6 45.File `/etc/apt/sources.list`
d91f8c1e 46----
792c2bcb
TL
47deb http://ftp.debian.org/debian bullseye main contrib
48deb http://ftp.debian.org/debian bullseye-updates main contrib
d91f8c1e
DM
49
50# security updates
792c2bcb 51deb http://security.debian.org/debian-security bullseye-security main contrib
d91f8c1e
DM
52----
53
d9beb571 54{pve} provides three different package repositories.
d91f8c1e 55
33e0c965 56[[sysadmin_enterprise_repo]]
d91f8c1e
DM
57{pve} Enterprise Repository
58~~~~~~~~~~~~~~~~~~~~~~~~~~~
59
d3e2455a
AL
60This is the default, stable, and recommended repository, available for all {pve}
61subscription users. It contains the most stable packages and is suitable for
62production use. The `pve-enterprise` repository is enabled by default:
d91f8c1e 63
8c1189b6 64.File `/etc/apt/sources.list.d/pve-enterprise.list`
d91f8c1e 65----
792c2bcb 66deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise
d91f8c1e
DM
67----
68
8e2aabac
AL
69The `root@pam` user is notified via email about available updates. Click the
70'Changelog' button in the GUI to see more details about the selected update.
f1a72f87 71
8e2aabac
AL
72You need a valid subscription key to access the `pve-enterprise` repository.
73Different support levels are available. Further details can be found at
74https://www.proxmox.com/en/proxmox-ve/pricing.
d91f8c1e 75
8e2aabac
AL
76NOTE: You can disable this repository by commenting out the above line using a
77`#` (at the start of the line). This prevents error messages if you do not have
78a subscription key. Please configure the `pve-no-subscription` repository in
79that case.
d91f8c1e 80
33e0c965 81[[sysadmin_no_subscription_repo]]
d91f8c1e
DM
82{pve} No-Subscription Repository
83~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
84
8e2aabac
AL
85This is the recommended repository for testing and non-production use. Its
86packages are not as heavily tested and validated. You don't need a subscription key
87to access the `pve-no-subscription` repository.
d91f8c1e 88
8c1189b6 89We recommend to configure this repository in `/etc/apt/sources.list`.
d91f8c1e 90
8c1189b6 91.File `/etc/apt/sources.list`
d91f8c1e 92----
792c2bcb
TL
93deb http://ftp.debian.org/debian bullseye main contrib
94deb http://ftp.debian.org/debian bullseye-updates main contrib
d91f8c1e
DM
95
96# PVE pve-no-subscription repository provided by proxmox.com,
97# NOT recommended for production use
792c2bcb 98deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
d91f8c1e
DM
99
100# security updates
792c2bcb 101deb http://security.debian.org/debian-security bullseye-security main contrib
d91f8c1e
DM
102----
103
9dfb9a99 104
33e0c965 105[[sysadmin_test_repo]]
d91f8c1e
DM
106{pve} Test Repository
107~~~~~~~~~~~~~~~~~~~~~~
108
8e2aabac
AL
109This repository contains the latest packages and is primarily used by developers
110to test new features. To configure it, add the following line to
111`etc/apt/sources.list`:
d91f8c1e
DM
112
113.sources.list entry for `pvetest`
114----
792c2bcb 115deb http://download.proxmox.com/debian/pve bullseye pvetest
d91f8c1e
DM
116----
117
8e2aabac
AL
118WARNING: The `pvetest` repository should (as the name implies) only be used for
119testing new features or bug fixes.
b4a65355 120
2ecb5f80 121[[sysadmin_package_repositories_ceph]]
f211eb8c
TL
122Ceph Quincy Repository
123~~~~~~~~~~~~~~~~~~~~~~
124
125NOTE: Ceph Quincy (17.2) was declared stable with {pve} 7.3 or after using the
126Ceph 17.2.1 version.
127
128This repository holds the main {pve} Ceph Quincy packages. They are suitable
129for production. Use this repository if you run the Ceph client or a full Ceph
130cluster on {pve}.
131
132.File `/etc/apt/sources.list.d/ceph.list`
133----
134deb http://download.proxmox.com/debian/ceph-quincy bullseye main
135----
136
137
138Ceph Quincy Test Repository
139~~~~~~~~~~~~~~~~~~~~~~~~~~~
140
141This Ceph repository contains the Ceph Quincy packages before they are moved
142to the main repository. It is used to test new Ceph releases on {pve}.
143
144.File `/etc/apt/sources.list.d/ceph.list`
145----
146deb http://download.proxmox.com/debian/ceph-quincy bullseye test
147----
148
792c2bcb 149Ceph Pacific Repository
b9495945 150~~~~~~~~~~~~~~~~~~~~~~~
2ecb5f80 151
83cc8151 152NOTE: Ceph Pacific (16.2) was declared stable with {pve} 7.0.
b9495945 153
792c2bcb 154This repository holds the main {pve} Ceph Pacific packages. They are suitable
b9495945
TL
155for production. Use this repository if you run the Ceph client or a full Ceph
156cluster on {pve}.
157
158.File `/etc/apt/sources.list.d/ceph.list`
159----
792c2bcb 160deb http://download.proxmox.com/debian/ceph-pacific bullseye main
b9495945
TL
161----
162
163
792c2bcb 164Ceph Pacific Test Repository
b9495945
TL
165~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166
792c2bcb
TL
167This Ceph repository contains the Ceph Pacific packages before they are moved
168to the main repository. It is used to test new Ceph releases on {pve}.
b9495945
TL
169
170.File `/etc/apt/sources.list.d/ceph.list`
171----
792c2bcb 172deb http://download.proxmox.com/debian/ceph-pacific bullseye test
b9495945
TL
173----
174
792c2bcb
TL
175[[sysadmin_package_repositories_ceph_octopus]]
176Ceph Octopus Repository
177~~~~~~~~~~~~~~~~~~~~~~~
b9495945 178
792c2bcb
TL
179NOTE: Ceph Octopus (15.2) was declared stable with {pve} 6.3 it will continue
180to get updates for the xref:faq-support-table[remaining life time of the 6.x release]
181and also for {pve} 7.x until Ceph Octopus upstream EOL (~ 2022-07).
b9495945 182
792c2bcb 183This repository holds the main {pve} Ceph Octopus packages. They are suitable
b9495945 184for production. Use this repository if you run the Ceph client or a full Ceph
8e2aabac 185cluster on {pve}.
2ecb5f80
AA
186
187.File `/etc/apt/sources.list.d/ceph.list`
188----
792c2bcb 189deb http://download.proxmox.com/debian/ceph-octopus bullseye main
2ecb5f80
AA
190----
191
792c2bcb
TL
192Note that on an older {pve} 6.x you need to change `bullseye` to `buster` in
193the repository specification above.
2ecb5f80 194
792c2bcb
TL
195
196Ceph Octopus Test Repository
197~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2ecb5f80 198
8e2aabac
AL
199This Ceph repository contains the Ceph packages before they are moved to the
200main repository. It is used to test new Ceph releases on {pve}.
2ecb5f80
AA
201
202.File `/etc/apt/sources.list.d/ceph.list`
203----
792c2bcb 204deb http://download.proxmox.com/debian/ceph-octopus bullseye test
f193440f 205----
f1a72f87 206
d9beb571
TL
207[[repos_secure_apt]]
208
25663707
DM
209SecureApt
210~~~~~~~~~
211
8e2aabac
AL
212The 'Release' files in the repositories are signed with GnuPG. APT is using
213these signatures to verify that all packages are from a trusted source.
214
215If you install {pve} from an official ISO image, the key for verification is
216already installed.
25663707 217
8e2aabac
AL
218If you install {pve} on top of Debian, download and install
219the key with the following commands:
25663707 220
8e2aabac 221----
792c2bcb 222 # wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
8e2aabac 223----
25663707 224
4fcbd78d 225Verify the checksum afterwards with the `sha512sum` CLI tool:
25663707 226
b31e0578 227----
792c2bcb 228# sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
792c2bcb 2297fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
b31e0578
DM
230----
231
4fcbd78d 232or the `md5sum` CLI tool:
b31e0578 233
25663707 234----
792c2bcb 235# md5sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
792c2bcb 236bcc35c7173e0845c0d6ad6470b70f50e /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
25663707
DM
237----
238
25663707 239
f1a72f87
DM
240ifdef::wiki[]
241
242// include note about older releases, but only for wiki
243
20dafeb0 244
792c2bcb
TL
245{pve} 6.x Repositories
246~~~~~~~~~~~~~~~~~~~~~~
247
248{pve} 6.x is based on Debian 10.x (``buster''). Please note that this release is
249out of date. Existing installations should be updated. Nevertheless access to
250these repositories is still provided.
251
252[width="100%",cols="<d,3m",options="header"]
253|===========================================================
254|Repository | sources.list entry
255|{pve} 6.x Enterprise |
17597194 256deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
792c2bcb 257|{pve} 6.x No-Subscription |
17597194 258deb http://download.proxmox.com/debian/pve buster pve-no-subscription
792c2bcb 259|{pve} 6.x Test |
17597194 260deb http://download.proxmox.com/debian/pve buster pvetest
792c2bcb
TL
261|===========================================================
262
263
f193440f
TL
264{pve} 5.x Repositories
265~~~~~~~~~~~~~~~~~~~~~~
266
8e2aabac
AL
267{pve} 5.x is based on Debian 9.x (``stretch''). Please note that this release is
268out of date. Existing installations should be updated. Nevertheless access to
269these repositories is still provided.
f193440f
TL
270
271[width="100%",cols="<d,3m",options="header"]
272|===========================================================
273|Repository | sources.list entry
274|{pve} 5.x Enterprise |
17597194 275deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
f193440f 276|{pve} 5.x No-Subscription |
17597194 277deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
f193440f 278|{pve} 5.x Test |
17597194 279deb http://download.proxmox.com/debian/pve stretch pvetest
f193440f
TL
280|===========================================================
281
282
20dafeb0
DM
283{pve} 4.x Repositories
284~~~~~~~~~~~~~~~~~~~~~~
285
8e2aabac
AL
286{pve} 4.x is based on Debian 8.x (``jessie''). Please note that this release is
287out of date. Existing installations should be updated. Nevertheless access to
288these repositories is still provided.
20dafeb0
DM
289
290[width="100%",cols="<d,3m",options="header"]
291|===========================================================
292|Repository | sources.list entry
293|{pve} 4.x Enterprise |
17597194 294deb https://enterprise.proxmox.com/debian/pve jessie pve-enterprise
20dafeb0 295|{pve} 4.x No-Subscription |
17597194 296deb http://download.proxmox.com/debian/pve jessie pve-no-subscription
20dafeb0 297|{pve} 4.x Test |
17597194 298deb http://download.proxmox.com/debian/pve jessie pvetest
20dafeb0
DM
299|===========================================================
300
301
9dfb9a99
DM
302{pve} 3.x Repositories
303~~~~~~~~~~~~~~~~~~~~~~
f1a72f87 304
8e2aabac
AL
305{pve} 3.x is based on Debian 7.x (``wheezy''). Please note that this release is
306out of date. Existing installations should be updated. Nevertheless access to
307these repositories is still provided.
f1a72f87
DM
308
309[width="100%",cols="<d,3m",options="header"]
310|===========================================================
311|Repository | sources.list entry
312|{pve} 3.x Enterprise |
17597194 313deb https://enterprise.proxmox.com/debian/pve wheezy pve-enterprise
f1a72f87 314|{pve} 3.x No-Subscription |
17597194 315deb http://download.proxmox.com/debian/pve wheezy pve-no-subscription
f1a72f87 316|{pve} 3.x Test |
17597194 317deb http://download.proxmox.com/debian/pve wheezy pvetest
f1a72f87
DM
318|===========================================================
319
f1a72f87 320
8c1189b6 321Outdated: `stable` Repository `pve`
9dfb9a99
DM
322~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
323
8e2aabac
AL
324This repository is a leftover to ease the update to 3.1. It will not get any
325updates after the release of 3.1. Therefore the repository needs to be removed
326after the upgrade to 3.1.
9dfb9a99 327
8c1189b6 328.File `/etc/apt/sources.list`
9dfb9a99
DM
329----
330deb http://ftp.debian.org/debian wheezy main contrib
331
332# PVE packages provided by proxmox.com - NO UPDATES after the initial release of 3.1
333# deb http://download.proxmox.com/debian wheezy pve
334
335# security updates
336deb http://security.debian.org/ wheezy/updates main contrib
337----
338
339
340Outdated: {pve} 2.x Repositories
341~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
342
8e2aabac
AL
343{pve} 2.x is based on Debian 6.0 (``squeeze'') and outdated. Please upgrade to
344the latest version as soon as possible. In order to use the stable `pve` 2.x
345repository, check your sources.list:
9dfb9a99 346
8c1189b6 347.File `/etc/apt/sources.list`
9dfb9a99
DM
348----
349deb http://ftp.debian.org/debian squeeze main contrib
350
351# PVE packages provided by proxmox.com
352deb http://download.proxmox.com/debian squeeze pve
353
354# security updates
355deb http://security.debian.org/ squeeze/updates main contrib
356----
357
358
359Outdated: {pve} VE 1.x Repositories
360~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
361
d3e2455a
AL
362{pve} 1.x is based on Debian 5.0 (``lenny'') and very outdated. Please upgrade
363to latest version as soon as possible.
9dfb9a99
DM
364
365
f1a72f87 366endif::wiki[]
2ecb5f80
AA
367ifdef::manvolnum[]
368include::pve-copyright.adoc[]
369endif::manvolnum[]