首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >GEGL版本太旧了吗?

GEGL版本太旧了吗?
EN

Ask Ubuntu用户
提问于 2020-05-29 02:34:28
回答 6查看 8.1K关注 0票数 13

我得到GEGL版本太老的错误,在更新到Ubuntu20.04后打开GIMP。完全错误是

代码语言:javascript
复制
GEGL version too old!

GIMP requires GEGL version 0.4.22 or later.
Installed GEGL version is 0.4.18.

Somehow you or your software packager managed
to install GIMP with an older GEGL version.

Please upgrade to GEGL version 0.4.22 or later.

但是我检查了我安装的gegl版本,它是0.4.22-3。

我在这里已经描述过了,但不起作用。

救命啊!我不能使用GIMP。

这是/etc/apt/sources.list .列表文件

代码语言:javascript
复制
# deb cdrom:[Ubuntu 19.10 _Eoan Ermine_ - Release amd64 (20191017)]/ eoan main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ focal main restricted universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://in.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu eoan partner
# deb-src http://archive.canonical.com/ubuntu eoan partner

deb http://security.ubuntu.com/ubuntu focal-security main restricted universe
# deb-src http://security.ubuntu.com/ubuntu eoan-security main restricted
# deb-src http://security.ubuntu.com/ubuntu eoan-security universe
# deb-src http://security.ubuntu.com/ubuntu eoan-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
EN

回答 6

Ask Ubuntu用户

发布于 2020-07-27 01:57:39

我在Ubuntu伙伴20.04上也有同样的问题。

解决办法如下。奥托-凯塞尔古拉什存储库被贬值,不再维护.它必须是已替换

代码语言:javascript
复制
sudo apt install ppa-purge
sudo ppa-purge ppa:otto-kesselgulasch/gimp
sudo add-apt-repository ppa:ubuntuhandbook1/gimp
sudo apt update && sudo apt upgrade

如果这不起作用,您可能需要重新安装GIMP。

代码语言:javascript
复制
sudo apt install gimp gimp-gmic

这对我有用。

你也可能需要做

代码语言:javascript
复制
sudo apt autoremove

代码语言:javascript
复制
sudo apt update && sudo apt upgrade

对于多个周期,直到满足所有依赖关系并删除未使用的依赖关系为止。

试着安装GEGL对我没什么帮助。我删除/清除了GIMP (和GEGL 0.4.22 -它是正确安装的!)如上文所述,多次没有结果。然而,从一开始就做这个例程在我的第二台机器上第一次起作用了!

感谢Ubuntu手册托管存储库。

票数 17
EN

Ask Ubuntu用户

发布于 2020-07-24 06:53:56

我也有同样的问题。你可以通过用

代码语言:javascript
复制
sudo apt remove --auto-remove gimp

这也消除了gimp包的剩余依赖项,从而消除了libgegl和旧版本依赖项的所有版本。

然后重新安装gimp

代码语言:javascript
复制
sudo apt install gimp

这将安装gimp所需依赖项的最新版本。

票数 11
EN

Ask Ubuntu用户

发布于 2020-10-26 17:26:11

代码语言:javascript
复制
sudo apt purge gimp
sudo apt purge libgegl-0.4-0
sudo apt install gimp

为我工作过。

票数 7
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1244737

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档