I’m getting the following when trying to install the htop package on Ubuntu 14.04…
The following NEW packages will be installed:
htop
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 68.0 kB of archives.
After this operation, 188 kB of additional disk space will be used.
Err http://mirrors.digitalocean.com/ubuntu/ trusty/universe htop amd64 1.0.2-3
403 Forbidden [IP: 95.x.x.x 80]
E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/universe/h/htop/htop_1.0.2-3_amd64.deb 403 Forbidden [IP: 95.x.x.x 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I am having the same issue trying to install nodejs.
Can anyone help?
@jph98
If the DigitalOcean repositories aren’t working, you can edit
/etc/apt/sources.list
, comment out the DigitalOcean repos and then paste in (for Ubuntu 14.04 - trusty):Then run:
Followed by:
This will pull from the main Ubuntu repositories.
You could also simply:
… and then paste in the above, run the update and then install
htop
. This copiessources.list
so you have a backup.Our team is working to resolve an issue with the mirrors that occurred this morning due to an issue with the latest upstream sync. The mirror maintainers are working to update it and resolve this issue now.