I found a way you can retrieve all the urls of the packages that you need for installing build-essential.Just thinking that installing the iqvlinux driver might not even work since you will most likely need the build-essential package installed which is kind of difficult without a network connection.

How do I install build-essential without an Internet connection?
I can't install it. Qhen I am installing build-essential_11.4build1_amd64.deb getting error of wrong architecture still I am using amd turion 64 and then i am trying to install build-essential_11.
1. Run the following on your Ubuntu system.
Code:
sudo apt-get -qq --print-uris install build-essential linux-headers-$(uname -r) | cut -d\' -f 2 > urls.txt
3. Plug the flash drive into your Ubuntu system and copy them to /var/cache/apt/archives
Code:
sudo cp /media/run/flashdrive/*.deb /var/cache/apt/archives
Code:
sudo apt-get install build-essential linux-headers-$(uname -r)
Last edited: