华为笔记本的没有应用商店,github下载的应用商店怎么安装
Tofloor
poster avatar
wangsheng12044
deepin
2019-09-10 16:07
Author
华为笔记本的没有应用商店,github下载的应用商店怎么安装,安装不了 应用商店哪里下载
First, get submodules required by this repo:


git submodule update --init --recursive
git submodule update --remote





请大佬指导
Reply Favorite View the author
All Replies
avatar
魔法师
deepin
2019-09-10 16:47
#1
首先,github上的仓库可能不再维护,深度内部已经使用内网仓库。还有安装应用商店应该使用软件包管理器apt进行安装。如果目前使用的是unstable,亦或stable,只要是deepin。可通过sudo apt install 软件包名 来进行安装所需要的软件。默认包名与github上仓库名称一样(此处限deepin官方github)。一般普通用户不需要自行下载github上的源代码编译安装(可能很麻烦)。源也不需要更改unatable或stable(一般只改前缀url部分,修改其他项会影响以及造成软件包冲突,最后导致无法使用)
Reply View the author
avatar
WENWEN
deepin
2019-09-10 16:50
#2
华为笔记本 没有深度商店? 不是系统自带的吗
Reply View the author
avatar
aida
deepin
2019-09-10 18:41
#3
有深度商店的吧。。我看测试机都有啊= =

在终端输入
sudo apt update -y && sudo apt install deepin-appstore && deepin-appstore

然后再找找。。。。。。。
Reply View the author
avatar
wangsheng12044
deepin
2019-09-10 19:02
#4
https://bbs.deepin.org/post/182543
首先,github上的仓库可能不再维护,深度内部已经使用内网仓库。还有安装应用商店应该使用软件包管理器apt ...

谢谢 辛苦了 谢谢
Reply View the author
avatar
爪巴戈
deepin
2019-09-10 20:49
#5
这么快就入手了
Reply View the author
avatar
185******67
deepin
2019-09-10 22:16
#6
只要使用的是同一个软件源,就能用apt命令安装
Reply View the author