$ wget https://builds.parsecgaming.com/package/parsec-linux.deb
$ wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb
$ sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.5_amd64.deb
$ sudo dpkg -i parsec-linux.deb
$ parsecd
Created
June 22, 2022 10:56
-
-
Save likeablob/15152085f5ee10c53077bb8d261d42f6 to your computer and use it in GitHub Desktop.
Run Parsec on Ubuntu 22.04 (Workaround)
Hi @NDeuschle the package you linked to now also returns a error, specifically that it could not load libcuda.so.1, and Could not dynamically load CUDA. It also says dpkg: error: cannot access archive 'libssl1.1_1.1.1-1ubuntu2.1~18.04.21_amd64.deb': No such file or directory
Also the linked canonical site is now down, saying "two or more packages specified (libssl1.1 bionic-updates)"
would you be able to update this please?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @NDeuschle
Thank you for the tip!