You are not logged in.
Pages: 1
Hi, today i will update my arch but i cant, i paste the error in spanish (because is my natural language)
[root@ArchLinux-System ~]# pacman -Syu
error: GPGME error: No data
:: Sincronizando las bases de datos de paquetes...
core está actualizado
extra está actualizado
community está actualizado
multilib está actualizado
archlinuxfr está actualizado
error: la base de datos 'core' no es válida (base de datos no válida o dañada (firma PGP))Offline
Run
LC_ALL=C <command>
to get the output in English.
Did you search the forum?
https://bbs.archlinux.org/viewtopic.php … 0#p1266030
https://bbs.archlinux.org/viewtopic.php?id=179270
Last edited by karol (2014-06-15 20:13:46)
Offline
I don't speak Spanish, but you could try:
pacman-key --init && pacman-key --populate archlinuxJin, Jîyan, Azadî
Offline
in english
[root@ArchLinux-System ~]# LC_ALL=C pacman -Syu
error: GPGME error: No data
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
archlinuxfr is up to date
error: database 'core' is not valid (invalid or corrupted database (PGP signature))Offline
Try a different mirror, if it doesn't work, post your pacman.conf and your mirrorlist.
Offline
the command
pacman-key --init && pacman-key --populate archlinux not resolv my problem ![]()
Offline
pacman -Scc
pacman -Syyu"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
pacman -Scc pacman -Syyu
Yeah.. this is work... is upgrading.. thanks ![]()
Offline
pacman -Scc pacman -Syyu
Since -Scc removes all packages from the cache, wouldn't removing /var/lib/pacman/sync be a better option?
Offline
You should be able / have been able to identify what file exactly was causing problems. Maybe there was a stray .sig file there?
Offline
All wrong... we do not sign our repos so the repo db can not be verified by gpg. Revert the change you made in pacman.conf.
Offline
Pages: 1