Ubuntu apt安装 GIMP

2020-10-22  本文已影响0人  田丰w

安装/卸载命令

# 添加 GIMP PPA
#sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
# 安装gimp
sudo apt-get install gimp
# 启动gimp
gimp
# 安装插件
sudo apt-get install gimp-plugin-registry gimp-data-extras

# 卸载
sudo apt-get install ppa-purge
sudo ppa-purge ppa:otto-kesselgulasch/gimp

插件列表

GIMP Plugin Registry 包涵众多插件
插件参考https://blog.csdn.net/gatieme/

//刷子/调色板/渐变色的GIMP插件集
gimp-data-extras
//用于《GREYC魔术图像转换软件》的GIMP插件
gimp-gmic
//GIMP的打印插件
gimp-gutenprint
//GIMP的可选扩展库
gimp-plugin-registry
//用户空间虚拟文件系统-后端
gvfs-backends
//命令行工具,用于XCF文件的额外数据
xcftools
//gif动态图制作插件
gimp-gap
//制作德罗斯特效应插件
mathmap

有点用的安装日志

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

 Hi,

for personal reasons my PPA activities are dropped for the time being.
Sorry
Thorsten

This PPA is for Ubuntu >=18.04 and Linux Mint derivates

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: 

FB: https://www.facebook.com/otto06217



 更多信息: https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp
按 [ENTER] 继续或 Ctrl-c 取消安装。

参考

Ubuntu 安装gimp图片处理工具
GIMP官方帮助文档

上一篇下一篇

猜你喜欢

热点阅读