I am trying to run Spotify on Ubuntu 12.04. It used to work some time ago, when I tried to start it today, I got the following error:
spotify: error while loading shared libraries: libudev.so.1: cannot open shared object file: No such file or directory
how to fix it?
I tried
sudo apt-get install libudev1
which however gives an error saying that it does not exist (any more)
sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.0 /lib/x86_64-linux-gnu/libudev.so.1
) broke unity for me. No login screen. How do I reverse this link? – 842Mono Nov 21 '16 at 09:47