You are not logged in.
I had ploblem about "gv"
So I remove the pkg. doing
# pacman -R gv
and I try to install it again doing
# pacman -S gv
now I have error message.
error: archive gv-3.5.8-4.pkg.tar.gz is corrupted
Would you explain what's happening here?
Your help is appreciated.
Offline
did you try to refresh your database before installing?
pacman -Sy gv
If the info in your databse is not sync with the mirrors you can get these messages because the md5sums are no longer the same.
If that doesn't work, remove the package from cache
rm /var/cache/pacman/pkg/gv-blabla.tar.gz
and try switching your mirrors around by moving a diiferent one to the top.
Offline
Thanks,
it resolved.
Before I posted, I removed the package in /var prior to reinstallation.
As you suggested I changed the order of servers. -- it works.
I suppose the 'gv' file in that server must be corrupted.
Thank you for your advice.
Offline