$ pacman-mirrors
Pacman-mirrors version 4.28
Local mirror status for testing branch
Mirror #1 OK 01:52 Slovenia https://mirror.komelt.dev/manjaro/
Mirror #2 OK 00:42 Germany https://ftp.gwdg.de/pub/linux/manjaro/
Mirror #3 OK 295:56 Russia https://mirror.yandex.ru/mirrors/manjaro/
Mirror #4 OK 02:19 Canada https://muug.ca/mirror/manjaro/
Mirror #5 OK 02:52 Russia https://mirror.kamtv.ru/manjaro/
I can’t:
$ yay -S linux614
-> No AUR package found for linux614
there is nothing to do
$ yay -S linux612
-> No AUR package found for linux612
there is nothing to do
Same goes with pacman as you could imagine. (heftig was removed earlier)
Is there a way to restore it safely?
My current pacman.conf records are as followed:
#[kde-unstable]
#Include = /etc/pacman.d/mirrorlist
[core]
Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
#[heftig]
#SigLevel = Optional
#Server = https://pkgbuild.com/~heftig/repo/$arch
Added the disabled repos as I wasn’t sure whether these are causing the issue and commented heftig as well.
# Switch to unstable what is equal ArchLinux
sudo pacman-mirrors --api --set-branch unstable
# Set the global mirrors or set your country
sudo pacman-mirrors --country Global
# sort the mirrors by speed
sudo pacman-mirrors --fasttrack 5
# Do a full upgrade, force refresh the database, downgrade packages if necessary
sudo pacman -Syyuu
@nikgnomic As I mentioned, it’s impossible to do that when the repositories are misconfigured so it works now after removing the Arch repo reference and going back to full Manjaro.
It was an insane ride!
I upgraded my Manjaro after removing the archilnux line as @megavolt suggested.
Then I could upgrade Manjaro, once done I upgraded the kernel, apparently some modules were missing (WiFi and Bluetooth) so no mouse and no network , I had to download the firmware files manually using my phone and download them to my computer using a USB-C cable.
I moved the files in place (inside /lib/firmware) and now I have a network and Bluetooth, apparently switching back to the Manjaro repository did the trick so thanks @megavolt!