终端两行代码 安装最新版linux 版PS 软件 Gimp(2.10.18)
Tofloor
poster avatar
solo880
deepin
2020-03-05 04:54
Author
在终端输入以下两行代码,不用担心任何链接及支持库问题:
# sudo apt-get install flatpak    ”安装flatpak支持 如果已经安装过就可以忽略
# flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref  “安装Gimp新版
等运行完 就安GIMP 2.10.18就安装好了





Reply Favorite View the author
All Replies
avatar
archlte
deepin
2020-03-05 05:57
#1
其实我 更推荐 krita
Reply View the author
avatar
jianguo922
deepin
2020-03-05 06:05
#2
谢谢分享            
Reply View the author
avatar
liulangdedao
deepin
2020-03-05 06:22
#3
用Linux年头也不少了,GIMP讲真我到现在都没有学会怎么用,实在逼得没办法,我都是用krita,再不行上win7用ps,gimp易用性等方面还是差一些的。
Reply View the author
avatar
lookfor
deepin
2020-03-05 07:21
#4
缺了一步
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Reply View the author
avatar
lookfor
deepin
2020-03-05 07:22
#5
现在应该使用 apt,不推荐 apt-get
Reply View the author
avatar
lenke
deepin
2020-03-05 07:29
#6
lookfor 发表于 2020-3-4 23:21
缺了一步
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrep ...

用楼主命令,这一步是不需要的。
下一楼,aptitude比apt又强一步,尤其是依赖关心不满足时
Reply View the author