求gnome的runtime和SDK的下载地址!我想本地下载安装flatpak
Tofloor
poster avatar
deii
deepin
2018-08-01 06:42
Author
deii@deii-PC:~$ flatpak install flathub org.kde.krita
Required runtime for org.kde.krita/x86_64/stable (org.kde.Platform/x86_64/5.10) is not installed, searching...
Found in remote flathub, do you want to install it? [y/n]: y
Installing: org.kde.Platform/x86_64/5.10 from flathub 想安装flatpak版的应用,安装runtime和SDK总是失败,总是提示有I/O这个词,所以我想离线下载,可runtime和SDK的下载地址我找不到,所以特地来论坛求助!还有下载失败跟不跟我将deepin安装在移动硬盘有关?!电脑的三个usb口都被占了
Reply Favorite View the author
All Replies
avatar
billy123456
deepin
2018-08-01 06:55
#1
是连接到服务器就有问题,跟硬盘没啥关系
Reply View the author
avatar
jianguo922
deepin
2018-08-01 07:08
#2
路过看看,帮忙顶一下
Reply View the author
avatar
whoam1
deepin
2018-08-01 07:12
#3
连接超时了。。。
Reply View the author
avatar
WENWEN
deepin
2018-08-01 16:35
#4
仓库就有的
Reply View the author
avatar
deii
deepin
2018-08-01 19:42
#5
sored520 发表于 2018-8-1 08:35
仓库就有的

是在哪个仓库找啊?!我想先下载runtime和SDK,在本地安装runtime和SDK
Reply View the author
avatar
WENWEN
deepin
2018-08-02 06:04
#6
deii 发表于 2018-8-1 11:42
是在哪个仓库找啊?!我想先下载runtime和SDK,在本地安装runtime和SDK

deepin的仓库 search 下runtime
Reply View the author
avatar
deii
deepin
2018-08-02 06:41
#7
本帖最后由 deii 于 2018-8-1 22:42 编辑
https://bbs.deepin.org/post/166773
deepin的仓库 search 下runtime

能否给个下载地址?
Reply View the author
Comments
gov360
2019-11-24 21:16
2.安装Deepin的platform、sdk

在终端中运行下面的命令:
gov360
2019-11-24 21:09
sudo apt install deepin-fprt-com.deepin.platform-15.5 deepin-fprt-com.deepin.sdk-15.5
avatar
WENWEN
deepin
2018-08-02 16:52
#8
Reply View the author
avatar
deii
deepin
2018-08-02 16:58
#9
https://bbs.deepin.org/post/166773
http://packages.deepin.com/deepin/pool/main/d/deepin-fprt-com.deepin.runtime-15.5/

这里面有gnome3.28的runtime和SDK吗?我昨天下过,我是提取,发现没有我想要的东西,就删了!到底怎么弄啊?!
Reply View the author
avatar
WENWEN
deepin
2018-08-02 17:23
#10
deii 发表于 2018-8-2 08:58
这里面有gnome3.28的runtime和SDK吗?我昨天下过,我是提取,发现没有我想要的东西,就删了!到底怎么弄 ...

翻个墙下载吧
Reply View the author
avatar
deii
deepin
2018-08-02 18:40
#11

不好翻!无奈!
Reply View the author
avatar
NSFW
deepin
2019-11-24 21:14
#12
https://bbs.deepin.org/post/166773
http://packages.deepin.com/deepin/pool/main/d/deepin-fprt-com.deepin.runtime-15.5/
  1. {
  2.     "app-id": "org.flatpak.Hello",
  3.     "runtime": "com.deepin.Platform",
  4.     "runtime-version": "15.5.2",
  5.     "sdk": "com.deepin.Sdk",
  6.     "command": "hello.sh",
  7.     "modules": [
  8.         {
  9.             "name": "hello",
  10.             "buildsystem": "simple",
  11.             "build-commands": [
  12.                 "install -D hello.sh /app/bin/hello.sh"
  13.             ],
  14.             "sources": [
  15.                 {
  16.                     "type": "file",
  17.                     "path": "hello.sh"
  18.                 }
  19.             ]
  20.         }
  21.     ]
  22. }

Copy the Code
Reply View the author
avatar
LMVISION
deepin
2019-11-29 22:21
#13
不推荐本地安装,还是推荐在线安装,但是由于国外服务器原因,网络不畅,解决办法是使用命令行代理工具proxychains,安装proxychains后,配置一下/etc/proxychains4.cnf,里面最后加一行socks5 127.0.0.1,然后安装FQ软件,推荐electron-ssr,望山找一个节点,使用ProxyChains下载安装flatpak软件:
  1. proxychains flatpak install flathub org.kde.krita
Copy the Code
Reply View the author