FPGA AI Suite Handbook

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

4.2.3.4.1. Installing the FPGA AI Suite Into an Alternative Location

If you prefer to install the FPGA AI Suite into an alternative location, you can use the following commands:
  • Red Hat* Enterprise Linux* 8.10:
    sudo dnf install numactl-devel cmake git curl graphviz ninja-build\
              gcc gcc-c++ redhat-lsb tbb-devel gflags-devel boost-devel
              
    rpm -i --prefix=<full path to alternative location> \
              <full path to fpga-ai-suite.rpm> 
  • Red Hat* Enterprise Linux* 9.4:
    sudo dnf install numactl-devel cmake git curl graphviz gcc gcc-c++ \
              tbb-devel gflags-devel boost-devel
              
    rpm -i --prefix=<full path to alternative location> \
              <full path to fpga-ai-suite.rpm>
  • Ubuntu* 20.04Standard support for Ubuntu Version 20.04 has ended. As a result, some repositories required for installation might not be available. 11:
    sudo apt update
    
    sudo apt install libnuma-dev cmake git curl graphviz unzip libtbb-dev \
                     lsb libboost-all-dev libgflags-dev ninja-build
    
    dpkg-deb -x <full path to fpga-ai-suite deb> /tmp/ai-suite
    
    mv /tmp/ai-suite/opt/altera/fpga_ai_suite_2025.3 <full path to alternative location>
  • Ubuntu* 22.04:
    sudo apt update
    
    sudo apt install libnuma-dev cmake git curl graphviz unzip libtbb-dev lsb \
                     libboost-all-dev libgflags-dev ninja-build
    
    dpkg-deb -x <full path to fpga-ai-suite deb> /tmp/ai-suite
    
    mv /tmp/ai-suite/opt/altera/fpga_ai_suite_2025.3 <full path to alternative location>
  • Ubuntu* 24.04:
    sudo apt update
    
    sudo apt install libnuma-dev cmake git curl graphviz unzip libtbb-dev \
                     libboost-all-dev libgflags-dev ninja-build
    
    dpkg-deb -x <full path to fpga-ai-suite deb> /tmp/ai-suite
    
    mv /tmp/ai-suite/opt/altera/fpga_ai_suite_2025.3 <full path to alternative location>
11 Standard support for Ubuntu* Version 20.04 has ended. As a result, some repositories required for installation might not be available.