Consider this scenario, I have installed Ubuntu server in my computer. Can I launch any graphical application like Android-studio or Mozilla firefox from the OS?
To be more specific if I navigate to the folder which has the application,
and type chmod +x myapp.sh
and then type sh ./ myapp.sh
. .. what is going to happen?
I am just Curious to know