<!-- ⚠️⚠️ Do Not Delete This! question_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Add clear and concise title --> ## Problem installing fedora ### setup.sh file is using apt on feodra and not dnf ### "N/A" <!-- If any section does not apply, replace its contents with "N/A". --> #### Context details <!-- Add OS, AirSim version, Python version, Unreal version if applicable --> <!-- If not the default, include the settings.json file you are using --> <!-- If it's too large, you can create a [gist](https://gist.github.com/) and past the link here. --> <!-- Describe your question in detail. --> + 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
Problem installing fedora
setup.sh file is using apt on feodra and not dnf
"N/A"
Context details
+++ dirname ./setup.sh
++ cd .
++ pwd
++ uname
++ uname
sudo: apt-get : commande introuvable
I tries to replace apt with dnf but doesn't work