Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created March 4, 2014 01:53
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 yuuichi-fujioka/9338782 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/9338782 to your computer and use it in GitHub Desktop.
Install jenkins
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
echo "deb http://pkg.jenkins-ci.org/debian binary/" | sudo tee /etc/apt/sources.list.d/jenkins.list
sudo apt-get update
sudo apt-get install jenkins
@Nickn98
Copy link

Nickn98 commented Apr 1, 2023

for the last command #4 sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/'' > /etc/apt/sources.list.d/jenkins.list
I get an error "Package jenkins is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source". Any fix for that? thanks

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