Como desinstalar o Android Studio se instalado via Ubuntu Make

7

Instalei o Android Studio usando o Ubuntu Make . Agora eu quero desinstalá-lo.

    
por Vaibhav Mule 24.04.2015 / 17:58

1 resposta

18

Então, se você digitar apenas 'umake', aqui está a saída:

$ umake
usage: umake [--help] [-v] [-r] {dart,web,android,games,ide,go} ...

Deploy and setup developers environment easily on ubuntu

positional arguments:
  {dart,web,android,games,ide,go}
                        Developer environment
    dart                Dartlang Development Environment
    web                 Web Developer Environment
    android             Android Development Environment
    games               Games Development Environment
    ide                 Generic IDEs
    go                  Go language

optional arguments:
  --help                Show this help
  -v, --verbose         Increase output verbosity (2 levels)
  -r, --remove          Remove specified framework if installed

Note that you can also configure different debug logs behaviors using LOG_CFG
pointing to a log yaml profile.

Então, passando por isso, você deve usar:

$ umake android android-studio --remove
    
por Tin Tvrtković 24.04.2015 / 18:19

Tags