whereis in LINUX debian PATH_TO_FLUTTER_GIT_DIRECTORY in lunux code example
Example: install flutter in ubuntu
#first be sure that snapd install it, if not use following 2 commands:
sudo apt update
sudo apt install snapd
#install flutter
sudo snap install flutter --classic