Replies: 3 comments
-
AFAIK armv7 is 32-bit. You may need to install the aarch64 version |
Beta Was this translation helpful? Give feedback.
-
@CarterLi ... that fixed it. Can't thank you enough for the assistance. |
Beta Was this translation helpful? Give feedback.
-
Next time you should probably include information like what RPi and what OS you are using. RPi 2 B uses ARM Cortex-A7 which is ARMv7-A, or in other words 32-bit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the instructions and downloaded the v2.33.0 file (fastfetch-linux-armv71.deb). I then run this install command on my RPi running raspios bookworm:
sudo dpkg -i fastfetch-linux-armv71.deb
I originally received an error about libc6 but resolved it.
Now when I attempt to run fastfetch, I get this error "-bash: /usr/bin/fastfetch: cannot execute binary file: Exec format error"
Any ideas how to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions