Hi Team,
I am trying to install ImageMagick On My droplet. By Running
sudo apt-get install imagemagick
But its failing and giving following errors.
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgs9-common all 9.10~dfsg-0ubuntu10.1
404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgs9 amd64 9.10~dfsg-0ubuntu10.1
404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main ghostscript amd64 9.10~dfsg-0ubuntu10.1
404 Not Found [IP: 91.189.92.201 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/libgs9-common_9.10~dfsg-0ubuntu10.1_all.deb 404 Not Found [IP: 91.189.92.201 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/libgs9_9.10~dfsg-0ubuntu10.1_amd64.deb 404 Not Found [IP: 91.189.92.201 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/ghostscript_9.10~dfsg-0ubuntu10.1_amd64.deb 404 Not Found [IP: 91.189.92.201 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Can you please look into this?
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!
Hi,
which version of Ubutnu are you using? If you don’t know, you can check it with the following command:
lsb_release -a
I think you are using an old Ubuntu release wich has reached the end-of-life point. You can find this date for your OS on the Ubuntu Wiki.
It looks like there has been an update to these packages since the last time you refreshed the package cache. Note the version number:
$ apt-cache policy ghostscript
ghostscript:
Installed: 9.10~dfsg-0ubuntu10.2
Candidate: 9.10~dfsg-0ubuntu10.2
Version table:
*** 9.10~dfsg-0ubuntu10.2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
9.10~dfsg-0ubuntu10 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
Running sudo apt-get update first should resolve the issue.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.