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