15.9.2升9.3失败,啥原因?[已解决]
Tofloor
poster avatar
28******22@qq.com
deepin
2019-04-11 01:41
Author
本帖最后由 actan 于 2019-4-13 18:27 编辑



试好几回了,下载100多兆的升级文件,完了更新,100%之后就是一个失败
去哪里看log?
有遇到同样问题的吗?
Reply Favorite View the author
All Replies
avatar
jianguo922
deepin
2019-04-11 05:45
#1
我的也出现过,但出现启动提示升级成功
Reply View the author
avatar
WENWEN
deepin
2019-04-12 16:55
#2
命令行试试
Reply View the author
avatar
aida
deepin
2019-04-12 17:17
#3
  1. sudo apt  update -y && sudo apt upgrade -y
Copy the Code


在终端输入以上命令看看有什么输出
Reply View the author
avatar
wangzh
deepin
2019-04-12 20:32
#4
按官方管理员的方法,我这个小白今天终于从15.9.1升级到9.3了,之前多次不能升级




Reply View the author
avatar
28******22@qq.com
deepin
2019-04-14 02:19
#5
https://bbs.deepin.org/post/176607
在终端输入以上命令看看有什么输出

多谢大佬,多试了几回, 确实升级成功

Reply View the author
avatar
181******05
deepin
2019-04-15 20:50
#6
E: 在源列表 /etc/apt/sources.list 中第 1 行有误 (类型)
E: 无法读取源列表
这个要怎么处理啊
Reply View the author
avatar
28******22@qq.com
deepin
2019-04-16 01:37
#7
https://bbs.deepin.org/post/176607
E: 在源列表 /etc/apt/sources.list 中第 1 行有误 (类型)
E: 无法读取源列表
这个要怎么处理啊

看看是不是那个文件里有内容错误

我的现在升级后是这个样子:

  1. ## Generated by deepin-installer
  2. deb [by-hash=force] http://packages.deepin.com/deepin panda main contrib non-free
  3. #deb-src http://packages.deepin.com/deepin panda main contrib non-free
Copy the Code


我之前遇到几个错误大概是更新别的软件问题,比如我通过deb文件安装的skype, teamviewer等等,他们全在/etc/apt/sources.list.d/下面。这些更新都不是必须的。把他们删了之后更新就好了(可能你的问题和我不太一样)。
Reply View the author