How to install Bumblebee-UI (GUI) in Ubuntu 12.04

42,653
  • Install Git:

    sudo apt-get install git
    
  • Make a directory for git:

    mkdir git
    cd git
    
  • Check out the repository:

    git clone https://github.com/Bumblebee-Project/bumblebee-ui.git
    cd bumblebee-ui
    sudo ./INSTALL
    
  • Go to Startup Applications and add /usr/local/bin/bumblebee-indicator.

Share:
42,653

Related videos on Youtube

Ubuntuser
Author by

Ubuntuser

Linux & Ubuntu Enthusiast. Author for "Getting Started with Ubuntu".

Updated on September 18, 2022

Comments

  • Ubuntuser
    Ubuntuser over 1 year

    I am quite interested in installing Bumblebee-UI in Ubuntu 12.04 after seeing this video on youtube. Link to video

    Has anyone been able to install it successfully?

  • belacqua
    belacqua almost 12 years
    Have you done it successfully?
  • airtonix
    airtonix about 9 years
    This won't work out of the box, because it doesn't follow python best practices for installation.
  • RPiAwesomeness
    RPiAwesomeness about 8 years
    The repository no longer exists, so unfortunately this doesn't work anymore.