Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
新装15.11更新系统的方法及其它
Experiences and Insight
525
views ·
2
replies ·
To
floor
Go
lanbo
deepin
2019-12-06 21:28
Author
安装好DEEPIN 15.11系统后,第一步肯定是要设置好更新源了,不然好像更新不成功,有报错的情况。这里参考了前面大神的帖子,是在我这里成功实现的,也给诸位小新们一个参考。
1、首先进系统以后,在桌面空白处鼠标右键选择在终端中打开,在$符号下输入如下命令
sudo dedit /etc/apt/sources.list.d/winehq.list
会弹出一个类记事本的窗口,在窗口中复制下面的到空白处
###huawei
deb [trusted=yes] https://mirrors.huaweicloud.com/deepin stable main contrib non-free
完事后保存退出,注意保存保存保存再退出,就会
在
/etc/apt/sources.list.d/ 创建一个名为
winehq.list
的文件。
2、
在$符号下输入如下命令
运行:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
3、在$符号下输入如下命令运行:sudo apt update
结束后,就可以打开设置去
更新系统和到应
用商店
安装软件了。
mark一下,谢谢。有后续再总结。
Reply
Like 0
Favorite
View the author
All Replies
摇摆哥
deepin
2019-12-07 10:44
#1
你这个就是对 wine 的镜像源进行更新了。。 也没什么卵用。
Reply
Like 0
View the author
摇摆哥
deepin
2019-12-07 10:45
#2
跟系统没有什么关系。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
1、首先进系统以后,在桌面空白处鼠标右键选择在终端中打开,在$符号下输入如下命令
sudo dedit /etc/apt/sources.list.d/winehq.list
会弹出一个类记事本的窗口,在窗口中复制下面的到空白处
###huawei
deb [trusted=yes] https://mirrors.huaweicloud.com/deepin stable main contrib non-free
完事后保存退出,注意保存保存保存再退出,就会在 /etc/apt/sources.list.d/ 创建一个名为winehq.list的文件。
2、在$符号下输入如下命令运行:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
3、在$符号下输入如下命令运行:sudo apt update
结束后,就可以打开设置去更新系统和到应用商店安装软件了。
mark一下,谢谢。有后续再总结。