pot-app / pot-desktop

🌈一个跨平台的划词翻译和OCR软件 | A cross-platform software for text translation and recognition.
https://pot-app.com
GNU General Public License v3.0
9.17k stars 418 forks source link

[BUG]: Cannot install on Ubuntu #794

Open Alimjoo opened 2 months ago

Alimjoo commented 2 months ago

Description

The following packages have unmet dependencies: pot : Depends: libwebkit2gtk-4.0-37 but it is not installable E: Unable to correct problems, you have held broken packages.

Reproduction

I have installed libwebkit2gtk-4.1, that is the only one that available in apt package manager, how to solve this problem

Platform

Linux

System Version

Ubunru 24

Window System (Linux Only)

None

Software Version

2.7.10

Log File

$ sudo apt install ./pot_2.7.10_amd64.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'pot' instead of './pot_2.7.10_amd64.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:

The following packages have unmet dependencies: pot : Depends: libwebkit2gtk-4.0-37 but it is not installable E: Unable to correct problems, you have held broken packages.

Additional Information

No response

xtyuns commented 1 month ago

It is not a bug of this repository , and here are some reference information: https://github.com/tauri-apps/tauri/issues/9662

xtyuns commented 1 month ago

手动安装方法:

wget http://archive.ubuntu.com/ubuntu/pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.44.2-0ubuntu0.22.04.1_amd64.deb http://archive.ubuntu.com/ubuntu/pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.44.2-0ubuntu0.22.04.1_amd64.deb
sudo dpkg -i libwebkit2gtk-4.0-37_2.44.2-0ubuntu0.22.04.1_amd64.deb libjavascriptcoregtk-4.0-18_2.44.2-0ubuntu0.22.04.1_amd64.deb
rm libwebkit2gtk-4.0-37_2.44.2-0ubuntu0.22.04.1_amd64.deb libjavascriptcoregtk-4.0-18_2.44.2-0ubuntu0.22.04.1_amd64.deb

相关软件包信息: https://pkgs.org/download/libwebkit2gtk-4.0-37 https://pkgs.org/download/libjavascriptcoregtk-4.0-18