You are not logged in.
Pages: 1
I'm new to the Arch community but not to Linux. I've used CentOS for years in a commercial environment.
I am running Arch in VirtualBox and am attempting to install apache with little success I have access to the we as far as I know the mirrors are setup correctly according to the documentation I've read.
When I type: pacman -S apache
I get an error
apache package not found, searching for group...
Error: `apache`: not found in sync db
any help would be appreshiated
Last edited by andromeda (2010-03-09 20:16:15)
Offline
Are you sure you have synced with extra ? Post the output of pacman -Syy
Offline
Try running
pacman -Syyfirst.Then run
pacman -S apacheTamil is my mother tongue.
Offline
the package apache is in [extra] according to a quick pacman -Ss apache
do you have [extra] repo enabled in /etc/pacman.conf ?
EDIT: Woah.. too late.. :\
Last edited by hullap (2010-03-10 06:10:40)
Offline
I don't remember editing the extra repo at all and the out put file is below I will be doing a google search on the extra repo again thankyou for the help in advanced.
pacman -Syy output file
: Synchronizing package databases...
core 2.3k 567.2k/s 00:00:00
extra 2.3k 1067.5K/s 00:00:00
community 2.3k 1002.5K/s 00:00:00
Offline
I think something is wrong with the mirror you're syncing with - my sync databases are a LOT bigger than that, you should change the mirror at the top of /etc/pacman.d/mirrorlist to something else
gnome-unstable 18.3K
testing 13.2K
core 36.1K
extra 445.1K
xyne-any 5.5K
community-testing 3.0K
Offline
I've changed mirrors and still no luck.
Offline
Move mir.archlinux.fr to the top.
Make sure that in pacman.conf, all repos "read" pacman.d/mirrorlist .
pacman -Syy
Offline
Ok I had all the mirrors uncommented at start I just started commenting them little by little until it would update correctly. I can pull down apache but have another problem with dependencies but will start a new thread with that
Thank you all for the help.
Offline
Pages: 1