T
T
Type Programmer2018-07-25 11:12:40
linux
Type Programmer, 2018-07-25 11:12:40

What to do when it does not find the library?

Give who manul how to search in which package there is a library? It's not always easy to find everything on Google. For example, now I want to run a game server on my VPS server. As a result, I have been downloading libraries for about 20 minutes: D
./tes3mp-server.x86_64: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or
directory the solution to the problem with this library is by no means.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
t_q_l, 2018-07-25
@MegaCraZy6

apt-get install apt-file

apt-file search libasound.so.2
 libasound2: /usr/lib/x86_64-linux-gnu/libasound.so.2

apt-get install libasound2

S
sim3x, 2018-07-25
@sim3x

https://www.google.com.ua/search?q=deb+libasound.so

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question