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

默认情况下,debian的GNOME来自Evolution 3.12。 我想升级到最新版本3.18。

我下载源码包并继续进行

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

#解压
tar xf * .tar.xz

#开始设置
。/configuration

它给出了一个错误信息,这表明我有一个包版本错误。

... 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 

我怎么能解决这个问题?