Yesterday I was installing Watchman from Facebook and I mysterious broke something.
Whenever I run a program installed with snap-store it throws this Error:
/snap/snapd/11107/usr/lib/snapd/snap-confine: error while loading shared libraries: libudev.so.1: failed to map segment from shared object
I have tried all possible solutions I found online but they are not working.
ls -al /lib/x86_64-linux-gnu/libudev.so.1
any output? – nobody Mar 04 '21 at 11:05lrwxrwxrwx 1 root root 17 Jan 6 22:47 /lib/x86_64-linux-gnu/libudev.so.1 -> libudev.so.1.6.17
this is the output @nobody – crispy Mar 04 '21 at 11:09E: Package 'libudev0:i386' has no installation candidate
this is the output @nobody – crispy Mar 04 '21 at 12:05sudo dpkg --add-architecture i386
andsudo apt update
– nobody Mar 04 '21 at 12:13E: Package 'libudev0:i386' has no installation candidate
@nobody – crispy Mar 04 '21 at 12:44sudo apt install libudev1:i386
– nobody Mar 04 '21 at 12:47sudo ldconfig /lib/x86_64-linux-gnu/
– crispy Mar 05 '21 at 09:42