sudo apt-get install pppoe
sẽ tải pppoe
gói và cài đặt nó.
Có thể chỉ tải xuống pppoe
gói và không cài đặt nó bằng apt-get
lệnh?
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
hiện đang ở trong thư mục hiện tại
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
Không có ppp_2.4.7-1+4_amd64.deb
hoặc gói ppp liên quan trong / tmp.
sudo find /tmp -name ppp*
Không tìm thấy gì.
Gói ppp trong / tmp ở đâu với lệnh
cd /tmp
sudo apt-get install -d ppp
??