Created
August 12, 2010 15:02
-
-
Save marshluca/521098 to your computer and use it in GitHub Desktop.
install xulrunner-1.9.1-dev on ubuntu server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> 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