I've downloaded Ubuntu for the first time on a old desktop because I want to learn how to use Ubuntu as I would any other OS. But the machine is Ethernet only and I don't really want to buy 20M cable or a power line adapter.
I do have a USB wireless network adapter I dug out. So I've downloaded the driver for it and I've also got 'wine-3.0.tar.xz' file onto a USB stick from a different device and put them on the desktop.
But I don't know how to install the wine file onto the system properly to then run the exe file for the driver... Any help?
I've currently tried:
sudo cp ~/desktop/wine-3.0.tar.xz* /var/cache/apt/archives/
(which worked as it should.)
Then:
sudo apt-get install wine
Which didn't work. :(