1

I'm trying to install the drivers for my TP-Link T4U Archer adapter on an Ubuntu 20 fresh install. I don't have build-essentials installed because no internet, so I don't have Make. I tried to install build-essentials from the Deb file, but, to install, it requires as a dependency ... Make ... Is there a Deb file with all dependencies necessary to do this?

Sam
  • 11

1 Answers1

0

First, determine what dependencies the make package has. (Offhand, I can't think of what they might be, but here are a few suggestions how to identify them.)

Do you have the medium you installed from (e.g., USB stick, CD-ROM?). If so, mount that device, & use one of the solutions suggested here.

Not sure which will work for you in the end, but unfortunately some solutions only come thru trial & error.

llywrch
  • 101