Arm*_*han 4 kde inkscape plasma-5 poppler 19.04
我正在尝试从 Discover(KDE 等离子商店)在 Ubuntu 19.04 上安装 InkScape,但它显示错误:
Dependencies resolution failed
Run Code Online (Sandbox Code Playgroud)
我尝试从 PPA 安装它
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt install inkscape -y
Run Code Online (Sandbox Code Playgroud)
但它仍然显示未满足的依赖项。未满足此包或依赖项。
The following packages have unmet dependencies:
inkscape : Depends: libpoppler82 (>= 0.71.0) but it is not installable
Recommends: python-uniconvertor but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
如何安装它,我找不到任何解决方案。任何帮助将不胜感激。
无论是disco库和PPA提供当前版本0.92.4。
所以你不需要ppa,删除它:
sudo add-apt-repository -r ppa:inkscape.dev/stable
Run Code Online (Sandbox Code Playgroud)
然后更新您的存储库:
sudo apt update
Run Code Online (Sandbox Code Playgroud)
并修复一些潜在的依赖问题(可能不需要,但运行总是安全的):
sudo apt install -f
Run Code Online (Sandbox Code Playgroud)
然后安装inkscape:
sudo apt install inkscape
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1653 次 |
| 最近记录: |