# adb uninstall > 패키지를 삭제. > 더 많은 정보: . - 패키지 삭제: `adb uninstall {{com.example.app}}` - 사용자 데이터를 유지한 채 패키지 삭제: `adb uninstall -k {{com.example.app}}`