Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2062  / 2 Years ago, tue, july 19, 2022, 10:43:29

I try this to upgrade but just get an error:



nick@netbook:~$ sudo update-manager
Checking for a new Ubuntu release
WARNING:root:file 'trusty.tar.gz.gpg' missing
nick@netbook:~$


The GUI just says:



Failed to fetch Fetching the upgrade failed. There may be a network problem.


There is not a network problem, all other network stuff works and this has been happening for weeks.



Any idea of what actions I should take to sort this?



Cheers
Nick


More From » 13.10

 Answers
7

Check the following things:




  1. Update your sources.list file. You can get a fresh copy from this website if you are in doubt.

  2. If you are behind a proxy server, add -E with sudo to preserve the environment variables.

  3. Use a different mirror



Now your commands will be



sudo -E apt-get update
sudo -E apt-get dist-upgrade

[#24873] Tuesday, July 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ateact

Total Points: 176
Total Questions: 130
Total Answers: 122

Location: Egypt
Member since Sun, Apr 23, 2023
1 Year ago
;