Problem installing on fedora
Author: FtimaBenCreated Jan 3, 2026Updated Jan 3, 2026
Problem installing fedora
setup.sh file is using apt on feodra and not dnf
"N/A"
Context details
- set -e +++ dirname ./setup.sh ++ cd . ++ pwd
- SCRIPT_DIR=/home/fatima/AirSim/AirSim
- pushd /home/fatima/AirSim/AirSim
- downloadHighPolySuv=true
- MIN_CMAKE_VERSION=3.10.0 ++ uname
- '[' Linux == Darwin ']'
- DEBUG=false
- [[ 0 -gt 0 ]] ++ uname
- '[' Linux == Darwin ']'
- sudo apt-get update sudo: apt-get : commande introuvable
I tries to replace apt with dnf but doesn't work
Source: microsoft/AirSim