Linux Debian系统离线安装包下载--apt下载安装包
apt-get install -d *.deb #只下载不安装方法一
aptitude download *.deb #只下载不安装方法二
/var/cache/apt/archives/ #默认包的存放路径
apt-get download 包名 #下载包及其依赖
Linux Debian系统离线安装包下载--apt下载安装包
apt-get install -d *.deb #只下载不安装方法一
aptitude download *.deb #只下载不安装方法二
/var/cache/apt/archives/ #默认包的存放路径
apt-get download 包名 #下载包及其依赖