I typed this into the terminal, did some work and finished the installation. And nothing. No command starts either the emulator or anything. I also installed through the package manager (filetype .deb *) after installing it also can't start.
now i have something what not was yesterday.
I dont know what to do, what paste in terminal. LINUX IS FOR PROGRAMMERS - and i'm not so i want learn with blocks. But.. i must learn programming to install app to learn programming. XDDDDDDDD
You have already been advised once about using capitals in your posts. Please do not do this. You have formatting such as bold/italic/title available to emphasis text.
Installation Commands required:
cd
sudo rm -rf /usr/google/appinventor
sudo rm -rf ~/.appinventor
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install lib32z1
sudo apt-get install lib32stdc++6 >> "latest version already installed"
cd Downloads
sudo dpkg -i appinventor2-setup_2.3_all.deb
cd
/usr/google/appinventor/commands-for-Appinventor/aiStarter &
To install AI2 Starter on Linux requires no programming knowledge, you just have to type some commands into a terminal to execute them. All the commands are done in the terminal to avoid having to keep switching between various GUI programs in order to complete the task.
When you first open a terminal in linux (Windows key + T) or click on an icon in your menu
It will open at your logged in users home directory, e.g. /home/OMGlinuxIS
When you type just cd and press Enter, the terminal will take you directly to this location:
username@computername:~$
It is from here you will enter each of the commands needed, and press Enter. You do these one at a time. If administrator (sudo) permission rights are needed, you prefix the command with sudo, and on the first occasion linux will ask you for a your password.
Just carefully work your way through each line in the list, one by one. If you get any errors reported, note these down (or copy them) and report back here.
Looks to me like you ran all the commands at once ? This can work, but it is better to do them one at a time. The cd to Downloads assumes a Downloads folder in your home directory (this should be there by default). It also assumes that you have downloaded the appinventor2-setup_2.3_all.deb file, in order to be able to install it. If it is in your home directory then you do not need to change to another directory to run the dpkg command.
how? I asked how to install and run the inventor app step by step ', several people wrote, but none of them has NO CONCEPT of how it is done, they just thoughtlessly copied the code to be pasted in the terminal. why do such people write to me? I don't know something, I don't say anything.
can you tell step by step where to put this file? I really asked one question:
Can anyone explain step by step how to install and run it? I write in capital letters to emphasize important information, but as I see everyone does not care. I asked for a step by step explanation of what to do, is there anyone who knows app inventor on Linux?