parsec-fedora icon indicating copy to clipboard operation
parsec-fedora copied to clipboard

Fedora 36

Open jahanson opened this issue 3 years ago • 2 comments

Just providing this issue for anyone else that comes to this repo.

It took a few more steps to provide missing dependencies as per https://support.parsec.app/hc/en-us/articles/115003477771-Using-Parsec-With-other-Linux-Distros

I was missing libva-utils and openssl 1.1, a search for the .so on pkgs.org provides the packages that contain the ones someone may be missing.

sudo dnf install libva-utils sudo dnf install openssl1.1

jahanson avatar May 18 '22 14:05 jahanson

Fixed it for me. Thank you!

eatolive avatar May 22 '22 05:05 eatolive

Just providing this issue for anyone else that comes to this repo.

It took a few more steps to provide missing dependencies as per https://support.parsec.app/hc/en-us/articles/115003477771-Using-Parsec-With-other-Linux-Distros

I was missing libva-utils and openssl 1.1, a search for the .so on pkgs.org provides the packages that contain the ones someone may be missing.

sudo dnf install libva-utils sudo dnf install openssl1.1

In addition to those packages, i also had to install compat-ffmpeg4 from here (for libavcodec58) (scroll down in that link to see Install Howto) and the libjpeg8 pacakge

sudo dnf copr enable aflyhorse/libjpeg
sudo dnf install libjpeg8

After installing these two packages it works

BridgeSenseDev avatar Apr 07 '24 14:04 BridgeSenseDev