PBS client for Ubuntu 22.04

klowet

Well-Known Member
Jun 22, 2018
43
2
48
Hi

Is there any news about the PBS client for Jammy Jellyfish?
The PBS Bullseye repo doesn't work because of the missing libssl1.1 package in Ubuntu's repo's.

Thanks
 
As a workaround, you can add the ubuntu 21.10 source and install libssl1.1


Code:
echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list

sudo apt-get update
sudo apt-get install libssl1.1
 
this do not seems to work any more :(

Code:
Reading package lists... Done
E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.