Meu debian foi instalado a partir de um disco usb--/dev/sdb.
É simples instalar o pacote pppoe a partir do cd.
sudo vi /etc/apt/sources.list
deb cdrom:[Official Debian GNU/Linux Live 9.2.0 lxde 2017-10-07T13:15]/ stretch main
sudo apt-get install pppoe
Sem cdrom, é usb no meu pc.
Eu quero instalar pacotes pppoe do disco usb.
sudo mount /dev/sdb /home/back
ls /home/back/
boot d-i dists isolinux live pool
Para atribuir o disco USB como fonte.
sduo vi /etc/apt/sources.list
deb file:/home/back/ stretch main contirb
Para instalar com o disco usb.
sudo apt-get install pppoe
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
ebtables ipset libipset3 python3-decorator python3-selinux python3-slip python3-slip-dbus
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
ppp
The following NEW packages will be installed:
ppp pppoe
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 424 kB of archives.
After this operation, 1,182 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://deb.debian.org/debian stretch/main amd64 ppp amd64 2.4.7-1+4
Could not resolve 'deb.debian.org'
Err:2 http://deb.debian.org/debian stretch/main amd64 pppoe amd64 3.12-1.1
Could not resolve 'deb.debian.org'
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/ppp/ppp_2.4.7-1+4_amd64.deb Could not resolve 'deb.debian.org'
E: Failed to fetch http://deb.debian.org/debian/pool/main/r/rp-pppoe/pppoe_3.12-1.1_amd64.deb Could not resolve 'deb.debian.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
O pacote
pppoe
não está incluído no Debian Live 9.2.0 lxde.iso , você pode verificar a lista de pacotes aqui: debian-live-9.2.0-amd64-lxde.packagesVocê pode usar a linha de comando para verificar o
pppoe
pacote: