How to uninstall ABP Suite?

You can simply uninstall ABP Suite with the terminal command:

abp suite remove
Bash

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
    
    Bash
  3. If exists, delete the application installation folder:

    Windows:

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

    MAC:

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

    Windows:

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

    MAC:

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

    Windows:

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

    MAC:

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

    Windows:

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

    MAC:

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

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>
    
    Bash
  • Then, install the ABP Suite with the following command:

    abp suite install
    
    Bash

    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.

Community Talks

Deep Dive #1: Identity&Account Modules

17 Apr, 17:00
Online
Watch the Event
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book