Android App Inventor 2 Kubuntu 18.04 Install Guide
Installing
2. Downloading App Inventor
Download the App Inventor for Kubuntu Linux
App Inventor .deb Package3. Installing App Inventor
Then to Install Android App Inventor
First, access the Target:cd && cd Downloads
To Check it’s there List the contents with:
ls . | grep
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.
Next to Setup it:sudo apt install ./appinventor*.deb
Next Amend User’s Path with
echo "export PATH=$PATH:/usr/google/appinventor/commands-for-Appinventor" >> $HOME/.bashrc
And load the New Path simply with:
bash