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
@craigpegsaurus
Copy link

Hi @moonnikill the following command worked for me:
$ wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
let me know if it works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment