Skip to content

Instantly share code, notes, and snippets.

@siddhantmedar
Created May 7, 2017 07:58
Show Gist options
  • Save siddhantmedar/828cb1cd348037af80a1a40ae9bc487b to your computer and use it in GitHub Desktop.
Save siddhantmedar/828cb1cd348037af80a1a40ae9bc487b to your computer and use it in GitHub Desktop.
Command Line to install flux on Ubuntu
sudo add-apt-repository ppa:nathan-renniewaldock/flux
sudo apt-get update
sudo apt-get install fluxgui
To uninstall:
sudo apt-get remove fluxgui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment