Skip to content

Instantly share code, notes, and snippets.

@marshluca
Created August 12, 2010 15:02
Show Gist options
  • Save marshluca/521098 to your computer and use it in GitHub Desktop.
Save marshluca/521098 to your computer and use it in GitHub Desktop.
install xulrunner-1.9.1-dev on ubuntu server
>> sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
>> sudo aptitude update
>> sudo aptitude install xulrunner-1.9.1-dev
http://www.ubuntuupdates.org/packages/show/159108
/etc/apt/sources.list:
deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid main universe
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid main universe
deb http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid-updates main universe
deb-src http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ lucid-updates main universe
deb http://security.ubuntu.com/ubuntu lucid-security main universe
deb-src http://security.ubuntu.com/ubuntu lucid-security main universe
deb http://security.ubuntu.com/ubuntu jaunty-security main universe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment