想自己升级gimp,但是不知道哪里出了错。
Tofloor
poster avatar
星罗秋旻
deepin
2018-08-19 00:44
Author
安装时输入:
hm@hm-PC:~$ flatpak install /media/hm/本地磁盘/应用软件linux/gimp/gimp-2.10.0-RC2-x86_64.flatpak

运行后提示:
Required runtime for org.gimp.GIMP/x86_64/dev (org.gnome.Platform/x86_64/3.28) is not installed, searching...
The required runtime org.gnome.Platform/x86_64/3.28 was not found in a configured remote.
error: The Application org.gimp.GIMP/x86_64/dev requires the runtime org.gnome.Platform/x86_64/3.28 which is not installed

请教各位前辈,我这种做法是哪里错了?
Reply Favorite View the author
All Replies
avatar
mingy
deepin
2018-08-19 01:04
#1
提示得很清楚啊,没有装runtime要你先安装runtime  org.gnome.Platform/x86_64/3.28
Reply View the author
avatar
星罗秋旻
deepin
2018-08-19 02:08
#2
https://bbs.deepin.org/post/167238
提示得很清楚啊,没有装runtime要你先安装runtime  org.gnome.Platform/x86_64/3.28

是不是在终端中运行:runtime  org.gnome.Platform/x86_64/3.28
Reply View the author
avatar
mingy
deepin
2018-08-19 03:09
#3
https://bbs.deepin.org/post/167238
是不是在终端中运行:runtime  org.gnome.Platform/x86_64/3.28

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

flatpak install flathub org.gnome.Platform//3.28
Reply View the author
avatar
mingy
deepin
2018-08-19 03:10
#4
https://blog.csdn.net/beyond_zhangna/article/details/78335747

你可以看一下这里对flatpak的介绍
Reply View the author