Hi all,<br>Hope you are well, I have been having a few issues with my ubuntu server, I am unable to install any packages when I run <br># sudo apt-get update <br>it presents me with the following error:<br>E: Some index files failed to download, they have been ignored, or old ones used instead.<br>
I tried <br># sudo apt-get clean<br>then<br># sudo apt-get update and get the same error<br>I also get&nbsp; a dpkg error before when try and onstall an application:<br>E: Sub-process /usr/bin/dpkg returned an error code (1)<br>
I run<br># sudo sed -i &#39;1 s/sh -e/sh/&#39; /var/lib/dpkg/info/locales.postinst<br>and its still does not run, I have even tried:<br># sudo apt-get -f install<br># sudo apt-get -f update<br># sudo apt-get -f upgrade<br>
and nothing<br># sudo apt-get install --fix-missing<br># sudo apt-get update --fix-missing<br># sudo apt-get upgrade --fix-missing<br><br>can anyone help<br><br><br>