1# Application Installation, Uninstall, and Update 2 3This topic describes how to install, uninstall, and update an application. 4 5## Installing or Uninstalling an Application 6You can install and uninstall applications by running debug commands. For details, see the [compilation, release, and deployment process](./application-package-structure-stage.md#package-structure-in-the-release-phase). 7 8**Figure 1** Process of installing and uninstalling an application (applicable to developers) 9 10 11 12 13When an application has been released to the application market, consumers can install or uninstall the application on their device through the application market. 14 15**Figure 2** Process of installing and uninstalling an application (applicable to consumers) 16 17 18 19## Updating an Application 20 21 22For developers, to update an application, you need to first update the **versionCode** field in the [app.json5](./app-configuration-file.md#appjson5-configuration-file) file, package the application using DevEco Studio, and release the application in the AppGallery. For users, the application may be updated in the following approaches: 23 24- [On the AppGallery](https://developer.huawei.com/consumer/en/doc/harmonyos-guides-V14/store-update-V14?catalogVersion=V14): The application market notifies the user of an available update, and the user can install the update by following the onscreen instructions. 25- [In the application](https://developer.huawei.com/consumer/en/doc/AppGallery-connect-Guides/appgallerykit-app-update-0000001055118286): When the application for which an update is available starts up, the AppGallery notifies the user of the update, and the user can install the update by following the onscreen instructions. 26 27