I've just installed Ubuntu 18.04 and it has no wifi driver installed. I know the driver is inside the bootable usb I've used to install it but my system doesn't have all dpkg's dependencies installed.
It asks me for dkms, linux-libc-dev and libc6-dev. How can I install these packages without using internet?
OR
Is there an alternative to install wifi driver without dpkg nor internet?
Thanks
sudo apt-get update && sudo apt-get upgradeyou could try to get the packages via a repo, and cart them over with a usb stick, but that could be a pain if there are many missing packages. – j0h Mar 31 '19 at 21:48