Skip to content

AIV 6 RPM Setup Requirements and Installation Guide

This guide walks you through downloading, installing, and configuring AIV 6 using the RPM package.

What You’ll Learn

  • How to download the AIV 6 RPM package
  • How to install AIV using rpm
  • How to start and enable the AIV service
  • How to update AIV

Step 1: Download the AIV

Download the latest AIV release from the GitHub releases page: GitHub releases page


Install AIV

Once the package is downloaded, run the following command to install it:

sudo rpm -i aiv*.rpm

Start and Enable the AIV Service

Start the AIV service and enable it so it starts automatically on system boot:

sudo systemctl enable --now aiv.service

Update AIV

If you already have AIV installed and want to upgrade to a newer version, use the following command instead:

sudo rpm -U aiv*.rpm