Skip to content

Instantly share code, notes, and snippets.

@garthk
Created March 26, 2012 01:12
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 garthk/2202039 to your computer and use it in GitHub Desktop.
Save garthk/2202039 to your computer and use it in GitHub Desktop.
Can't install bbb-demo (SOLVED)
root@26797-2-1051166:/etc# apt-get install bbb-demo
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
bbb-playback-slides: Depends: bbb-record-core but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
@garthk
Copy link
Author

garthk commented Mar 26, 2012

On a fresh Ubuntu 10.04 clone, you'll need to do this before installing bigbluebutton and bbb-demo:

  • apt-get install ruby1.8-dev rubygems1.8
  • gem1.8 install rubygems-update
  • /var/lib/gems/1.8/bin/update_rubygem

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