You are not logged in.
When running
```
sudo pacman -S arp-scan
```
I see
```
:: File /var/cache/pacman/pkg/perl-http-message-6.27-1.0-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package)
```
It seems that this file is corrupted in the package index.
Last edited by dta (2021-04-24 07:16:15)
Offline
Your key file is outdated. In fact, if that's the package you're trying to install indicates your package index is out of date too. Do a pacman -Syu first (or combine the two with a pacman -Syu arp-scan)
Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.
Offline
Thanks. That fixed it.
Offline