How to install ABP Suite?

If you are using ABP Studio, then you don't need to install the ABP Suite because it should already have been installed, when you first installed the ABP Studio. Otherwise, please apply the following steps to install it properly:

  1. First of all, ABP CLI must be installed on the computer. If it's not already installed, click here to learn how to install ABP CLI.

  2. Make sure you have logged in to abp.io via ABP CLI. If you are not logged in, click here to see how to login.

  3. To install ABP Suite write the following command to your terminal:

    abp suite install
    

Wait for the process to download and install to your computer. It may take about a minute on a 25 Megabit internet to complete the process.

How to update ABP Suite?

To update your existing ABP Suite, write the following command to your terminal:

abp suite update

Preview versions

To install/update the latest preview version of ABP Suite, add --preview or -p parameter to the command arguments:

abp suite install --preview
abp suite update --p

Older versions

To install a specific version of ABP Suite, add --version or -v parameter to the command arguments:

abp suite install --version 3.3.1
abp suite update --v 4.0.0-rc.5

You can install older or newer versions. The version of ABP Suite and your solution's ABP package versions must be the same. Otherwise you will get errors due to templates not suitable for your project.


Was this page helpful?
Please make a selection.
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

testtestOtherLiveEvents

19 Jun, 03: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