Skip to content

Instantly share code, notes, and snippets.

@rubiii
Created June 12, 2012 09:49
Show Gist options
  • Save rubiii/2916586 to your computer and use it in GitHub Desktop.
Save rubiii/2916586 to your computer and use it in GitHub Desktop.
# sudo apt-get install jenkins
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libbreakpoint-ruby1.8 libcmdparse2-ruby1.8 liblog4r-ruby1.8 libreadline5 python-smartpm libncurses-ruby1.8 libmmap-ruby1.8 libdaemons-ruby1.8 python-pexpect
libreadline-ruby1.8
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
jenkins
1 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Need to get 48.7MB of archives.
After this operation, 20.5kB disk space will be freed.
Get:1 http://pkg.jenkins-ci.org/debian/ binary/ jenkins 1.469 [48.7MB]
Fetched 48.7MB in 4s (9787kB/s)
Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_1.469_all.deb Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@citime1:/home/danielharrington# sudo apt-get clean
root@citime1:/home/danielharrington# sudo apt-get -f install jenkins
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libbreakpoint-ruby1.8 libcmdparse2-ruby1.8 liblog4r-ruby1.8 libreadline5 python-smartpm libncurses-ruby1.8 libmmap-ruby1.8 libdaemons-ruby1.8 python-pexpect
libreadline-ruby1.8
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
jenkins
1 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Need to get 48.7MB of archives.
After this operation, 20.5kB disk space will be freed.
Get:1 http://pkg.jenkins-ci.org/debian/ binary/ jenkins 1.469 [48.7MB]
Fetched 48.7MB in 3s (12.5MB/s)
Failed to fetch http://pkg.jenkins-ci.org/debian/binary/jenkins_1.469_all.deb Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment