
Now go back to the “Home” directory and open up the “.bashrc” file for setting up some environment variables cd ~ sudo gedit. Home/Android/cmdline-tools/tools Set Some Environment Variables Now move the “tools” folder to the “ Home/Android/cmdline-tools/” directory sudo mv tools/ ~/Android/cmdline-tools/ Unzip commandlinetools-linux-6609375_latest.zip Go to the folder where you downloaded this file and unzip the file. Install android command-line tools for Linux from the following URL Home/Android/flutter Install Android Command Line Tools Now move the “flutter” folder to the “ Home/Android/” directory sudo mv flutter/ ~/Android/

You can unzip it by right click on the file and click on extract here or using the terminal by the following code tar xvf flutter_linux_1.17. Go to the folder where you downloaded the zip file and unzip the file.
