]> git.proxmox.com Git - pve-docs.git/blame - pve-package-repos.adoc
d/control: rsync is a build dependency
[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----
acb3e8d7 23deb http://ftp.debian.org/debian stretch main contrib
d24baf6d 24deb http://ftp.debian.org/debian stretch-updates main contrib
d91f8c1e
DM
25
26# security updates
acb3e8d7 27deb http://security.debian.org stretch/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----
20dafeb0 42deb https://enterprise.proxmox.com/debian/pve stretch 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----
acb3e8d7 72deb http://ftp.debian.org/debian stretch main contrib
d24baf6d 73deb http://ftp.debian.org/debian stretch-updates main contrib
d91f8c1e
DM
74
75# PVE pve-no-subscription repository provided by proxmox.com,
76# NOT recommended for production use
20dafeb0 77deb http://download.proxmox.com/debian/pve stretch pve-no-subscription
d91f8c1e
DM
78
79# security updates
acb3e8d7 80deb http://security.debian.org stretch/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----
20dafeb0 94deb http://download.proxmox.com/debian/pve stretch 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----
110deb http://download.proxmox.com/debian/ceph-luminous stretch 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-luminous stretch test
123----
124
f1a72f87 125
25663707
DM
126SecureApt
127~~~~~~~~~
128
8c1189b6 129We use GnuPG to sign the `Release` files inside those repositories,
25663707
DM
130and APT uses that signatures to verify that all packages are from a
131trusted source.
132
133The key used for verification is already installed if you install from
134our installation CD. If you install by other means, you can manually
135download the key with:
136
20dafeb0 137 # wget http://download.proxmox.com/debian/proxmox-ve-release-5.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
25663707 138
20dafeb0 139Please verify the checksum afterwards:
25663707 140
b31e0578
DM
141----
142# sha512sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
143ffb95f0f4be68d2e753c8875ea2f8465864a58431d5361e88789568673551501ae574283a4e0492f17d79dc67edfb173a56a6304dea39e01f249ebdabc9f074a /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
144----
145
146or
147
25663707 148----
20dafeb0
DM
149# md5sum /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
150511d36d0f1350c01c42a3dc9f3c27939 /etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
25663707
DM
151----
152
25663707 153
f1a72f87
DM
154ifdef::wiki[]
155
156// include note about older releases, but only for wiki
157
20dafeb0
DM
158
159{pve} 4.x Repositories
160~~~~~~~~~~~~~~~~~~~~~~
161
162{pve} 4.x is based on Debian 8.x (``jessie''). Please note that this
163release is out of date, and you should update your
164installation. Nevertheless, we still provide access to those
165repositories at our download servers.
166
167[width="100%",cols="<d,3m",options="header"]
168|===========================================================
169|Repository | sources.list entry
170|{pve} 4.x Enterprise |
a5526e69 171deb https://enterprise.proxmox.com/debian jessie pve-enterprise
20dafeb0 172|{pve} 4.x No-Subscription |
a5526e69 173deb http://download.proxmox.com/debian jessie pve-no-subscription
20dafeb0 174|{pve} 4.x Test |
a5526e69 175deb http://download.proxmox.com/debian jessie pvetest
20dafeb0
DM
176|===========================================================
177
178
9dfb9a99
DM
179{pve} 3.x Repositories
180~~~~~~~~~~~~~~~~~~~~~~
f1a72f87 181
8c1189b6 182{pve} 3.x is based on Debian 7.x (``wheezy''). Please note that this
f1a72f87
DM
183release is out of date, and you should update your
184installation. Nevertheless, we still provide access to those
185repositories at our download servers.
186
187[width="100%",cols="<d,3m",options="header"]
188|===========================================================
189|Repository | sources.list entry
190|{pve} 3.x Enterprise |
191deb https://enterprise.proxmox.com/debian wheezy pve-enterprise
192|{pve} 3.x No-Subscription |
193deb http://download.proxmox.com/debian wheezy pve-no-subscription
194|{pve} 3.x Test |
195deb http://download.proxmox.com/debian wheezy pvetest
196|===========================================================
197
f1a72f87 198
8c1189b6 199Outdated: `stable` Repository `pve`
9dfb9a99
DM
200~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201
202This repository is a leftover to easy the update to 3.1. It will not
203get any updates after the release of 3.1. Therefore you need to remove
204this repository after you upgraded to 3.1.
205
8c1189b6 206.File `/etc/apt/sources.list`
9dfb9a99
DM
207----
208deb http://ftp.debian.org/debian wheezy main contrib
209
210# PVE packages provided by proxmox.com - NO UPDATES after the initial release of 3.1
211# deb http://download.proxmox.com/debian wheezy pve
212
213# security updates
214deb http://security.debian.org/ wheezy/updates main contrib
215----
216
217
218Outdated: {pve} 2.x Repositories
219~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
220
8c1189b6 221{pve} 2.x is based on Debian 6.0 (``squeeze'') and outdated. Please
9dfb9a99 222upgrade to latest version as soon as possible. In order to use the
8c1189b6 223stable `pve` 2.x repository, check your sources.list:
9dfb9a99 224
8c1189b6 225.File `/etc/apt/sources.list`
9dfb9a99
DM
226----
227deb http://ftp.debian.org/debian squeeze main contrib
228
229# PVE packages provided by proxmox.com
230deb http://download.proxmox.com/debian squeeze pve
231
232# security updates
233deb http://security.debian.org/ squeeze/updates main contrib
234----
235
236
237Outdated: {pve} VE 1.x Repositories
238~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
239
8c1189b6 240{pve} 1.x is based on Debian 5.0 (``lenny'') and very outdated. Please
9dfb9a99
DM
241upgrade to latest version as soon as possible.
242
243
f1a72f87 244endif::wiki[]
2ecb5f80
AA
245ifdef::manvolnum[]
246include::pve-copyright.adoc[]
247endif::manvolnum[]