I am trying to install the backup client on Ubuntu 22.04.3 Server. I use the following:
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
cat << EOF >> /etc/apt/sources.list
deb http://download.proxmox.com/debian/pbs-client bookworm main
EOF
apt-get update
apt-get install proxmox-backup-client -y
When I do this, I get the following error:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
proxmox-backup-client : Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-3build1 is to be installed
E: Unable to correct problems, you have held broken packages.
Then I go to try to install libzstd1 I get:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libzstd1 is already the newest version (1.4.8+dfsg-3build1).
libzstd1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
If you can help it would be greatly appreciated.
Thanks
Brad
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
cat << EOF >> /etc/apt/sources.list
deb http://download.proxmox.com/debian/pbs-client bookworm main
EOF
apt-get update
apt-get install proxmox-backup-client -y
When I do this, I get the following error:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
proxmox-backup-client : Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-3build1 is to be installed
E: Unable to correct problems, you have held broken packages.
Then I go to try to install libzstd1 I get:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libzstd1 is already the newest version (1.4.8+dfsg-3build1).
libzstd1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
If you can help it would be greatly appreciated.
Thanks
Brad