Prerequisites
Before you begin, ensure that ASP.NET Core 8.0 Runtime is installed. You can install it by running the following command in your Ubuntu terminal:
sudo apt install aspnetcore-runtime-8.0
Next, add our repository to your server. This step only needs to be performed once.
Step 1: Add the Public Signing Certificate and agms repository to your system (recommended)
Add the public signing certificate to your keyring:
sudo wget -P /etc/apt/keyrings/ https://agms.email/deb/agms.gpg
Add the agms Email repository:
echo "deb [signed-by=/etc/apt/keyrings/agms.gpg] http://repo.agms.email $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/agms.list > /dev/null
If you prefer not to add our repository, you can download the latest .deb package from here and install it manually.
Step 2: Install agms
Update your package list and install agms:
sudo apt update && sudo apt install agms
Updating agms
To upgrade to the latest version, run:
sudo apt update && sudo apt upgrade agms
Uninstalling agms
To remove agms from your system, run:
sudo apt remove agms