AnarchyLinux / installer

Anarchy Linux - A simple and intuitive Arch Linux installer. https://anarchyinstaller.org/
GNU General Public License v2.0
1.22k stars 157 forks source link

Updating/Upgrading pacman & aur (could not resolve host arch-anywhere.org) #573

Closed alexjorgef closed 6 years ago

alexjorgef commented 6 years ago

Hello, I guess "arch-anywhere.org" host change to "anarchy-linux.org", but how i solve this ?

When i try to update/upgrade pacman and aur packages, i get this errors:

1


pacman

alex1a ~ ► sudo pacman -Syu 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: failed retrieving file 'arch-anywhere.db' from arch-anywhere.org : Could not resolve host: arch-anywhere.org
error: failed to update arch-anywhere (download library error)
:: Starting full system upgrade...
 there is nothing to do

aur

alex1a ~ ► yaourt -Syua --noconfirm
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: failed retrieving file 'arch-anywhere.db' from arch-anywhere.org : Could not resolve host: arch-anywhere.org
error: failed to update arch-anywhere (download library error)
 Foreign packages: - 14 / 14

Thanks, Alex

condor2 commented 6 years ago

sudo nano /etc/pacman.conf and change repo to anarchy.

includes08 commented 6 years ago

V1 of Anarchy is out, please redownload the ISO (GUI or CLI to your liking 👍)

https://anarchy-linux.org/download/

alexjorgef commented 6 years ago

thanks @condor2, i change "/etc/pacman.conf" last lines:

[arch-anywhere]
Server = http://arch-anywhere.org/repo/$arch
[anarchy]
Server = http://anarchy-linux.org/repo/$arch