ASEBA on UBUNTU 13.04 with libudev0
ericoman 15 Aug 2013 09:32
When installing the aseba.deb on my AMD64 system, i had the following problem : "aseba depends on libudev0 (>=147)."
I fixed this problem with this in a terminal :
First :
cd /tmp
Then :
wget -c www.mirrorservice.org/sites/archive.ubuntu.com/ubuntupool/main/u/udev/libudev0_175-0ubuntu13_amd64.deb
(The same should be done on i386 with : wget -c www.mirrorservice.org/sites/archive.ubuntu.com/ubuntupool/main/u/udev/libudev0_175-0ubuntu13_i386.deb)
And finally :
sudo dpkg -i libudev0_175-0ubuntu13_amd64.deb
(Change amd64 with i386 if necessary !)
That's all !