When installing chrome in Ubuntu 13.04, I got the following error:
Google Chrome can not be installed because we are missing the dependency libudev0
To resolve this we need to install libudev0.
For Ubuntu 13.04 32 Bit:
cd /tmp wget https://dl.dropboxusercontent.com/u/964512/lffl/libudev0_175-0ubuntu19_i386.deb sudo dpkg -i *.deb sudo apt-get install -f
For Ubuntu 13.04 64 Bit:
cd /tmp wget https://dl.dropboxusercontent.com/u/964512/lffl/libudev0_175-0ubuntu19_amd64.deb sudo dpkg -i *.deb sudo apt-get install -f
When installation is done you will be able to install Google Chrome under Ubuntu 13.04 ‘Raring Ringtail’.