Last active
December 25, 2015 23:19
-
-
Save itang/7055773 to your computer and use it in GitHub Desktop.
chrome 30+ on ubuntu 13.x 64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cd /lib/x86_64-linux-gnu | |
| $ sudo ln -s libudev.so.1 libudev.so.0 | |
| edit /usr/bin/google-chrome, add line: | |
| export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH #Above The Non-last line |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OR
sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0 /usr/lib64/libudev.so.1