Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
42
rated 0 times [  42] [ 0]  / answers: 1 / hits: 39117  / 2 Years ago, fri, november 11, 2022, 5:14:29

I installed Brackets on Lubuntu 13.04.



When I use the command brackets to open it, I get the error:

/usr/lib/brackets/Brackets: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory.



How can I get Brackets to work?


More From » 13.04

 Answers
2

I found the solution
in this Github issue.



You have to link the existing libudev.so.1 to the requested libudev.so.0; to do so, run the command



ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0



NOTE: You might need to prefix this command with sudo to gain root privileges. In which case it would look like this:



sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0


[#30000] Friday, November 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rhaeams

Total Points: 115
Total Questions: 111
Total Answers: 103

Location: Burundi
Member since Wed, Nov 25, 2020
4 Years ago
rhaeams questions
;