sudo apt-get install -d zsh。 无法find它下载的文件

运行命令后

sudo apt-get install -d zsh 

我得到以下输出:

 Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: zsh-doc The following NEW packages will be installed: zsh 0 upgraded, 1 newly installed, 0 to remove and 278 not upgraded. Need to get 0 B/4,716 kB of archives. After this operation, 11.7 MB of additional disk space will be used. Download complete and in download only mode 

我找不到在哪里下载zsh软件包的文件。 在我所在的目录中没有这样的文件。

如果要将单个包文件下载到当前目录中,可以使用apt-get download packagename

apt-get install -d packagename作用是做安装的第一步。 也就是说,它将软件包及其所有尚未安装的依赖关系下载到本地caching中。 包caching可以在/var/cache/apt/archives/