]> git.proxmox.com Git - pve-docs.git/blame - pve-package-repos.adoc
pvecm: fix qnetd typo
[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
1f241093 28Since Proxmox VE 7, you can check the repository state in the web interface.
d9beb571
TL
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----
1f241093
TL
47deb http://deb.debian.org/debian bookworm main contrib
48deb http://deb.debian.org/debian bookworm-updates main contrib
d91f8c1e
DM
49
50# security updates
1f241093 51deb http://security.debian.org/debian-security bookworm-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----
1f241093 66deb https://enterprise.proxmox.com/debian/pve bookworm 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
c2dbd358 74https://www.proxmox.com/en/proxmox-virtual-environment/pricing.
d91f8c1e 75
8e2aabac 76NOTE: You can disable this repository by commenting out the above line using a
1f241093
TL
77`#` (at the start of the line). This prevents error messages if your host does
78not have a subscription key. Please configure the `pve-no-subscription`
79repository in that 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----
1f241093
TL
93deb http://ftp.debian.org/debian bookworm main contrib
94deb http://ftp.debian.org/debian bookworm-updates main contrib
d91f8c1e 95
363c7a1d 96# Proxmox VE pve-no-subscription repository provided by proxmox.com,
d91f8c1e 97# NOT recommended for production use
1f241093 98deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
d91f8c1e
DM
99
100# security updates
1f241093 101deb http://security.debian.org/debian-security bookworm-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
f8a257d9 111`/etc/apt/sources.list`:
d91f8c1e
DM
112
113.sources.list entry for `pvetest`
114----
1f241093 115deb http://download.proxmox.com/debian/pve bookworm 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]]
a90b75d5
TL
122Ceph Reef Enterprise Repository
123~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124
125This repository holds the enterprise {pve} Ceph 18.2 Reef packages. They are
126suitable for production. Use this repository if you run the Ceph client or a
127full Ceph cluster on {pve}.
128
129.File `/etc/apt/sources.list.d/ceph.list`
130----
131deb https://enterprise.proxmox.com/debian/ceph-reef bookworm enterprise
132----
133
134
135Ceph Reef No-Subscription Repository
136~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137
138This Ceph repository contains the Ceph 18.2 Reef packages before they are moved
139to the enterprise repository and after they where on the test repository.
140
141NOTE: It's recommended to use the enterprise repository for production
142machines.
143
144.File `/etc/apt/sources.list.d/ceph.list`
145----
146deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription
147----
148
149
150Ceph Reef Test Repository
151~~~~~~~~~~~~~~~~~~~~~~~~~
152
153This Ceph repository contains the Ceph 18.2 Reef packages before they are moved
154to the main repository. It is used to test new Ceph releases on {pve}.
155
156.File `/etc/apt/sources.list.d/ceph.list`
157----
158deb http://download.proxmox.com/debian/ceph-reef bookworm test
159----
160
1f241093 161Ceph Quincy Enterprise Repository
cf50cfe6 162~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f211eb8c 163
1f241093
TL
164This repository holds the enterprise {pve} Ceph Quincy packages. They are
165suitable for production. Use this repository if you run the Ceph client or a
166full Ceph cluster on {pve}.
f211eb8c
TL
167
168.File `/etc/apt/sources.list.d/ceph.list`
169----
0016162f 170deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
f211eb8c
TL
171----
172
173
1f241093
TL
174Ceph Quincy No-Subscription Repository
175~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f211eb8c
TL
176
177This Ceph repository contains the Ceph Quincy packages before they are moved
1f241093 178to the enterprise repository and after they where on the test repository.
b9495945 179
1f241093
TL
180NOTE: It's recommended to use the enterprise repository for production
181machines.
b9495945
TL
182
183.File `/etc/apt/sources.list.d/ceph.list`
184----
1f241093 185deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
b9495945
TL
186----
187
188
1f241093
TL
189Ceph Quincy Test Repository
190~~~~~~~~~~~~~~~~~~~~~~~~~~~
b9495945 191
1f241093 192This Ceph repository contains the Ceph Quincy packages before they are moved
792c2bcb 193to the main repository. It is used to test new Ceph releases on {pve}.
b9495945
TL
194
195.File `/etc/apt/sources.list.d/ceph.list`
196----
1f241093 197deb http://download.proxmox.com/debian/ceph-quincy bookworm test
b9495945
TL
198----
199
1f241093 200Older Ceph Repositories
792c2bcb 201~~~~~~~~~~~~~~~~~~~~~~~
b9495945 202
1f241093
TL
203{pve} 8 doesn't support Ceph Pacific, Ceph Octopus, or even older releases for
204hyper-converged setups. For those releases, you need to first upgrade Ceph to a
205newer release before upgrading to Proxmox VE 8.
2ecb5f80 206
1f241093
TL
207See the respective
208https://pve.proxmox.com/wiki/Category:Ceph_Upgrade[upgrade guide] for details.
792c2bcb 209
f1a72f87 210
48ae5721
AZ
211[[sysadmin_debian_firmware_repo]]
212Debian Firmware Repository
213~~~~~~~~~~~~~~~~~~~~~~~~~~
214
215Starting with Debian Bookworm ({pve} 8) non-free firmware (as defined by
216https://www.debian.org/social_contract#guidelines[DFSG]) has been moved to the
217newly created Debian repository component `non-free-firmware`.
218
219Enable this repository if you want to set up
220xref:sysadmin_firmware_cpu[Early OS Microcode Updates] or need additional
221xref:sysadmin_firmware_runtime_files[Runtime Firmware Files] not already
222included in the pre-installed package `pve-firmware`.
223
224To be able to install packages from this component, run
225`editor /etc/apt/sources.list`, append `non-free-firmware` to the end of each
226`.debian.org` repository line and run `apt update`.
227
228
d9beb571
TL
229[[repos_secure_apt]]
230
25663707
DM
231SecureApt
232~~~~~~~~~
233
8e2aabac
AL
234The 'Release' files in the repositories are signed with GnuPG. APT is using
235these signatures to verify that all packages are from a trusted source.
236
237If you install {pve} from an official ISO image, the key for verification is
238already installed.
25663707 239
8e2aabac
AL
240If you install {pve} on top of Debian, download and install
241the key with the following commands:
25663707 242
8e2aabac 243----
1f241093 244 # wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
8e2aabac 245----
25663707 246
4fcbd78d 247Verify the checksum afterwards with the `sha512sum` CLI tool:
25663707 248
b31e0578 249----
1f241093
TL
250# sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
2517da6fe34168adc6e479327ba517796d4702fa2f8b4f0a9833f5ea6e6b48f6507a6da403a274fe201595edc86a84463d50383d07f64bdde2e3658108db7d6dc87 /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
b31e0578
DM
252----
253
4fcbd78d 254or the `md5sum` CLI tool:
b31e0578 255
25663707 256----
1f241093
TL
257# md5sum /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
25841558dc019ef90bd0f6067644a51cf5b /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
25663707
DM
259----
260
25663707 261
f1a72f87
DM
262ifdef::wiki[]
263
264// include note about older releases, but only for wiki
265
1f241093
TL
266{pve} 7.x Repositories
267~~~~~~~~~~~~~~~~~~~~~~
268
269{pve} 7.x is based on Debian 11.x (``bullseye''). Please note that this release
270is out of date (see the xref:faq-support-table[FAQ support table]). Existing
271installations should be updated. Nevertheless access to these repositories is
272still provided.
273
274[width="100%",cols="<d,3m",options="header"]
275|===========================================================
276|Repository | sources.list entry
277|{pve} 7.x Enterprise |
278deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise
279|{pve} 7.x No-Subscription |
280deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
281|{pve} 7.x Test |
282deb http://download.proxmox.com/debian/pve bullseye pvetest
283|===========================================================
284
285Release key URL: https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg
286
287Release key hash sums:
288
289----
290sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
2917fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa
292
293md5sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
294bcc35c7173e0845c0d6ad6470b70f50e
295----
296
20dafeb0 297
792c2bcb
TL
298{pve} 6.x Repositories
299~~~~~~~~~~~~~~~~~~~~~~
300
301{pve} 6.x is based on Debian 10.x (``buster''). Please note that this release is
302out of date. Existing installations should be updated. Nevertheless access to
303these repositories is still provided.
304
305[width="100%",cols="<d,3m",options="header"]
306|===========================================================
307|Repository | sources.list entry
308|{pve} 6.x Enterprise |
17597194 309deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
792c2bcb 310|{pve} 6.x No-Subscription |
17597194 311deb http://download.proxmox.com/debian/pve buster pve-no-subscription
792c2bcb 312|{pve} 6.x Test |
17597194 313deb http://download.proxmox.com/debian/pve buster pvetest
792c2bcb
TL
314|===========================================================
315
316
f193440f
TL
317{pve} 5.x Repositories
318~~~~~~~~~~~~~~~~~~~~~~
319
8e2aabac
AL
320{pve} 5.x is based on Debian 9.x (``stretch''). Please note that this release is
321out of date. Existing installations should be updated. Nevertheless access to
322these repositories is still provided.
f193440f
TL
323
324[width="100%",cols="<d,3m",options="header"]
325|===========================================================
326|Repository | sources.list entry
327|{pve} 5.x Enterprise |
17597194 328deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise
f193440f 329|{pve} 5.x No-Subscription |
17597194 330deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
f193440f 331|{pve} 5.x Test |
17597194 332deb http://download.proxmox.com/debian/pve stretch pvetest
f193440f
TL
333|===========================================================
334
335
20dafeb0
DM
336{pve} 4.x Repositories
337~~~~~~~~~~~~~~~~~~~~~~
338
8e2aabac
AL
339{pve} 4.x is based on Debian 8.x (``jessie''). Please note that this release is
340out of date. Existing installations should be updated. Nevertheless access to
341these repositories is still provided.
20dafeb0
DM
342
343[width="100%",cols="<d,3m",options="header"]
344|===========================================================
345|Repository | sources.list entry
346|{pve} 4.x Enterprise |
17597194 347deb https://enterprise.proxmox.com/debian/pve jessie pve-enterprise
20dafeb0 348|{pve} 4.x No-Subscription |
17597194 349deb http://download.proxmox.com/debian/pve jessie pve-no-subscription
20dafeb0 350|{pve} 4.x Test |
17597194 351deb http://download.proxmox.com/debian/pve jessie pvetest
20dafeb0
DM
352|===========================================================
353
354
9dfb9a99
DM
355{pve} 3.x Repositories
356~~~~~~~~~~~~~~~~~~~~~~
f1a72f87 357
8e2aabac
AL
358{pve} 3.x is based on Debian 7.x (``wheezy''). Please note that this release is
359out of date. Existing installations should be updated. Nevertheless access to
360these repositories is still provided.
f1a72f87
DM
361
362[width="100%",cols="<d,3m",options="header"]
363|===========================================================
364|Repository | sources.list entry
365|{pve} 3.x Enterprise |
17597194 366deb https://enterprise.proxmox.com/debian/pve wheezy pve-enterprise
f1a72f87 367|{pve} 3.x No-Subscription |
17597194 368deb http://download.proxmox.com/debian/pve wheezy pve-no-subscription
f1a72f87 369|{pve} 3.x Test |
17597194 370deb http://download.proxmox.com/debian/pve wheezy pvetest
f1a72f87
DM
371|===========================================================
372
f1a72f87 373
8c1189b6 374Outdated: `stable` Repository `pve`
9dfb9a99
DM
375~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
376
8e2aabac
AL
377This repository is a leftover to ease the update to 3.1. It will not get any
378updates after the release of 3.1. Therefore the repository needs to be removed
379after the upgrade to 3.1.
9dfb9a99 380
8c1189b6 381.File `/etc/apt/sources.list`
9dfb9a99
DM
382----
383deb http://ftp.debian.org/debian wheezy main contrib
384
385# PVE packages provided by proxmox.com - NO UPDATES after the initial release of 3.1
386# deb http://download.proxmox.com/debian wheezy pve
387
388# security updates
389deb http://security.debian.org/ wheezy/updates main contrib
390----
391
392
393Outdated: {pve} 2.x Repositories
394~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
395
8e2aabac
AL
396{pve} 2.x is based on Debian 6.0 (``squeeze'') and outdated. Please upgrade to
397the latest version as soon as possible. In order to use the stable `pve` 2.x
398repository, check your sources.list:
9dfb9a99 399
8c1189b6 400.File `/etc/apt/sources.list`
9dfb9a99
DM
401----
402deb http://ftp.debian.org/debian squeeze main contrib
403
404# PVE packages provided by proxmox.com
405deb http://download.proxmox.com/debian squeeze pve
406
407# security updates
408deb http://security.debian.org/ squeeze/updates main contrib
409----
410
411
412Outdated: {pve} VE 1.x Repositories
413~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
414
d3e2455a
AL
415{pve} 1.x is based on Debian 5.0 (``lenny'') and very outdated. Please upgrade
416to latest version as soon as possible.
9dfb9a99
DM
417
418
f1a72f87 419endif::wiki[]
2ecb5f80
AA
420ifdef::manvolnum[]
421include::pve-copyright.adoc[]
422endif::manvolnum[]