Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3250  / 3 Years ago, fri, august 20, 2021, 10:08:27

i am currently trying to run Parsec on my Ubuntu 22.04 to connect to my remote Windows gaming rig.


On this support page: https://support.parsec.app/hc/en-us/articles/115003477771-Using-Parsec-With-other-Linux-Distros


it says which libraries are required.


As far as i can tell via synaptic is that the only dependend package missing is "libcrypto.so.1.0.0 (or 1.1)"


If i search in synaptic for "libcrypto" i find a few libcrypto++ packages but none of them work.


Is there any other source where i can find a .deb file of this missing library?


Thank you guys in advance <3


More From » apt

 Answers
0

Installing libssl1.1, which provides libcrypto.so from 21.10 sources solved this for me. To do so, I followed the steps from this answer (MongoDB apparently has a similar issue): https://askubuntu.com/a/1403683


To quote the necessary commands from the answer:


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

After the installation, I've removed the sources from 21.10 again. (Edit the created /etc/apt/sources.list.d/impish-security.list again and comment out the line by putting a # at the beginning.)


[#436] Saturday, August 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oraoming

Total Points: 354
Total Questions: 105
Total Answers: 124

Location: Iraq
Member since Sat, Apr 3, 2021
3 Years ago
oraoming questions
Mon, May 24, 21, 21:56, 3 Years ago
Mon, Dec 12, 22, 23:21, 1 Year ago
Mon, Sep 12, 22, 11:38, 2 Years ago
Mon, May 30, 22, 01:38, 2 Years ago
;