- Download desired firefox version here https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/
- Extract it to e.g. /opt/firefox2/
Source: http://www.wikihow.com/Install-multiple-versions-of-Firefox-on-Ubuntu
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -Then add the following entry in your /etc/apt/sources.list:
deb http://pkg.jenkins-ci.org/debian binary/Update your local package index, then finally install Jenkins:
sudo apt-get update sudo apt-get install jenkinsSource: http://pkg.jenkins-ci.org/debian/