Skip to content

Instantly share code, notes, and snippets.

@likeablob
Created June 22, 2022 10:56
Show Gist options
  • Save likeablob/15152085f5ee10c53077bb8d261d42f6 to your computer and use it in GitHub Desktop.
Save likeablob/15152085f5ee10c53077bb8d261d42f6 to your computer and use it in GitHub Desktop.
Run Parsec on Ubuntu 22.04 (Workaround)
$ 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
@likeablob
Copy link
Author

Hi, @NDeuschle
Thank you for the tip!

@moonnikill
Copy link

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