[星火商店]仓库刷新功能上线
Tofloor
poster avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 04:39
Author
http://dcstore.shenmo.tech:20006/
在此可以看到刷新状态

现在store.jerrywang.top的apt功能已经全面可用了,beta6会彻底步入正轨,应该会是正式版之前最后一个版本了
@abcfy123

感谢大佬


Reply Favorite View the author
All Replies
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 04:39
#1
Reply View the author
avatar
haohu1193
deepin
2020-07-11 05:07
#2
这才几天的功夫,都从beta3.1到beta6了...厉害...加油...
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 05:18
#3
haohu1193 发表于 2020-7-10 21:07
这才几天的功夫,都从beta3.1到beta6了...厉害...加油...

6还没发呢
我就是个组织者,干活的牛人才是项目的发动机
记得给他们棒棒糖哦~
Reply View the author
avatar
haohu1193
deepin
2020-07-11 05:26
#4
https://bbs.deepin.org/post/196979
6还没发呢
我就是个组织者,干活的牛人才是项目的发动机
记得给他们棒棒糖哦~ ...

哈哈...辛苦了各位...
Reply View the author
avatar
panasony
deepin
2020-07-11 06:01
#5
大佬们辛苦了
Reply View the author
avatar
panasony
deepin
2020-07-11 06:02
#6
大佬们辛苦了,支持支持
Reply View the author
avatar
走钢丝
deepin
2020-07-11 06:14
#7
666 等正式版
Reply View the author
avatar
Feng Yu
deepin
2020-07-11 06:51
#8
这次没问题了,apt download正常
Reply View the author
avatar
haohu1193
deepin
2020-07-11 06:59
#9
https://bbs.deepin.org/post/196979
这次没问题了,apt download正常

Reply View the author
avatar
Feng Yu
deepin
2020-07-11 07:04
#10
另外仓库刷新软件源的时候不会添加gpg key,导致第一次使用的时候会报错NO_PUBLICKEY,我看仓库下已经有gpg指纹了,我是手动把那个gpg添加到apt-key的,建议自动化。
  1. curl -s http://dcstore.shenmo.tech/dcs-repo.gpg-key.asc | sudo apt-key add -
Copy the Code


Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 07:54
#11
https://bbs.deepin.org/post/196979
另外仓库刷新软件源的时候不会添加gpg key,导致第一次使用的时候会报错NO_PUBLICKEY,我看仓库下已经有gpg ...

社区商店客户端deb包的postinst是有这个的。。。。。。。
Reply View the author
avatar
Feng Yu
deepin
2020-07-11 07:55
#12
另外发现debian官方仓库其实是有libapt这个包的: https://packages.debian.org/sear ... keywords=libapt

这样一来理论上这个商店可以不需要调用任何外部的cli程序,全部使用c++的类库就可以解决了
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 08:07
#13
https://bbs.deepin.org/post/196979
另外发现debian官方仓库其实是有libapt这个包的: https://packages.debian.org/search?suite=default§i ...

这个东西百度不到用法
Reply View the author
avatar
Feng Yu
deepin
2020-07-11 08:39
#14
本帖最后由 abcfy2 于 2020-7-11 00:50 编辑
https://bbs.deepin.org/post/196979
这个东西百度不到用法

这种东西就别指望百度了,浪费时间。google分分钟解决问题。

安装libapt-pkg-doc这个包,会释放类库的帮助文档,在/usr/share/doc/libapt-pkg-doc/html/index.xhtml

stackoverflow也有一些参考: https://stackoverflow.com/questi ... ackages-and-get-the
头文件在libapt-pkg-dev这个包中,扫了下这些头文件,连install-progress都有,这样理论上你可以在界面上实现安装进度条之类的效果

另外发现KDE搞了个 libqapt  https://github.com/KDE/libqapt,项目介绍说是libapt-pkg的Qt包装,没细看它实现的头文件,直觉感觉应该是更容易跟Qt集成

而libqapt-dev这个包在debian中也是存在的
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 14:45
#15
abcfy2 发表于 2020-7-11 00:39
这种东西就别指望百度了,浪费时间。google分分钟解决问题。

安装libapt-pkg-doc这个包,会释放类库的帮 ...

https://bbs.deepin.org/user/90159
解决办法有了
Reply View the author
avatar
深圳市耀影科技有限公司
deepin
2020-07-13 02:32
#16
星火商店是什么鬼?  ??????????????????哪里下载?第三方应用商店????
Reply View the author
avatar
SamLukeYes
deepin
2020-07-13 02:37
#17
https://bbs.deepin.org/post/196979
星火商店是什么鬼?  ??????????????????哪里下载?第三方应用商店???? ...

https://gitee.com/deepin-community-store
Reply View the author