sudo apt-get install pppoe
将下载pppoe
并安装软件包。
是否可以只下载pppoe
软件包而不用apt-get
命令安装?
wget http://ftp.us.debian.org/debian/pool/main/p/ppp/ppp_2.4.7-1+4_amd64.deb
ppp_2.4.7-1+4_amd64.deb
现在在当前目录中。
cd /tmp
sudo apt-get install -d ppp
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
ppp
0 upgraded, 1 newly installed, 0 to remove and 95 not upgraded.
Need to get 0 B/346 kB of archives.
After this operation, 949 kB of additional disk space will be used.
Download complete and in download only mode
ppp_2.4.7-1+4_amd64.deb
/ tmp中没有 或与ppp相关的软件包。
sudo find /tmp -name ppp*
没有发现。
/ tmp中带命令的软件包ppp在哪里
cd /tmp
sudo apt-get install -d ppp
??