Flatpak安装Gimp题记考
Tofloor
poster avatar
geisj
deepin
2018-05-01 17:41
Author
商店的Gimp版本为2.8?有些落后
去官网看了下,是按Flatpak格式发行。
参考了该格式的一些资料。

敲定了jingle的blog:http://ijingle.cc/2018/02/05/install-flatpak/

以下是我的terminal实操:
flatpak -user install org.gimp.GIMP.flatpakref
error: Unknown option -user
tao@tao-PC:~/Downloads$ flatpak install org.gimp.GIMP.flatpakref
This application depends on runtimes from:
  https://dl.flathub.org/repo/
Configure this as new remote 'flathub' [y/n]: y
Installing: org.gimp.GIMP/x86_64/stable
Required runtime for org.gimp.GIMP/x86_64/stable (org.gnome.Platform/x86_64/3.28) is not installed, searching...
Found in remote flathub, do you want to install it? [y/n]: y
Installing: org.gnome.Platform/x86_64/3.28 from flathub
[####################] 10 delta parts, 73 loose fetched; 211318 KiB transferred in 97 seconds
Installing: org.freedesktop.Platform.VAAPI.Intel/x86_64/1.6 from flathub
[####################] 1 delta parts, 2 loose fetched; 2621 KiB transferred in 6 seconds
Installing: org.freedesktop.Platform.ffmpeg/x86_64/1.6 from flathub
[####################] 1 delta parts, 2 loose fetched; 2649 KiB transferred in 7 seconds
Installing: org.gnome.Platform.Locale/x86_64/3.28 from flathub
[####################] 5 delta parts, 120 loose fetched; 95011 KiB transferred in 56 seconds
Installing: org.gimp.GIMP/x86_64/stable from flathub
[####################] 3 delta parts, 12 loose fetched; 49746 KiB transferred in 26 seconds
Installing: org.gimp.GIMP.Locale/x86_64/stable from flathub
[####################] 2 delta parts, 1 loose fetched; 7117 KiB transferred in 8 seconds
tao@tao-PC:~/Downloads$


在第一步的时候我应该是对命令有误解,应该直接执行flatpak install的
请各位不吝指教
Reply Favorite View the author
All Replies
avatar
lxflhy
deepin
2018-05-01 17:58
#1
我是直接在官网下载安装的,用终端:
flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
Reply View the author
avatar
JJRDC
deepin
2018-05-01 18:25
#2
从镜像下载.flatpak文件包,直接本地安装的, flatpak install [OPTION...] [--bundle] FILENAME
Reply View the author
avatar
liuguangjingshang
deepin
2018-05-01 18:38
#3
依赖安装这么一气呵成我也是羡慕,我的网下着下着就断,挂了酸酸乳都不得行,下了一下午才把依赖装上去
Reply View the author
avatar
RedPanda
deepin
2018-05-01 20:13
#4
我按照网站上给的命令,终端直接下载安装到完成,没有遇到任何问题。。。
Reply View the author
avatar
qq1015576210
deepin
2018-05-01 20:20
#5
appimage格式的更方便
Reply View the author
avatar
Ligocut光剪视频剪辑软件
deepin
Backbone of ecological co-construction group
2018-05-02 01:34
#6
https://bbs.deepin.org/post/155895
appimage格式的更方便

貌似听说它兼容性不好,假如flathub国内有高速源的话基本上就很棒了
Reply View the author
avatar
HarryZhao
deepin
2018-05-02 07:26
#7
2.10发布当天用flatpak安装后是2.8版,今天升级了一下,2.10了。命令就是flatpak install,没加参数
Reply View the author
avatar
deii
deepin
2018-05-03 05:39
#8
下载官方的flatpak压缩包后,直接使用flatpak install命令吗?不用解压吗?
Reply View the author
Comments
geisj
2018-05-05 05:19
你怕是对格式混淆了,这不是以往的压缩包安装
avatar
geisj
deepin
2018-05-05 05:18
#9
https://bbs.deepin.org/post/155895
appimage格式的更方便

有意思,我试试去
Reply View the author
avatar
yang233
deepin
2018-07-20 17:56
#10
我安装的速度很慢很慢,你们的呢?
Reply View the author
avatar
cgp
deepin
2018-07-20 18:45
#11
appimage格式相当于Windows中的exe。直接双击运行,不需要任何依赖。flatpak比较适合使用频率高的软件。像这种不是经常用,偶尔需要时用一下的软件,用appimage格式更方便
Reply View the author
avatar
zhaozhendong
deepin
2018-07-20 22:17
#12
https://bbs.deepin.org/post/155895
我是直接在官网下载安装的,用终端:
flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP. ...

能输入中文吗
Reply View the author
avatar
何来
deepin
2018-07-21 01:05
#13
本帖最后由 d-d-d-d-d 于 2018-7-20 18:05 编辑

我这样装不知道是对是错?求教。-----------------------------好了,能用了。启动比商店那个2.8的快了许多,尤其是退出之后的第二次启动,商店里的在退出来之后再次启动要20几秒,现在新版的没有出现这个问题。
Reply View the author
avatar
ritter
deepin
2018-07-21 01:11
#14
flatpak本身不大,但是不统一,基本上每个flatpak都要装一个不同的runtime,就算是同一个runtime,不同的版本还不行,一个runtime大概500M,这就大了。如果能把runtime统一了,flatpak大有前途。
Reply View the author
avatar
何来
deepin
2018-07-21 02:31
#15
2#正解,我刚安装好了。
Reply View the author