How to upgrade or uninstall the app#

On the home page, apps with available updates will state “Update available” in blue at their top right corner. Otherwise, it will read “Latest version” in green. If desired, upgrading the Quantum ESPRESSO app can be achieved via the App Manager tool or the built-in terminal. Uninstalling the app may be done using the same tools. See the following tabs for more information.

Step 1: Open the app management page

Click on the Manage App button to open the app manager.

../_images/app-management-start-page-upgrade-available.png
Step 2: Upgrade or uninstall the app

A green Update button indicates that a newer version is available. Click it to upgrade the app. Alternatively, you may choose to uninstall the app by clicking on the red Uninstall button.

../_images/app-management-upgrade-available.png

Note

By default, the app will be upgraded to the latest available version. Alternatively, you can select any available version including versions lower than the currently installed one.

You can upgrade the app from the built-in terminal with
$ aiidalab install quantum-espresso

This will install the most recent version of an app, regardless of whether it is already installed or not. You will be prompted to confirm the operation.

You can install a specific version by using standard PEP 440 version specifiers, for example:
$ aiidalab install quantum-espresso==v22.01.0
You can uninstall the app from the built-in terminal with
$ aiidalab uninstall quantum-espresso

Again, you will be prompted to confirm the operation.