Skip to content

Instantly share code, notes, and snippets.

@mattions
Forked from fracasula/setup.sh
Last active October 25, 2018 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattions/0c52888f992af87c741f167f358a1a85 to your computer and use it in GitHub Desktop.
Save mattions/0c52888f992af87c741f167f358a1a85 to your computer and use it in GitHub Desktop.
How to install Bluejeans on Ubuntu
sudo apt install alien -y
sudo alien bluejeans_1.28.9-2_amd64.rpm # or whatever is the file you downloaded from the bluejeans website
sudo dpkg -i bluejeans_1.28.9-2_amd64.deb
cd /lib/x86_64-linux-gnu
#sudo ln -s libudev.so libudev.so.0
sudo ln -s libudev.so.1 libudev.so.0
# now you can launch bluejeans
/opt/bluejeans/bluejeans-bin
@colinappnovation
Copy link

On Ubuntu 18.10

sudo ln -s libusb-1.0.so.0.1.0 libudev.so.0 to make work BlueJeans work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment