[Control Center] 检测到有可用的更新,但是下载大小为0B
Tofloor
poster avatar
缙哥哥
deepin
2022-09-24 13:21
Author

20220924052004.png

检测到有可用的更新,但是下载大小为0B

Reply Favorite View the author
All Replies
wcs4221
deepin
2022-09-24 14:34
#1

用命令更新吧!

Reply View the author
缙哥哥
deepin
2022-09-24 16:16
#2
wcs4221

用命令更新吧!

可以不更新么?

顺便问句,更新命令是什么?

Reply View the author
寰宇ζ
deepin
2022-09-24 17:45
#3

更新
 && 两条命令一同输入之间的连接符号,其前后有空格
sudo apt-get update 更新软件源中的所有软件列表。 
sudo apt-get upgrade 更新软件。 
sudo apt-get dist-upgrade 更新系统版本。
通常apt的更新是使用两条命令完成的.
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get update && sudo apt dist-upgrade -y (与上相同)
sudo apt-get -f install && sudo apt --fix-broken install
sudo dpkg --configure -a && sudo apt -f install
sudo apt list --upgradable

Reply View the author
寰宇ζ
deepin
2022-09-24 17:48
#4
寰宇ζ

更新
 && 两条命令一同输入之间的连接符号,其前后有空格
sudo apt-get update 更新软件源中的所有软件列表。 
sudo apt-get upgrade 更新软件。 
sudo apt-get dist-upgrade 更新系统版本。
通常apt的更新是使用两条命令完成的.
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get update && sudo apt dist-upgrade -y (与上相同)
sudo apt-get -f install && sudo apt --fix-broken install
sudo dpkg --configure -a && sudo apt -f install
sudo apt list --upgradable

后三条用于修复错误,和显示具体更新内容

Reply View the author
delsin
deepin
2022-09-24 20:09
#5

安装包大小你不用太在意。

比如我打包一个wine应用,实际大小可能是300MB,但是control文件我写大小10MB。最后显示给你看的就是10MB。

打包严谨点的话,会去算清楚实际大小,control文件写实际大小。不严谨的话,就随便写咯。

Reply View the author
听风吟
deepin
2022-09-24 22:08
#6

装就完了joy

装就完了sweat

Reply View the author
缙哥哥
deepin
2022-09-25 04:18
#7
听风吟

装就完了joy

装就完了sweat

这不是为了更好的反馈问题,减少此类问题的发生嘛!

Reply View the author
Comments
155******19
2022-09-25 05:14
的确这种问题也不算小