FPGA AI Suite Handbook

ID 863373
Date 11/21/2025
Public
Document Table of Contents

4.2.3.4. Installing the FPGA AI Suite with System Package Management Tools

The FPGA AI Suite is provided as a package that you can install using your system package management tools. The default location for the installation is /opt/altera. If you want to install FPGA AI Suite in a different location, follow the instructions in Installing the FPGA AI Suite Into an Alternative Location.

To install the FPGA AI Suite with system package management tools, follow the instructions for your operating system:

Installing FPGA AI Suite on Red Hat* Enterprise Linux* Operating Systems

For Red Hat* Enterprise Linux*, the FPGA AI Suite is provided as an RPM package that you can install with the dnf command. The dnf command automatically installs several dependencies.

To install the package into the default location in /opt/altera/:
  1. Ensure that your system meets the operating system requirements in Red Hat Enterprise Linux Operating System Requirements.
  2. Download the FPGA AI Suite 2025.3 installation package for your operating system from the following FPGA Software Download Center URL:

    https://www.intel.com/content/www/us/en/software-kit/current/775147.html

  3. Locate the downloaded FPGA AI Suite .rpm file and run the following command:
    sudo dnf install <full path to fpga-ai-suite.rpm>
  4. (Optional) Add the FPGA AI Suite environment configuration script to your .bashrc file to automatically configure your FPGA AI Suite environment when you log on. Add the following line to your .bashrc file:
    source /opt/altera/fpga_ai_suite_2025.3/dla/setupvars.sh

Installing FPGA AI Suite on Ubuntu* Operating Systems

For Ubuntu* operating systems, the FPGA AI Suite is provided as a package that you can install with the apt command. The apt command automatically installs several dependencies.

To install the package into the default location in /opt/altera/:
  1. Ensure that your system meets the operating system requirements in Ubuntu Operating System Requirements.
  2. Download the FPGA AI Suite 2025.3 installation package for your operating system from the following FPGA Software Download Center URL:

    https://www.intel.com/content/www/us/en/software-kit/current/775147.html

    Ubuntu* 22.04/24.04: Download the package file to /tmp.
  3. Locate the downloaded FPGA AI Suite .deb file and run the following commands:
    • Ubuntu* 20.0410/22.04:
      sudo apt install --reinstall libappstream4
      
      sudo apt update
      
      sudo apt install <full path to fpga-ai-suite.deb>
    • Ubuntu* 24.04:
      sudo apt update
      
      sudo apt install <full path to fpga-ai-suite.deb>
  4. (Optional) Add the FPGA AI Suite environment configuration script to your .bashrc file to automatically configure your FPGA AI Suite environment when you log on. Add the following line to your .bashrc file:
    source /opt/altera/fpga_ai_suite_2025.3/dla/setupvars.sh

Next Step

After installing FPGA AI Suite, continue your installation with the steps in Installing OpenVINO Toolkit.

10 Standard support for Ubuntu* Version 20.04 has ended. As a result, some repositories required for installation might not be available.