apt-get 方式下载的包在哪里

apt-get 方式下载的包在哪里?

在这里位置:/var/cache/apt/archives

wangyetao@linux_u1604:~$ cd /var/cache/apt/archives/
wangyetao@linux_u1604:/var/cache/apt/archives$ ls
firefox_60.0.1+build2-0ubuntu0.16.04.1_amd64.deb                 lock
firefox-locale-en_60.0.1+build2-0ubuntu0.16.04.1_amd64.deb       partial
firefox-locale-zh-hans_60.0.1+build2-0ubuntu0.16.04.1_amd64.deb
wangyetao@linux_u1604:/var/cache/apt/archives$ ll
总用量 44260
drwxr-xr-x 3 root root    61440 5月  18 08:53 ./
drwxr-xr-x 3 root root     4096 5月  18 08:53 ../
-rw-r--r-- 1 root root 44015784 5月  18 07:05 firefox_60.0.1+build2-0ubuntu0.16.04.1_amd64.deb
-rw-r--r-- 1 root root   739546 5月  18 07:05 firefox-locale-en_60.0.1+build2-0ubuntu0.16.04.1_amd64.deb
-rw-r--r-- 1 root root   484670 5月  18 07:05 firefox-locale-zh-hans_60.0.1+build2-0ubuntu0.16.04.1_amd64.deb
-rw-r----- 1 root root        0 4月  21  2016 lock
drwx------ 2 _apt root     4096 5月  18 08:53 partial/
wangyetao@linux_u1604:/var/cache/apt/archives$ vi /etc/apt/sources.list
wangyetao@linux_u1604:/var/cache/apt/archives$ 




猜你喜欢

转载自blog.csdn.net/u014132947/article/details/80360170