Two computers, one app, one updated this night, one insists the newest version is a week old

I have two computers, a laptop and a desktop.
Both are running Manjaro KDE, installed from the same image a year or so back.

Both have Discord installed in Pamac, from the Manjaro feed.

One got an update around 4am CET today, the other insists that the newest version is a week old? No amount of updating the database or hitting refresh seems to remedy this. I’ve tried all of the update things in the menu, and removed all the caches, and removing the package and installing it again - it downloaded the old version and installed it.

What gives?
How do I jostle that one computer out of its funk?

The only thing which comes in my mind is a different status of the repositories.

Are both using the same repository servers?

2 Likes

How would I tell?
They’re both using ‘Worldwide mirrors’

– The source for the app is, in both cases, the official Manjaro repository.

Hi @LarsGottlieb,

I think it best to update your mirrors and package list on both computers. To do so, tun the following in a terminal:

sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syu

Edit:

This will set your mirror-list to the 5 fastest mirrors for you and update the package list when done.

Another possibility is the different mirrors in use by the 2 different computers are simply out op sync. In which case the above command should be sufficient as well.

2 Likes

That did the trick, thank you (o:

1 Like
sudo pacman-mirrors --continent && sudo pacman -Syu

I actually find --continent gives me a more solid return (YMMV).

I had Discord installed - however, I much prefer Webcord - and it never missed a beat… worth a try (and you wouldn’t need to remove Discord to test it).

pamac install webcord-bin

Webcord IS an AUR sourced package, but it never got cut off the way Discord does… currently at 4.10.3-1

  • A Discord and SpaceBar Electron-based client implemented without Discord API (binary release)
3 Likes

Sure, but from which mirror are the applications pulled from. These can be outdated from time to time and have different versions as @Mirdarthos already suggested

To this user, it would seem logical that hitting the ‘update mirror list’ button should Fix that.
It did not.

Thank you - I will try that out (o:

To my understanding the update of the mirrorlist updates the list about new or outdated mirrors. But not about the content and sync between the of the mirrors.

But i could be wrong in this assumption.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.