-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails with dpkg
error on fresh Ubuntu 24.04
#223
Comments
It seems to be an error with the lukasz@ubuntuvm:~/.local/share/omakub$ bash ./install.sh
Get ready to make a few choices...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'gum:amd64' instead of './gum.deb'
The following NEW packages will be installed:
gum:amd64
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/4,525 kB of archives.
After this operation, 27.5 MB of additional disk space will be used.
Get:1 /tmp/gum.deb gum amd64 0.14.1 [4,525 kB]
dpkg: error processing archive /tmp/gum.deb (--unpack):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
/tmp/gum.deb
E: Sub-process /usr/bin/dpkg returned an error code (1) |
Omakub do not support arm64 chip. It's till in a development phase. see this pull request |
It is because mac m1's are arm64. I wanted to try it on my raspi and did this PR. |
Yeah, we're not compatible with ARM chips just yet. The PR linked tracks progress on that. |
I recently installed Ubuntu 24.04 on a 2021 MacBook Pro running an M1 Pro chip. I'm running this setup on UTM and followed all instructions.
The installation fails with
Sub-process /usr/bin/dpkg returned an error code (1)
errorThe text was updated successfully, but these errors were encountered: