我在 VirtualBox 上安装了 Ubuntu 13.10,运行apt-get update
,然后apt-get upgrade
看到以下消息
246 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 194 MB/203 MB of archives.
After this operation, 6,602 kB of additional disk space will be used.
该消息基本上是说:
- 194-204 MB 的软件包(为什么不确定?)
- 仅需约 6 MB 空间即可安装约 200 MB 的软件包
这怎么可能 ?
答案1
斜线表示 of。需要 203 MB 的存档意味着您已经有 9MB,因此剩余 194MB。至于 6,602kB,您应该注意,它告诉您将使用多少额外空间,据我所知,这不包括重新使用当前占用的空间,如果替换任何文件,就会发生这种情况。因此,可能会使用超过 6,602 kB 的空间,但由于其中一些空间已被将要替换的文件使用,因此可能不会被视为额外空间,因为它不会增加您的硬盘使用率。我没有资料来支持我的说法,这只是我一直以来的理解。