Hello, Archlabs is gone . I use this distro so I wonder If I can still update it safely ?

My /etc/pacman.conf

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# The multilib repositories are enabled by default in ArchLabs.
# If you don't run 32 bit applications you may comment them out

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# [archlabs-testing]
# Server =  https://pub-7d84e047b852442a86fd6d7feb1ff2cd.r2.dev/$repo/$arch
# Server =  https://github.com/ArchLabs/$repo/raw/master/$arch
# Server =  https://bitbucket.org/archlabslinux/$repo/raw/master/$arch

[archlabs]
Server = https://pub-7d84e047b852442a86fd6d7feb1ff2cd.r2.dev/$repo/$arch
Server = https://bitbucket.org/archlabslinux/$repo/raw/master/$arch
Server = https://github.com/ArchLabs/$repo/raw/master/$arch
Server = https://sourceforge.net/projects/archlabs-repo/files/$repo/$arch

If it is unsafe how I can turn this into a normal arch ?

  • UnfortunateShort@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    11 months ago

    It’s not unsafe, unless the servers are kept up but not maintained. If you want to turn in into “normal” Arch you have to replace all packages from the Archlabs repos to some from the official (or other) ones. This might be anything from trivial to painful, depending on modifications.

    Also, kinda sad to hear Archlabs is dead, although EndeavourOS is a minimal enough alternative I guess.