Last active
December 10, 2017 13:03
-
-
Save SamsadSajid/80d42d73a2378018ed803a7326340562 to your computer and use it in GitHub Desktop.
Install Popcorn on ubuntu
This file contains 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
sudo apt-get install libudev1 | |
cd /lib/x86_64-linux-gnu/ | |
sudo ln -s libudev.so.1 libudev.so.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment