I accidentally removed Lubuntu in tasksel. How do I recover it through login shell?
My problem is I can't connect to a network to be able to download the Ubuntu desktop.
I accidentally removed Lubuntu in tasksel. How do I recover it through login shell?
My problem is I can't connect to a network to be able to download the Ubuntu desktop.
sudo dhclient e
(clickapt
command.dhclient e
was for obtainining dynamic IP from DHCP server. "e
" here is universal prefix foreth0
(old naming) orenp2s0
(new naming) of eth-devices. You do not need to use this command ifsudo apt-get install ubuntu-desktop
is running :) – N0rbert Jul 29 '18 at 14:43