V20软件无法升级
Tofloor
poster avatar
xiamingyu
deepin
2020-06-08 05:23
Author
  1. PC:~$ sudo apt update
  2. [sudo] pc 的密码:
  3. 命中:2 https://cdn-package-store6.deepin.com/appstore eagle InRelease                       
  4. 命中:3 https://community-packages.deepin.com/deepin apricot InRelease                       
  5. 命中:1 https://uos.deepin.cn/printer eagle InRelease         
  6. 正在读取软件包列表... 完成     
  7. 正在分析软件包的依赖关系树      
  8. 正在读取状态信息... 完成      
  9. 有 1 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
  10. PC:~$ sudo apt upgrade
  11. 正在读取软件包列表... 完成
  12. 正在分析软件包的依赖关系树      
  13. 正在读取状态信息... 完成      
  14. 正在计算更新... 完成
  15. 下列软件包的版本将保持不变:
  16.   deepin-boot-maker
  17. 升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 1 个软件包未被升级。
Copy the Code

这个是什么原理?








Reply Favorite View the author
All Replies
avatar
SamLukeYes
deepin
2020-06-08 05:47
#1
把UOS的源禁用了再试试
Reply View the author
avatar
Playhi
deepin
2020-06-08 05:50
#2
手动 sudo apt install deepin-boot-maker 看看?
Reply View the author
avatar
xiamingyu
deepin
2020-06-08 06:00
#3
https://bbs.deepin.org/post/195674
手动 sudo apt install deepin-boot-maker 看看?

手动安装是可以的。
Reply View the author
avatar
今风
deepin
2020-06-08 06:06
#4
Reply View the author
avatar
jk5608
deepin
2020-06-08 08:07
#5
试试打开终端,切换至root,输入以下(输入后回车,必要时重启系统):
echo -e "deb [by-hash=force] https://www.deepin.org/mirrors/packages/ unstable main contrib non-free \ndeb-src https://www.deepin.org/mirrors/packages/ unstable main contrib non-free" | sudo tee /etc/apt/sources.list
Reply View the author
avatar
xiamingyu
deepin
2020-06-08 17:07
#6
https://bbs.deepin.org/post/195674
保留https://community-packages.deepin.com/deepin apricot InRelease

这是什么意思?我没动过软件源呀。
Reply View the author
avatar
xiamingyu
deepin
2020-06-08 17:09
#7
https://bbs.deepin.org/post/195674
试试打开终端,切换至root,输入以下(输入后回车,必要时重启系统):
echo -e "deb  https://www.deepin. ...

这是要添加软件源吗?现在的软件源中有这个软件呀。
Reply View the author
avatar
今风
deepin
2020-06-08 21:46
#8
https://bbs.deepin.org/post/195674
这是什么意思?我没动过软件源呀。

你这个有三个源,第二个是默认源,如果你没有动过源,有可能/etc/apt/sources.list.d文件夹中有源地址,清空sources.list.d,注意后面带有d
Reply View the author
avatar
xiamingyu
deepin
2020-06-08 22:32
#9
https://bbs.deepin.org/post/195674
你这个有三个源,第二个是默认源,如果你没有动过源,有可能/etc/apt/sources.list.d文件夹中有源地址, ...
  1. ls  /etc/apt/sources.list.d/
  2. appstore.list  printer.list
Copy the Code

  1. cat   /etc/apt/sources.list.d/appstore.list
  2. deb https://cdn-package-store6.deepin.com/appstore eagle appstore
  3. cat   /etc/apt/sources.list.d/printer.list
  4. deb http://packages.chinauos.com/printer eagle non-free
Copy the Code

  1. cat   /etc/apt/sources.list
  2. ## Generated by deepin-installer
  3. deb [by-hash=force] https://community-packages.deepin.com/deepin/ apricot main contrib non-free
  4. #deb-src https://community-packages.deepin.com/deepin/ apricot main contrib non-free
Copy the Code

如果清空了,第二个源也就没了
Reply View the author
avatar
今风
deepin
2020-06-08 22:50
#10
本帖最后由 abc22048 于 2020-6-8 14:54 编辑

cat   /etc/apt/sources.list  只保留为个,

cat   /etc/apt/sources.list.d/appstore.list     是删除sources.list.d里面的全部文件,不是删除这个目录。
Reply View the author
avatar
Playhi
deepin
2020-06-09 06:25
#11
他的源没问题,正常的话就是这三个
Reply View the author
avatar
deepinye
deepin
2020-06-09 06:47
#12
学习刻苦,看看
Reply View the author
avatar
haohu1193
deepin
2020-06-09 06:50
#13



就这几个...
Reply View the author