You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using Ubuntu 24.10 and running the command from the zip release file returns the error:
$ ./CodeTimer-linux_x64
./CodeTimer-linux_x64: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
I also tried to install the deb package: but this also returns a similar error:
$ sudo apt install ./CodeTimer_1.0.14_x64.deb
[sudo] password for gabrieletassoni:
Note, selecting 'codetimer' instead of './CodeTimer_1.0.14_x64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
codetimer : Depends: libwebkit2gtk-4.0-37 but it is not installable
Error: Unable to correct problems, you have held broken packages.
Also checked the availability of the package in the repositories:
$ apt-cache search libwebkit2gtk
libwebkit2gtk-4.0-doc - WebKitGTK documentation (transitional dummy package)
libwebkit2gtk-4.1-0 - Web content engine library for GTK
libwebkit2gtk-4.1-dev - Web content engine library for GTK - development files
And the 4.0 version is not available anymore (in the system the 4.1 version is already installed:
$ dpkg -l libwebkit2gtk-4.1-0
ii libwebkit2gtk-4.1-0:amd64 2.46.5-0ubuntu0.24.10.1 amd64 Web content >
How to solve?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hi,
it works for installation, thank you for the workaround, I also removed the line from sources.list after installing the software.
Now I test it in day by day use.
Hi,
I'm using Ubuntu 24.10 and running the command from the zip release file returns the error:
$ ./CodeTimer-linux_x64 ./CodeTimer-linux_x64: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
I also tried to install the deb package: but this also returns a similar error:
Also checked the availability of the package in the repositories:
And the 4.0 version is not available anymore (in the system the 4.1 version is already installed:
$ dpkg -l libwebkit2gtk-4.1-0 ii libwebkit2gtk-4.1-0:amd64 2.46.5-0ubuntu0.24.10.1 amd64 Web content >
How to solve?
Thank you very much.
The text was updated successfully, but these errors were encountered: