如何在Ubuntu 14.04/15.10上安装/卸载gimp 2.8.16
时间:2020-03-05 15:32:37 来源:igfitidea点击:
GIMP是GNU镜像操纵程序的首字母缩写。
它是一个可用于GNU/Linux,Mac OS X,Windows等的免费和开源的跨平台镜像编辑器。
它通常被称为Adobe Photoshop的免费替代品。
它是一个高度通用的工具,它可以用于各种目的,如基本绘图程序,高质量的镜像操纵,修饰,恢复镜像等。
GIMP最近庆祝了它的20岁生日,并在同一天庆祝了2.8.16版本的发布。
GIMP配有各种功能,包括图层,掩码,过滤器和特殊效果。
在本教程中,我们将学习如何在Ubuntu 14.04和15.10版本上安装和卸载GIMP 2.8.16.
安装gimp.
我们可以使用Thorsten Stettin的PPA存储库在Ubuntu(> = 12.04)中安装最新的稳定版本的GIMP。
使用以下命令:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
以下是我们在设置Repo时看到的示例输出。
root@li1254-59:~# sudo add-apt-repository ppa:otto-kesselgulasch/gimp This PPA is for Ubuntu >=12.04 and Linux Mint >=13 Installing: open a terminal and type: sudo add-apt-repository ppa:otto-kesselgulasch/gimp sudo apt-get update sudo apt-get install gimp Removing: open a terminal and type: sudo apt-get install ppa-purge sudo ppa-purge ppa:otto-kesselgulasch/gimp Many thanks to David Tschumperlé for his masterpiece called G'MIC. http://gmic.eu/ Look for the gmic packages! We should not forget the Gimp crew! http://www.gimp.org/ And many, many thanks to http://siduction.org. They helped me on my first steps making the Gimp packages. I promise as long as I live this PPA will never die and the most recent packages will for ever be. ;-) Regards Otto Meier If you had a really problem: Skype: thorsten.stettin G+: https://plus.google.com/u/0/117581776478455814502/posts FB: https://www.facebook.com/otto06217 Some stats: http://kesselgulasch.org/ppastats/gimp/ More info: https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmp9q_ycgws/secring.gpg' created gpg: keyring `/tmp/tmp9q_ycgws/pubring.gpg' created gpg: requesting key 614C4B38 from hkp server keyserver.ubuntu.com gpg: /tmp/tmp9q_ycgws/trustdb.gpg: trustdb created gpg: key 614C4B38: public key "Launchpad otto06217" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK
在此之后,我们可以使用命令行或者启动软件更新程序安装最新版本。
要使用命令行进行安装,请执行以下命令:
sudo apt-get update sudo apt-get install gimp
如果要使用GUI安装,请启动软件更新程序。
启动后,将GIMP列为其中一个软件,如果有的话。
继续,然后按"立即安装"按钮完成安装。
安装完成后,交叉检查使用"GIMP -V"命令安装的GIMP版本。
root@li1254-59:~# gimp -v GNU Image Manipulation Program version 2.8.16 git-describe: GIMP_2_8_14-268-g3152b6e
现在,通过在命令行中键入"gimp"或者通过启动应用程序来启动程序。
启动应用程序后,我们会看到以下窗口,我们可以开始使用gimp开始:
卸载
如果出于某种原因,我们希望从系统中删除GIMP,请执行以下命令:
sudo apt-get install ppa-purge sudo ppa-purge ppa:otto-kesselgulasch/gimp