Installing
-
3. Oracle Java JRE 8 Setup
First, Check if Java 8 is Already Installed
With:java --version
If “8” is in the Output you are done! Otherwise See below…
How to Install Required Oracle Java on Ubuntu -
4. Installing airControl
Then to Set up airControl on Ubuntu
First, Access the Target, usually in the Downloads folder:
(But if downloaded with Firefox it can be instead into /tmp/mozilla*)cd && cd Downloads
To Check it’s there List the contents with:
ls . | grep air
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.Then give Execution Permission:
chmod +x ./aircontrol*.bin
Finally, to Setup airControl:
sudo ./aircontrol*.bin
Contents