I cant download java

Ok, when i try sudo pacman -S jre-openjdk
The output is:

What should i do?

UPD: same thing with Maven

refresh your mirrors
use pacman -Syyu … instead of just pacman -S

2 Likes

Update first, then install new packages. Just like @Nachlese above suggested.

sudo pacman-mirrors -f5
sudo pacman -Syyu
sudo pacman -S jre-openjdk
1 Like

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