I need to install a Wi-Fi driver in a live session, but it does not come with "make".
How can I install make so I can install the driver, without internet?
I need to install a Wi-Fi driver in a live session, but it does not come with "make".
How can I install make so I can install the driver, without internet?
make
you'd first need to install a compiler. Before you go down that rabbit hole, look at installing themake
package offline - see for example How can I install software or packages without Internet (offline)? – steeldriver Oct 12 '21 at 19:32