Ubuntu Forums Archive Viewer

[SOLVED] A clean install of Arch, what to do now....

Archived thread 1009229 from Arch and derivatives. Markdown source: Arch_and_derivatives/thread_1009229_[SOLVED]_A_clean_install_of_Arch,_what_to_do_now...md

Original URL About this archive
#1

I have installed Arch Linux successfuly and set up a user, it is time to install the desktop I want (xfce), but i somehow can't. I am at the command line adding the following command:

pacman -S xfce4

and I get this output:

error: 'xfce4' : not found in sync db

what can I do? (I still only have the command line)

#2

Make sure you are connected to the net and run

sudo pacman -Syy
sudo pacman -Su

and then you can use pacman to install/uninstall software.

#3

Majorix said: Make sure you are connected to the net and run

sudo pacman -Syy
sudo pacman -Su

this is what happens:

error: failed retreiving file "core.db.tar.gz" from ftp.archlinux.org : transmission resolver failure

I should be connected, I have plugged in a cable and rebooted

#4

Can you succesfully ping this one : ping.xs4all.nl ? And you should check the pacman config, because ftp.archlinux.org is throttled by default, it's better to use a mirror.

Read also this : http://wiki.archlinux.org/index.php/Pacman

#5

got it working now