By mistake, I overwrote /lib/x86_64-linux-gnu/libudev.so.1
and replaced it with a link.
You may have a look on this:
~$ ls /lib/x86_64-linux-gnu/ -l | grep -i libudev
lrwxrwxrwx 1 root root 35 May 16 22:52 libudev.so.1 -> /usr/share/koala/koala/libudev.so.0
-rw-r--r-- 1 root root 126840 May 5 22:25 libudev.so.1.6.4
How can I bring the libudev.so.1
back?
(I'm using Ubuntu 16.04 64-bit)
I solved the problem by running this command:
As the result:
Try reinstalling the libudev1 package.
or whatever the file is called.