“apt-get下载”下载的软件包存储在哪里?

use*_*548 5 apt

我想知道apt-get download命令在 Ubuntu 中的存储位置。

Has*_*ken 5

如果您只是下载使用,apt-get则文件存储在当前目录中。

apt-get --help

download - Download the binary package into the current directory 
Run Code Online (Sandbox Code Playgroud)


ani*_*uia 3

包存储在:

/var/cache/apt/archives
Run Code Online (Sandbox Code Playgroud)