-
Notifications
You must be signed in to change notification settings - Fork 526
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
Could not install on ubuntu 2024 #4914
Comments
I've also checked this blog post on tauri blog and did what said there, but also it's not working |
this issue also closed but this is true for my case and it's not been resolved |
Thanks a lot for reporting, and for not giving up in getting the installation to work! @ndom91 also works on Linux and might have an idea as to what might be happening here. |
Hey yeah thanks for reaching out. Unfortunately Ubuntu 24.04 no longer provides Tauri v1 applications, like ours, require I see in your synaptics screenshot you've only installed There is a pinned issue in the Tauri repository which talks about this specific issue if you want some more info. Long story short, you'll have to install |
@emadbaqeri Glad to hear the appimage works for you! Regarding a Tauri v2 update - we were about to pull the trigger on that upgrade last week actually (PR), but it turns out that the tauri updater plugin changed the way the name of the binary is generated. This is an issue when updating from v1 to v2 on MacOS, for example, because the app will refuse to finish the upgrade process and launch a binary that is of a different name than the one that's currently running (itself), more details here: gitbutlerapp/tauri#1 EDIT: Latest update seems to be that someone from the Tauri team is looking into it, so hopefully we can continue with the v2 upgrade soon 🤞 (Source) |
We've merged the Tauri v2 upgrade and would love it if you cuold give the latest nightly a try to let us know if this issue is still present for you. Should be |
|
Same here, the |
Okay great, thanks for confirming folks! I'll close this issue as we've seemingly nailed down the underlying issue and upgraded to Tauri v2. A quick summary for folks just catching up:
|
Hi, Ubuntu 24.10 not working
|
Looks like you're missing a dependency, You should be able to install it with |
Version
0.12.25
Operating System
Linux
Distribution Method
deb (Linux)
Describe the issue
I've downloaded the app
.deb
file on the fresh Ubuntu 24.04.1 LTS and want to install it usingsudo apt install ./git-butler_0.12.25_amd64.deb
but I end up with this output from the command:How to reproduce
Download the
.deb
file and try installing it on Ubuntu 24.04.1 LTS x86_64 usingsudo apt install ./git-butler_0.12.25_amd64.deb
Expected behavior
I just want it to install normally as it should.
Relevant log output
The text was updated successfully, but these errors were encountered: