我在我的 Ubuntu 15.10 上安装了 gimp 2.9.3,但我发现这个版本的 Gimp 有一些错误,比如 Cage Transform 工具。
我用谷歌搜索了这个问题,过了一会儿我决定卸载 Gimp 2.9.3。并安装 Gimp 2.8,因为它没有这个错误。
我尝试通过以下命令安装 Gimp 2.8:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp
Run Code Online (Sandbox Code Playgroud)
但是这个命令安装了我最新版本的 Gimp。
如何安装 Gimp 2.8?
当我输入apt-cache policy gimp:
gimp:
Insta?lat: (cap)
Candidat: 2.9.3~5-0w1~ppa
Taula de versió:
2.9.3~5-0w1~ppa 0
500 http://ppa.launchpad.net/otto-kesselgulasch/gimp-edge/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status
2.8.14-1ubuntu2 0
500 http://es.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
Run Code Online (Sandbox Code Playgroud)
当我输入grep -r '^[^#]*ppa' /etc/apt/*:
/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-edge-wily.list:deb http://ppa.launchpad.net/otto-kesselgulasch/gimp-edge/ubuntu wily main
/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-edge-wily.list.save:deb http://ppa.launchpad.net/otto-kesselgulasch/gimp-edge/ubuntu wily main
/etc/apt/sources.list.d/chris-lea-ubuntu-node_js-vivid.list.distUpgrade:deb http://ppa.launchpad.net/chris-lea/node.js/ubuntu vivid …Run Code Online (Sandbox Code Playgroud)