# wget -q https://apt.puppet.com/puppet6-release-focal.deb |
# dpkg -i puppet6-release-focal.deb |
Selecting previously unselected package puppet6-release. |
(Reading database ... 69767 files and directories currently installed.) |
Preparing to unpack puppet6-release-focal.deb ... |
Unpacking puppet6-release (6.0.0-9focal) ... |
Setting up puppet6-release (6.0.0-9focal) ... |
# cat /etc/apt/sources.list.d/puppet6.list |
# Puppet 6 focal Repository |
deb http://apt.puppetlabs.com focal puppet6 |
# apt-get update |
... |
Get:19 http://apt.puppetlabs.com focal InRelease [99.0 kB] |
Get:20 http://apt.puppetlabs.com focal/puppet6 amd64 Packages [11.5 kB] |
Get:21 http://apt.puppetlabs.com focal/puppet6 i386 Packages [3,113 B] |
Get:22 http://apt.puppetlabs.com focal/puppet6 all Packages [3,113 B] |
Fetched 2,093 kB in 1s (3,383 kB/s) |
Reading package lists... Done |
# apt-get install puppet-agent |
Reading package lists... Done |
Building dependency tree |
Reading state information... Done |
The following NEW packages will be installed: |
puppet-agent |
0 upgraded, 1 newly installed, 0 to remove and 87 not upgraded. |
Need to get 22.2 MB of archives. |
After this operation, 143 MB of additional disk space will be used. |
Get:1 http://apt.puppetlabs.com focal/puppet6 amd64 puppet-agent amd64 6.19.1-1focal [22.2 MB] |
Fetched 22.2 MB in 1s (27.8 MB/s) |
Selecting previously unselected package puppet-agent. |
(Reading database ... 69772 files and directories currently installed.) |
Preparing to unpack .../puppet-agent_6.19.1-1focal_amd64.deb ... |
Unpacking puppet-agent (6.19.1-1focal) ... |
Setting up puppet-agent (6.19.1-1focal) ... |
Created symlink /etc/systemd/system/multi-user.target.wants/puppet.service → /lib/systemd/system/puppet.service. |
Created symlink /etc/systemd/system/multi-user.target.wants/pxp-agent.service → /lib/systemd/system/pxp-agent.service. |
Removed /etc/systemd/system/multi-user.target.wants/pxp-agent.service. |
Processing triggers for libc-bin (2.31-0ubuntu9) ... |
# /opt/puppetlabs/puppet/bin/puppet --version |
6.19.1
|