]> git.proxmox.com Git - pve-docs.git/blame - pve-package-repos.adoc
d/copyright: update years
[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
d91f8c1e
DM
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
8c1189b6
FG
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.
d91f8c1e 14
8c1189b6 15Apt `sources.list` files list one package repository per line, with
d91f8c1e 16the most preferred source listed first. Empty lines are ignored, and a
8c1189b6 17`#` character anywhere on a line marks the remainder of that line as a
d91f8c1e 18comment. The information available from the configured sources is
8c1189b6 19acquired by `apt-get update`.
d91f8c1e 20
8c1189b6 21.File `/etc/apt/sources.list`
d91f8c1e 22----
f193440f
TL
23deb http://ftp.debian.org/debian buster main contrib
24deb http://ftp.debian.org/debian buster-updates main contrib
d91f8c1e
DM
25
26# security updates
f193440f 27deb http://security.debian.org buster/updates main contrib
d91f8c1e
DM
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,
f1a72f87
DM
37and is suitable for production use. The `pve-enterprise` repository is
38enabled by default:
d91f8c1e 39
8c1189b6 40.File `/etc/apt/sources.list.d/pve-enterprise.list`
d91f8c1e 41----
f193440f 42deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise
d91f8c1e
DM
43----
44
f1a72f87
DM
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 and you need a valid subscription key to access this
51repository. We offer different support levels, and you can find further
91ef956f 52details at https://www.proxmox.com/en/proxmox-ve/pricing.
f1a72f87 53
d91f8c1e 54NOTE: You can disable this repository by commenting out the above line
8c1189b6 55using a `#` (at the start of the line). This prevents error messages
d91f8c1e
DM
56if you do not have a subscription key. Please configure the
57`pve-no-subscription` repository in that case.
58
d91f8c1e
DM
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
8c1189b6 68We recommend to configure this repository in `/etc/apt/sources.list`.
d91f8c1e 69
8c1189b6 70.File `/etc/apt/sources.list`
d91f8c1e 71----
f193440f
TL
72deb http://ftp.debian.org/debian buster main contrib
73deb http://ftp.debian.org/debian buster-updates main contrib
d91f8c1e
DM
74
75# PVE pve-no-subscription repository provided by proxmox.com,
76# NOT recommended for production use
f193440f 77deb http://download.proxmox.com/debian/pve buster pve-no-subscription
d91f8c1e
DM
78
79# security updates
f193440f 80deb http://security.debian.org buster/updates main contrib
d91f8c1e
DM
81----
82
9dfb9a99 83
d91f8c1e
DM
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
8c1189b6 90`/etc/apt/sources.list` by adding the following line:
d91f8c1e
DM
91
92.sources.list entry for `pvetest`
93----
f193440f 94deb http://download.proxmox.com/debian/pve buster pvetest
d91f8c1e
DM
95----
96
b4a65355
FG
97WARNING: the `pvetest` repository should (as the name implies) only be used
98for testing new features or bug fixes.
99
2ecb5f80
AA
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----
f193440f 110deb http://download.proxmox.com/debian/ceph-nautilus buster main
2ecb5f80
AA
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----
f193440f 122deb http://download.proxmox.com/debian/ceph-nautilus buster test
2ecb5f80
AA
123----
124
f193440f
TL
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----
f1a72f87 136
25663707
DM
137SecureApt
138~~~~~~~~~
139
8c1189b6 140We use GnuPG to sign the `Release` files inside those repositories,
25663707
DM
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
f193440f 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
25663707 149
20dafeb0 150Please verify the checksum afterwards:
25663707 151
b31e0578 152----
f193440f
TL
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
b31e0578
DM
155----
156
157or
158
25663707 159----
f193440f
TL
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
25663707
DM
162----
163
25663707 164
f1a72f87
DM
165ifdef::wiki[]
166
167// include note about older releases, but only for wiki
168
20dafeb0 169
f193440f
TL
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
20dafeb0
DM
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 |
a5526e69 202deb https://enterprise.proxmox.com/debian jessie pve-enterprise
20dafeb0 203|{pve} 4.x No-Subscription |
a5526e69 204deb http://download.proxmox.com/debian jessie pve-no-subscription
20dafeb0 205|{pve} 4.x Test |
a5526e69 206deb http://download.proxmox.com/debian jessie pvetest
20dafeb0
DM
207|===========================================================
208
209
9dfb9a99
DM
210{pve} 3.x Repositories
211~~~~~~~~~~~~~~~~~~~~~~
f1a72f87 212
8c1189b6 213{pve} 3.x is based on Debian 7.x (``wheezy''). Please note that this
f1a72f87
DM
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
f1a72f87 229
8c1189b6 230Outdated: `stable` Repository `pve`
9dfb9a99
DM
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
8c1189b6 237.File `/etc/apt/sources.list`
9dfb9a99
DM
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
8c1189b6 252{pve} 2.x is based on Debian 6.0 (``squeeze'') and outdated. Please
9dfb9a99 253upgrade to latest version as soon as possible. In order to use the
8c1189b6 254stable `pve` 2.x repository, check your sources.list:
9dfb9a99 255
8c1189b6 256.File `/etc/apt/sources.list`
9dfb9a99
DM
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
8c1189b6 271{pve} 1.x is based on Debian 5.0 (``lenny'') and very outdated. Please
9dfb9a99
DM
272upgrade to latest version as soon as possible.
273
274
f1a72f87 275endif::wiki[]
2ecb5f80
AA
276ifdef::manvolnum[]
277include::pve-copyright.adoc[]
278endif::manvolnum[]