请问gimp的help文件怎么安装
Tofloor
poster avatar
183******49
deepin
2020-09-03 17:55
Author
商店提供的gimp没有help文件,我自己又不会安装
Reply Favorite View the author
All Replies
avatar
Ziggy
deepin
2020-09-03 18:24
#1
发一下文件看看
Reply View the author
avatar
183******49
deepin
2020-09-12 23:07
#2
本帖最后由 shuihuo 于 2020-9-12 16:06 编辑

我没有那个文件就是gimp的帮助点击会告诉你没有安装,这些东西我也不知道怎么安装这些不完整的东西
Reply View the author
avatar
Ziggy
deepin
2020-09-13 00:07
#3
https://bbs.deepin.org/post/201242
我没有那个文件就是gimp的帮助点击会告诉你没有安装,这些东西我也不知道怎么安装这些不完整的东西 ...

apt search gimp,看看有没有语言包之类的
Reply View the author
avatar
SamLukeYes
deepin
2020-09-13 00:09
#4
新立得搜一下 gimp
Reply View the author
avatar
wanzhendema
deepin
2020-09-13 00:27
#5
其他国家的都有就是没有中文的。
Reply View the author
avatar
183******49
deepin
2020-09-13 01:03
#6
https://bbs.deepin.org/post/201242
apt search gimp,看看有没有语言包之类的

搜索后又怎么办
Reply View the author
avatar
Ziggy
deepin
2020-09-13 01:06
#7

看到对应的语言包就安装那个
Reply View the author
avatar
haohu1193
deepin
2020-09-13 01:10
#8

看过了没有简体中文...
Reply View the author
avatar
183******49
deepin
2020-09-13 01:13
#9
本帖最后由 shuihuo 于 2020-9-12 17:14 编辑
https://bbs.deepin.org/post/201242
看到对应的语言包就安装那个

主要是我不会安装我看好了这个
gimp-help-en/未知,未知 2.8.2-1 all
  Documentation for the GIMP (English)



Reply View the author
avatar
Ziggy
deepin
2020-09-13 01:20
#10
https://bbs.deepin.org/post/201242
主要是我不会安装我看好了这个
gimp-help-en/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Engli ...

sudo apt install gimp-help-en
Reply View the author
avatar
183******49
deepin
2020-09-13 01:28
#11
本帖最后由 shuihuo 于 2020-9-12 17:30 编辑
https://bbs.deepin.org/post/201242
sudo apt install gimp-help-en

谢谢!我基本懂了就是用apt search XX搜索查找需要的组件
用sudo apt install XX详细名字 安装需要的组件另外在uos上面也可以这样用吗?

Reply View the author
avatar
183******49
deepin
2020-09-13 01:32
#12
https://bbs.deepin.org/post/201242
看过了没有简体中文...

就安装英语的然后用谷歌浏览器翻译,因为google浏览器翻译还算是比较快的,比gimp在线文档要快
Reply View the author
avatar
Ziggy
deepin
2020-09-13 01:33
#13
https://bbs.deepin.org/post/201242
谢谢!我基本懂了就是用apt search XX搜索查找需要的组件
用sudo apt install XX详细名字 安装需要的组件 ...

只要是用debian软件包都通用的,其他不同软件包发行版只是具体语法不同,很多基本命令还是通用的
Reply View the author
avatar
183******49
deepin
2020-09-13 01:33
#14
https://bbs.deepin.org/post/201242
其他国家的都有就是没有中文的。

就安装英语的然后用谷歌浏览器翻译,因为google浏览器翻译还算是比较快的,比gimp在线文档要快
Reply View the author
avatar
haohu1193
deepin
2020-09-13 01:38
#15
https://bbs.deepin.org/post/201242
就安装英语的然后用谷歌浏览器翻译,因为google浏览器翻译还算是比较快的,比gimp在线文档要快 ...

搜索包含关键字: gimp-help-* 的所有文件...

apt search gimp-help-*

正在排序... 完成
全文搜索... 完成  
gimp-help-ca/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Catalan)

gimp-help-common/未知,未知 2.8.2-1 all
  Data files for the GIMP documentation

gimp-help-de/未知,未知 2.8.2-1 all
  Documentation for the GIMP (German)

gimp-help-el/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Greek)

gimp-help-en/未知,未知 2.8.2-1 all
  Documentation for the GIMP (English)

gimp-help-es/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Spanish)

gimp-help-fr/未知,未知 2.8.2-1 all
  Documentation for the GIMP (French)

gimp-help-it/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Italian)

gimp-help-ja/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Japanese)

gimp-help-ko/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Korean)

gimp-help-nl/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Dutch)

gimp-help-nn/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Norwegian)

gimp-help-pt/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Portuguese)

gimp-help-ru/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Russian)

gimp-help-sl/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Slovenian)

gimp-help-sv/未知,未知 2.8.2-1 all
  Documentation for the GIMP (Swedish)

安装英文help:

sudo apt install gimp-help-en

Reply View the author