如何在 Debian Gnome 中安装最新版本的 Evolution?

如何在 Debian Gnome 中安装最新版本的 Evolution?

默认情况下,debian gnome 附带 Evolution 3.12。我想升级到最新可用版本 3.18。

我下载了源码包并继续

# 下载源代码
wgethttps://download.gnome.org/sources/evolution/3.18/evolution-3.18.0.tar.xz

# 解压缩
tar xf *.tar.xz

# 开始设置
./configure

它给出一条错误消息,指出包版本存在错误。

...
configure: error: Package requirements (camel-1.2 >= 3.18.0
 libebook-1.2 >= 3.18.0
 libecal-1.2 >= 3.18.0
 libedataserver-1.2 >= 3.18.0
 libedataserverui-1.2 >= 3.18.0
 libebackend-1.2 >= 3.18.0) were not met:

 Requested 'camel-1.2 >= 3.18.0' but version of camel is 3.12.9
 Requested 'libebook-1.2 >= 3.18.0' but version of libebook is 3.12.9
 Requested 'libecal-1.2 >= 3.18.0' but version of libecal is 3.12.9
 Requested 'libedataserver-1.2 >= 3.18.0' but version of          libedataserver is 3.12.9
 No package 'libedataserverui-1.2' found
 Requested 'libebackend-1.2 >= 3.18.0' but version of libebackend is 3.12.9

我该如何解决这个问题?

答案1

在旧版 Linux 发行版上运行最新 Evolution 的最简单方法是使用 Flatpak:

https://wiki.gnome.org/Apps/Evolution/#Evolution_in_Flatpak

相关内容