goaccess: apt update error for goaccess Ubuntu arm64
I recently installed goaccess arm64 on Ubuntu 20.04.1 using the distro specific instructions here (so it installs a newer version than what is in the official repo). This worked fine, and subsequent apt update
commands completed execution without errors, but today I noticed this when running apt update
:
Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://deb.goaccess.io focal InRelease' doesn't support architecture 'arm64'
/etc/apt/sources.list.d/goaccess.list:
deb https://deb.goaccess.io/ focal main
For the time being, I’ve just commented out that line, but I thought I would mention it as I didn’t see an issue here for it.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (14 by maintainers)
@alqu I’ll need to revisit this as bullseye arm64 was segfaulting under qemu when running apt-get update. Let me check again and will post back.
Hello @allinurl
Can be use Docker or LXC container emulate ARM64 for that. Or full virtualization with QEmu. It is similar a vagrand. This is no so hard setup.