Question about libudev.so.0
Tofloor
poster avatar
jeffneedle
deepin
2016-10-05 20:54
Author
Hi,  Using Deepin 13, newest version.

An app I'm wanting to run requires libudev.so.0.  It isn't in the repos.  Any thoughts on how I can install this.  I've tried apt-get in terminal, but no luck.  Thanks.
Reply Favorite View the author
All Replies
doorsoft
deepin
2016-10-06 16:40
#1
Edited by doorsoft at 2016-10-6 08:51

i think is only 32 bits..

sudo apt-get install libudev0:i386
Maby you have already installed libudev1

so make and direct access

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


Reply View the author
horvan
deepin
2016-10-06 19:45
#2
Its aviable in deban wheezy. You Can add Debian wheezy ysourcers to / etc/apt/source.list do apt Update and tan Installer the fule. If your Programm is Wirkung you should temove wheezy apt Entry emideately and du apt Update again to avoid Version conflicts with deepin.
Reply View the author
jeffneedle
deepin
2016-10-08 10:03
#3
Well, the libudev0.i386 isn't in the repos.  Not sure how to add debian wheesy to the repos.  Can someone kindly give me the exact wording of the line to add to the sources list?  Thanks.
Reply View the author
horvan
deepin
2016-10-09 23:16
#4
have you tried the code from above. You should absolutely try this before useing old repos in your system. So use

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


first and than show us the result by a screenshot.
Reply View the author
doorsoft
deepin
2016-10-10 01:48
#5
you have a mistake... is not a dot... ibudev0.i386

is: ibudev0:i386 to install the i386 library... ;)
Reply View the author