Skip to content
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

Can't install on ubuntu 24.04 #3675

Open
jibon0070 opened this issue May 3, 2024 · 2 comments
Open

Can't install on ubuntu 24.04 #3675

jibon0070 opened this issue May 3, 2024 · 2 comments
Labels
blocked Waiting for external dependencies to resolve dependencies Pull requests that update a dependency file distribution Something related to the packaged binaries, app-images and installers os:linux The Linux platform

Comments

@jibon0070
Copy link

jibon0070 commented May 3, 2024

when we try to run command

sudo dpkg -i git-butler_0.11.5_amd64.deb

It throws an error saying

dpkg: dependency problems prevent configuration of git-butler:
 git-butler depends on libwebkit2gtk-4.0-37; however:
  Package libwebkit2gtk-4.0-37 is not installed.

but in ubuntu 24.04 it's not possible to use libwebkit2gtk-4.0-37;
in ubuntu 24.04 libwebkit2gtk-4.1-0 installed by default

please help we are addicted to both ubuntu 24.04 and gitbutler

@Qix-
Copy link
Contributor

Qix- commented May 6, 2024

Hey there, sorry you're hitting this. I'm not sure what the workaround for this is at the present moment; we don't control those dependencies, those are all handled by the Tauri project.

It looks like tauri-apps/tauri#9662 is reporting it already. Sorry you're hitting it!

I'll subscribe there myself, and if there's any action we can take with e.g. our confs or something I'll do so and push out a fix pronto.

Thanks for the issue :)

@Qix- Qix- added dependencies Pull requests that update a dependency file os:linux The Linux platform distribution Something related to the packaged binaries, app-images and installers blocked Waiting for external dependencies to resolve labels May 6, 2024
@jibon0070
Copy link
Author

jibon0070 commented May 10, 2024

Found a work around

add deb http://gb.archive.ubuntu.com/ubuntu jammy main line to /etc/apt/sources.list file. then

sudo apt update
sudo apt install libwebkit2gtk-4.0-37

finally

sudo dpkg -i git-butler_0.11.7_amd64.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Waiting for external dependencies to resolve dependencies Pull requests that update a dependency file distribution Something related to the packaged binaries, app-images and installers os:linux The Linux platform
Projects
None yet
Development

No branches or pull requests

2 participants