我希望在我的 Xubuntu 15.04 机器(64 位)上安装最新版本的 Evince(3.18),该机器附带安装了 v. 3.14.2。
我尝试按照 Evince 的说明进行操作网页,使用 jhbuild,但没有成功
关于如何做到这一点有什么想法吗?
答案1
您必须添加 PPA ppa:gnome3-team/gnome3-staging
。
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
然后发出
sudo apt update
sudo apt install evince
细节这里。
但要小心!这可能会破坏你的系统。我的系统差点就被这样破坏了。