0

Not able to update ubuntu even after cleaning with update and upgrade commands and henceforth not able to install softwares. When I try I get the error

W: Failed to fetch ubuntuarchive.hnsdc.com/ubuntu/dists/precise-security/main/i18n/…  
   Unable to connect to ubuntuarchive.hnsdc.com:http:
guntbert
  • 13,485

2 Answers2

2

I would try to change the ubuntu mirror from where you're trying to download updates.

Open Software Sources and in the Ubuntu Software tab change the download from server to another one.

then try updating again.

To Do
  • 15,893
0

Try this:

sudo apt-get clean
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
sudo apt-get update -o Acquire::http::No-Cache=True
sudo apt-get clean
blvdeer
  • 482
  • 1
  • 3
  • 10