-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
[BUG]: Cannot install on Ubuntu #794
Comments
It is not a bug of this repository , and here are some reference information: tauri-apps/tauri#9662 |
手动安装方法: 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 相关软件包信息: |
我在安装这两个包的时候,会出现问题,报错如下: dpkg: error processing package libwebkit2gtk-4.0-37:amd64 (--install): dpkg: error processing package libjavascriptcoregtk-4.0-18:amd64 (--install): 我的系统版本是24.04, pot的版本是3.0.5,安装pot 的时候和楼主是一样的报错 The following packages have unmet dependencies: |
先执行以下命令安装缺失的依赖库 wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu70_70.1-2ubuntu1_amd64.deb
sudo dpkg -i libicu70_70.1-2ubuntu1_amd64.deb
rm libicu70_70.1-2ubuntu1_amd64.deb |
work!! :) |
这里还有另外一种懒人方法。大家要是不想安装依赖的话也可以参考一下。
然后
即可运行。或者也可以在图形化的文件夹中双击或者右键打开那个AppImage。 |
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
The text was updated successfully, but these errors were encountered: