You are not logged in.
Hello all,
I've been trying to download and install libreoffice by running "pacman -S libreoffice" but I am repeatedly getting an error message saying "error: 'libreoffice': could not find or read package". I checked the wiki but found no mention of this problem, and I also made sure in the pacman.conf file that the Extra repo was not commented.
Thanks in advance for any help.
Last edited by Hoest (2011-05-20 05:43:24)
Offline
Works fine here, is your system up to date? Run
pacman -Sy libreofficeRauchen verboten
Offline
Works fine here, is your system up to date? Run
pacman -Sy libreoffice
Yes, core, extra, and community are all up to date according to that, but I still get the same message for libreoffice though.
Offline
You could check your mirror status but other than that I'm stumped, I cannot reproduce the problem
Rauchen verboten
Offline
Try commenting out your first mirror or 2. Every time I've had this issue it's been because a mirror was out of sync.
Offline
I tried several mirrors and I'm still getting the same message.
Offline
It has to be a mirror problem, if it was any sort of connection problem you would get another error. Please be aware that the first uncommented mirror will be used no matter how many you uncomment below it, you probably keep connecting to an out of date mirror.
When you change mirror, remember to resync your mirror with -Syy.
http://www.archlinux.org/mirrors/status/
http://www.archlinux.org/mirrorlist/
Last edited by Meyithi (2011-05-20 00:10:24)
Offline
It has to be a mirror problem, if it was any sort of connection problem you would get another error. Please be aware that the first uncommented mirror will be used no matter how many you uncomment below it, you probably keep connecting to an out of date mirror.
When you change mirror, remember to resync your mirror with -Syy.
http://www.archlinux.org/mirrors/status/
http://www.archlinux.org/mirrorlist/
I updated the mirrorlist and ran -Syy and it's giving me this:
error: could not open file /var/lib/pacman/sync/core.db: Failed to open '/var/lib/pacman/sync/core.db'
error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db'
error: target not found: libreoffice
Offline
Run as root:
pacman-db-upgradeThen use the mirror
Server = http://mirrors.kernel.org/archlinux/$repo/os/$archAfter that do
pacman -SyyuReboot if needed.
.::. TigTex @ Portugal .::.
Offline
Run as root:
pacman-db-upgradeThen use the mirror
Server = http://mirrors.kernel.org/archlinux/$repo/os/$archAfter that do
pacman -SyyuReboot if needed.
That did it! Thank you very much.
Offline