Installing
- 
3. Oracle Java JRE 8 SetupFirst, 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 airControlThen to Set up airControl on Ubuntu 
 First, Access the Target, usually in the Downloads folder:
 (But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser)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
