How do you install the Realtek RTL8187 WLAN Driver when the Ubuntu machine has no internet connection? I've looked this up but all of the tutorials I've found usually had an apt-get install command in them so they will not work for me.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Download the package from another machine that has an internet connection. Also, download any possible dependencies. You can download the packages directly using a web-browser from packages.ubuntu.com and then you can install them manually using

dpkg -i package.deb

That should do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.