1

sudo apt-get install <anything> is not working in my terminal Whenever i try doing it, it displays the following error message:-

Err http://in.archive.ubuntu.com/ubuntu/ precise-updates/main vim-runtime all 2:7.3.429-2ubuntu2.1
  Could not connect to 111.125.139.199:8105 (111.125.139.199). - connect (111: Connection refused)
Err http://in.archive.ubuntu.com/ubuntu/ precise-updates/main vim amd64 2:7.3.429-2ubuntu2.1
  Unable to connect to 111.125.139.199:8105:
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-runtime_7.3.429-2ubuntu2.1_all.deb  Could not connect to 111.125.139.199:8105 (111.125.139.199). - connect (111: Connection refused)
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim_7.3.429-2ubuntu2.1_amd64.deb  Unable to connect to 111.125.139.199:8105:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Vipin Verma
  • 5,454

1 Answers1

0

I suspect there's a problem with the archives in the mirror you are using.

Try opening "Update Manager", click "Settings" and on the "Ubuntu software" tab choose a different "Download from" server.

Then check for updates again and then try apt-get install again.

To Do
  • 15,502