Ubuntu Make를 통해 설치된 경우 Android Studio를 제거하는 방법


8

Ubuntu Make를 사용하여 Android Studio를 설치했습니다 . 이제 제거하고 싶습니다.


umake설치 경로를 요청했습니다.
AB

어떤 명령이 프로그램을 시작합니까?
AB

시작하는 데 명령이 필요하지 않습니다. 런처에 아이콘을 생성합니다.
Vaibhav Mule

답변:


19

따라서 'umake'만 입력하면 다음과 같이 출력됩니다.

$ 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.

따라서이 작업을 수행하면 다음을 사용해야합니다.

$ umake android android-studio --remove
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.