How to uninstall ABP Suite?

You can simply uninstall ABP Suite with the terminal command:

abp suite remove

How to do a clean uninstallation of ABP Suite?

To cleanly uninstall ABP Suite, follow these steps:

  1. Terminate your ABP Suite application.

  2. Uninstall ABP Suite via terminal command:

    dotnet tool uninstall -g volo.abp.suite
    
  3. If exists, delete the application installation folder:

    Windows:

    %UserProfile%\.dotnet\tools\.store\volo.abp.suite
    

    MAC:

    ~/.dotnet/tools/.store/volo.abp.suite
    
  4. If exists, delete the ABP Suite executable file:

    Windows:

    %UserProfile%\.dotnet\tools\abp-suite.exe
    

    MAC:

    ~/.dotnet/tools/abp-suite
    
  5. If exists, delete license file:

    Windows:

    %UserProfile%\AppData\Local\Temp\AbpLicense.bin
    

    MAC:

    $TMPDIR/AbpLicense.bin
    
  6. Delete the access-token file:

    Windows:

     %UserProfile%\.abp\cli\access-token.bin
    

    MAC:

     ~/.abp/cli/access-token.bin
    

You have successfully uninstalled ABP Suite!

Reinstall ABP Suite

If you want to reinstall ABP Suite:

  • Make sure you have already installed the ABP CLI (by running the abp command on a terminal).

  • Login your account via ABP CLI:

    abp login <username>
    
  • Then, install the ABP Suite with the following command:

    abp suite install
    

    If you want to install the preview version add the parameter --preview.

Contributors


Last updated: July 31, 2024 Edit this page on GitHub

Was this page helpful?

Please make a selection.

To help us improve, please share your reason for the negative feedback in the field below.

Please enter a note.

Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Community Talks

ABP Studio: The Missing Tool for .NET Developers

15 Aug, 17:00
Online
Watch the Event
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.

Learn More