software updater - failed to download repository information This happens every time. I then goto settings and it tells me everything is up to date. This dance is every time. It also infers that I am not connected. Both my wifi and my network is connected says settings. I can go all over the place with no problem.
I have two machines running. One has this dance - the other works.
greg@greg-OptiPlex-790:~$ inxi -r
Repos:
Active apt repos in: /etc/apt/sources.list
1: deb http://us.archive.ubuntu.com/ubuntu/ jammy main restricted
2: deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
3: deb http://us.archive.ubuntu.com/ubuntu/ jammy universe
4: deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates universe
5: deb http://us.archive.ubuntu.com/ubuntu/ jammy multiverse
6: deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
7: deb http://us.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
8: deb http://us.archive.ubuntu.com/ubuntu/ jammy-security main restricted
9: deb http://us.archive.ubuntu.com/ubuntu/ jammy-security universe
10: deb http://us.archive.ubuntu.com/ubuntu/ jammy-security multiverse
Active apt repos in: /etc/apt/sources.list.d/jcfp-ubuntu-nobetas-jammy.list
1: deb https://ppa.launchpadcontent.net/jcfp/nobetas/ubuntu/ jammy main
Active apt repos in: /etc/apt/sources.list.d/me-davidsansome-ubuntu-clementine-jammy.list
1: deb https://ppa.launchpadcontent.net/me-davidsansome/clementine/ubuntu/ jammy main
Active apt repos in: /etc/apt/sources.list.d/team-xbmc-ubuntu-ppa-jammy.list
1: deb https://ppa.launchpadcontent.net/team-xbmc/ppa/ubuntu/ jammy main
Active apt repos in: /etc/apt/sources.list.d/ubuntu-esm-apps.list
1: deb https://esm.ubuntu.com/apps/ubuntu jammy-apps-security main
2: deb https://esm.ubuntu.com/apps/ubuntu jammy-apps-updates main
Active apt repos in: /etc/apt/sources.list.d/ubuntu-esm-infra.list
1: deb https://esm.ubuntu.com/infra/ubuntu jammy-infra-security main
2: deb https://esm.ubuntu.com/infra/ubuntu jammy-infra-updates main
greg@greg-OptiPlex-790:~$
Aside: I’d recommend not doing this. Use apt full-upgrade or apt dist-upgrade, not upgrade. You’ll find packages often get held back using upgrade.
Packages are supposed to be held back — their release is being phased. It’s a good idea to allow this, because I’ve often seen that bugs rear their heads, and then it’s fortunate that they weren’t installed on my machine. (There’s only one in error right now, but I’ve sometimes seen quite a few in error.)
As another aside, I read that dist-upgrade was deprecated in favour of full-upgrade. I don’t know if that’s correct.
I’m not talking about phasing. apt upgrade will not upgrade (i.e. will hold back) packages where the upgrade requires the installation of another package. apt dist-upgrade (and other variants) will not hold packages back, if they also require some other package to install.