Skip to content

Documentation

Steve Zabka edited this page Jul 4, 2022 · 85 revisions

Autodesk Fusion 360 Software for Linux® Installation

Table of Contents


Preamble

The information contained herein is for informational purposes only and is subject to change without notice. While every precaution has been taken in the preparation of this document, it may contain technical inaccuracies, omissions and typographical errors, and ich bin nicht under no obligation to update or otherwise correct this information. Ich mache no representations or warranties with respect to the accuracy or completeness of the contents of this document and assumes no liability of any kind, including the implied warranties of non-infringement, merchantability or fitness for particular purposes, with respect to the operation or use of Autodesk Fusion 360 on Linux or other products described herein. No license, including implied or arising by estoppel, to any intellectual property rights is granted by this document. This notice does not change the terms and limitations applicable to the purchase or use of Autodesk products that may be set forth in a separate signed agreement between you and Autodesk.

Autodesk is a registered trademark of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries.

Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.

Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.

OpenGL® and the oval logo are trademarks or registered trademarks of Hewlett Packard Enterprise in the United States and/or other countries worldwide.


Prerequisites

Downloading the Installer Package

The Autodesk Fusion 360 for Linux Setup Wizard is delivered as an installer package. Prior to installation, you must first you must first check the requirements!

However, some of these requirements (installation of packages) are installed using the setup wizard.

Download the installer package to the system (~/.fusion360/bin), and install it using the install.sh, which will make the installation available on your system.


Installing the Installer Package

Install the package YAD on your computer and run this command:

$ mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh

Installing without the Installer Package

Supported Linux Distributions
- Arch Linux-based
  # Activate the multilib repository ...
  $ echo "Enabling the multilib repository ..."
  $ echo "[multilib]" | sudo tee -a /etc/pacman.conf
  $ echo "Include = /etc/pacman.d/mirrorlist" | sudo tee -a /etc/pacman.conf

  $ sudo pacman -Sy --needed wine wine-mono wine_gecko winetricks p7zip curl cabextract samba ppp
- Debian/Ubuntu-based
  $ sudo apt-get update
  $ sudo apt-get --allow-releaseinfo-change update #optional
  $ sudo dpkg --add-architecture i386

  # Debian - Replace the VERSIONNAME & VERSIONUMBER!
  $ sudo apt-add-repository -r 'deb https://dl.winehq.org/wine-builds/debian/ VERSIONNAME main'
  $ wget -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_VERSIONUMBER//Release.key -O Release.key -O- | sudo apt-key add -
  $ sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_VERSIONUMBER/ ./'

  # Ubuntu - Replace the VERSIONNAME & VERSIONUMBER!
  $ sudo add-apt-repository -r 'deb https://dl.winehq.org/wine-builds/ubuntu/ VERSIONNAME main'
  $ wget -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_VERSIONUMBER/Release.key -O Release.key -O- | sudo apt-key add -
  $ sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_VERSIONUMBER/ ./'

  $ sudo apt-get install p7zip p7zip-full p7zip-rar curl winbind cabextract wget
  $ sudo apt-get install --install-recommends winehq-staging
- Red Hat/Fedora-based
  # Red Hat - Replace the VERSIONUMBER!
  $ sudo subscription-manager repos --enable codeready-builder-for-rhel-VERSIONUMBER-x86_64-rpms
  $ sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-VERSIONUMBER.noarch.rpm
  $ sudo dnf upgrade
  $ sudo dnf install wine

  # Fedora - Replace the VERSIONUMBER!
  $ sudo dnf update
  $ sudo dnf upgrade
  $ sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
  $ sudo dnf config-manager --add-repo https://download.opensuse.org/repositories/Emulators:/Wine:/Fedora/Fedora_VERSIONUMBER/Emulators:Wine:Fedora.repo
  $ sudo dnf install p7zip p7zip-plugins curl wget wine cabextract
- openSUSE/SUSE-based
  # openSUSE Leap - Replace the VERSIONUMBER!
  $ su -c 'zypper up && zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_VERSIONUMBER/ wine && zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_VERSIONUMBER/ wine && zypper install p7zip-full curl wget wine cabextract'

  # openSUSE TW
  $ su -c 'zypper up && zypper rr https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine && zypper ar -cfp 95 https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Tumbleweed/ wine && zypper install p7zip-full curl wget wine cabextract'
- Solus-based
  $ sudo eopkg install -y wine winetricks p7zip curl cabextract samba ppp
- Void-based
  $ sudo xbps-install -Sy wine wine-mono wine-gecko winetricks p7zip curl cabextract samba ppp
- Gentoo-based
  $ sudo emerge -nav virtual/wine app-emulation/winetricks app-emulation/wine-mono app-emulation/wine-gecko app-arch/p7zip app-arch/cabextract net-misc/curl net-fs/samba net-dialup/ppp

Configuring Access to the Distribution Repository (RHEL and SLE only)

Autodesk Fusion 360 depends on packages provided by Linux distribution vendors and other sources.

The Autodesk Fusion 360 requires access to specific RPMs from Red Hat Enterprise Linux (RHEL) or SUSE Linux Enterprise (SLE) installation media for the purpose of dependency resolution. You must ensure one of the following:

  • Have a valid subscription and be connected to Internet during installation.
  • Mount an installation media (for example, DVD, USB key or ISO file). Media mounting instructions for Red Hat systems are provided at https://access.redhat.com/solutions/1355683. For SLE, use YaST to add the installation media as a new repository, see the SUSE documentation for details.

💡 Notice: It is assumed most customers have a subscription with access to online repositories or are using a Linux distribution which does not require a subscription and has online repositories enabled by default.


Installation of Autodesk Fusion 360

💡 For this installation I chose the standard Wineprefix as an example.

WINEPREFIX=$HOME/.fusion360/wineprefixes/default

💡 Autodesk Fusion 360 has two possible graphics driver selection options. The first were DXVK. This is a promising new implementation for DirectX 9, 10 & 11 over Vulkan. This should allow for greater performance, and in some cases, even better compatibility, but it doesn't work properly on every computer (see Driver support)!. And the second option would be OpenGL. Please choose only one of the two options during the installation!

  $ mkdir -p $HOME/.fusion360/bin
  $ mkdir -p $HOME/.fusion360/downloads
  $ wget -N -P $HOME/.fusion360/bin https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
  $ chmod +x $HOME/.fusion360/bin/winetricks

  $ wget https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe -O Fusion360installer.exe
  $ mv "Fusion360installer.exe" "$HOME/.fusion360/downloads/Fusion360installer.exe"

  # Sandbox-Mode (Optional)
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default sh $HOME/.fusion360/bin/winetricks -q sandbox

  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default sh $HOME/.fusion360/bin/winetricks -q atmlib gdiplus corefonts cjkfonts dotnet452 msxml4 msxml6 vcrun2017 fontsmooth=rgb winhttp win10
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default sh $HOME/.fusion360/bin/winetricks -q cjkfonts

  $ cp "$HOME/.fusion360/downloads/Fusion360installer.exe" "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads"
  
  # You must kill this process after some minutes (~3min.)!
  # For more information check this link: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/232
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default wine $HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads/Fusion360installer.exe
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default wine $HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads/Fusion360installer.exe

  # DXVK:
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default sh $HOME/.fusion360/bin/winetricks -q dxvk
  $ wget -N -P $HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/dxvk/DXVK.reg
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default wine regedit.exe $HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads/DXVK.reg
  $ mkdir -p "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Roaming/Autodesk/Neutron Platform/Options"
  $ wget -N -P "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Roaming/Autodesk/Neutron Platform/Options" https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/dxvk/NMachineSpecificOptions.xml
  $ mkdir -p "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Local/Autodesk/Neutron Platform/Options"
  $ wget -N -P "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Local/Autodesk/Neutron Platform/Options" https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/dxvk/NMachineSpecificOptions.xml
  $ mkdir -p "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Application Data/Autodesk/Neutron Platform/Options"
  $ wget -N -P "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Application Data/Autodesk/Neutron Platform/Options" https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/dxvk/NMachineSpecificOptions.xml

  # OpenGL:
  $ mkdir -p "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Roaming/Autodesk/Neutron Platform/Options"
  $ wget -N -P "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Roaming/Autodesk/Neutron Platform/Options" https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/opengl/NMachineSpecificOptions.xml
  $ mkdir -p "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Local/Autodesk/Neutron Platform/Options"
  $ wget -N -P "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/AppData/Local/Autodesk/Neutron Platform/Options" https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/opengl/NMachineSpecificOptions.xml
  $ mkdir -p "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Application Data/Autodesk/Neutron Platform/Options"
  $ wget -N -P "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Application Data/Autodesk/Neutron Platform/Options" https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/raw/main/files/builds/stable-branch/driver/video/opengl/NMachineSpecificOptions.xml

💡 Notice: The winetricks sandbox verb merely removes the desktop integration and Z: drive symlinks and is not a "true" sandbox. It protects against errors rather than malice. It's useful for, e.g., keeping games from saving their settings in random subdirectories of your home directory. But it still ensures that wine, for example, no longer has access permissions to Home! For this reason, the EXE files must be located directly in the Wineprefix folder!


Create a .desktop file & launcher
  $ echo "#!/bin/bash" > $HOME/.fusion360/wineprefixes/default/box-run.sh
  $ echo "WP_BOX='$HOME/.fusion360/wineprefixes/default'" > $HOME/.fusion360/wineprefixes/default/box-run.sh
  $ echo ". $HOME/.fusion360/bin/launcher.sh" >> $HOME/.fusion360/wineprefixes/default/box-run.sh
  $ chmod +x $HOME/.fusion360/wineprefixes/default/box-run.sh  

  $ wget -N -P $HOME/.fusion360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/launcher.sh
  $ chmod +x $HOME/.fusion360/bin/launcher.sh

  $ wget -N -P $HOME/.fusion360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/update.sh
  $ chmod +x $HOME/.fusion360/bin/update.sh

  $ wget -N -P $HOME/.fusion360/graphics https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/fusion360.svg

  $ rm $HOME/.local/share/applications/wine/Programs/Autodesk/Autodesk\ Fusion\ 360.desktop

  $ mkdir -p $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default
  $ echo "[Desktop Entry]" > $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Name=Autodesk Fusion 360 - default" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName=CAD Application" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[cs]=Aplikace CAD" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[de]=CAD-Anwendung" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[es]=Aplicación CAD" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[fr]=Application CAO" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[it]=Applicazione CAD" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[ja]=CADアプリケーション" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[ko]=CAD 응용" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "GenericName[zh_CN]=计算机辅助设计应用" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment=Autodesk Fusion 360 is a cloud-based 3D modeling, CAD, CAM, and PCB software platform for product design and manufacturing." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[cs]=Autodesk Fusion 360 je cloudová platforma pro 3D modelování, CAD, CAM a PCB určená k navrhování a výrobě produktů." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[de]=Autodesk Fusion 360 ist eine cloudbasierte Softwareplattform für Modellierung, CAD, CAM, CAE und Leiterplatten in 3D für Produktdesign und Fertigung." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[es]=Autodesk Fusion 360 es una plataforma de software de modelado 3D, CAD, CAM y PCB basada en la nube destinada al diseño y la fabricación de productos." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[fr]=Autodesk Fusion 360 est une plate-forme logicielle 3D cloud de modélisation, de CAO, de FAO, d’IAO et de conception de circuits imprimés destinée à la conception et à la fabrication de produits." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[it]=Autodesk Fusion 360 è una piattaforma software di modellazione 3D, CAD, CAM, CAE e PCB basata sul cloud per la progettazione e la realizzazione di prodotti." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[ja]=Autodesk Fusion 360は、製品の設計と製造のためのクラウドベースの3Dモデリング、CAD、CAM、およびPCBソフトウェアプラットフォームです。" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[ko]=Autodesk Fusion 360은 제품 설계 및 제조를 위한 클라우드 기반 3D 모델링, CAD, CAM 및 PCB 소프트웨어 플랫폼입니다." >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Comment[zh_CN]=Autodesk Fusion 360 是一个基于云的 3D 建模、CAD、CAM 和 PCB 软件平台,用于产品设计和制造。" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Exec=$HOME/.fusion360/wineprefixes/default/box-run.sh" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Type=Application" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Categories=Education;Engineering;" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "StartupNotify=true" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/$WP_TYPE/fusion360.desktop
  $ echo "Icon=$HOME/.fusion360/graphics/fusion360.svg" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Terminal=false" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop
  $ echo "Path=$HOME/.fusion360/wineprefixes/default" >> $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default/fusion360.desktop

Install a extension

As you may have already experienced, Autodesk Fusion 360 offers the option of installing various extensions. And I have already tested some of these extensions on Linux and you can find the list here.

But even if the respective extension doesn't appear there, it doesn't mean that it might not work under Linux. So if the case should arise and another extension should run, then please send me a message.

Otherwise, you can, for example, install the "Airfoil Tools" extension by executing the following commands:

  $ mkdir -p "$HOME/.fusion360/extensions"
  $ cd "$HOME/.fusion360/extensions"
  $ wget -N https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/raw/main/files/extensions/AirfoilTools_win64.msi &&
  $ cp AirfoilTools_win64.msi "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads"
  $ cd "$HOME/.fusion360/wineprefixes/default/drive_c/users/$USER/Downloads"
  $ WINEPREFIX=$HOME/.fusion360/wineprefixes/default wine msiexec /i AirfoilTools_win64.msi

💡 Notice: You can install, repair or remove the extension this way. And in addition, the Autodesk Fusion 360 program must be installed beforehand, otherwise there will be an error!


Uninstall Autodesk Fusion 360

💡 Notice: For this uninstallation I chose the standard Wineprefix as an example.

WINEPREFIX=$HOME/.fusion360/wineprefixes/default

Do you want to uninstall or remove Autodesk Fusion 360 from your system?

If you installed the program using my setup wizard, a shortcut to the uninstaller was also created, which you can use to remove Autodesk Fusion 360 from your computer.

Otherwise, you must remove it manually by running the following commands:

 $ rm $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default
 $ rm $HOME/.fusion360/wineprefixes/default

 # Remove all files! (Optional)
 $ rm $HOME/.fusion360

💡 Notice: If you have installed Autodesk Fusion 360 using my script and want to remove it manually yourself, then you must also change or delete other files. For example: $HOME/.fusion360/logs/wineprefixes.log


Reporting Bugs

On GitHub you have the possibility to submit and make available various bugs, improvement reports or patches using the bug tracking system. Furthermore, all of these reports are continuously searched to provide clear, accurate details, giving developers an easy way to reproduce the bug and find quick fixes.

If you want to help the project, check out the bug tracking system for information, read about severities and priorities, and my videos on YouTube.

You are also welcome to fix the error directly as described in the troubleshooting documentation.

Generating a Bug Report

In order to facilitate efficient investigation, it’s important to include as much detail as possible with the bug report. Perform the following steps before you file a bug report:

  1. Create a destination folder for the report.

    💡 Notice: If you gather several reports, identify them with the date and if needed add a number at the end to differentiate between your reports, as shown in the following example.

    $ LOGDIR=~/LOGS/20220617-1
    $ mkdir -p $LOGDIR
    $ cd $LOGDIR
    
  2. Gather basic configuration details.

    $ sudo lshw -c cpu | grep product >> basic.conf
    $ lspci -nn | grep "VGA\|Display" >> basic.conf
    $ sudo dmidecode -t BIOS | grep Version >> basic.conf
    $ lsb_release -sd >> basic.conf
    $ uname -a >> basic.conf
    
  3. Create detailed log files by running the following commands:

    
    $ lsmod | grep amdgpu > lsmod.amdgpu.log
    $ dmesg > dmesg.log
    $ cp /var/log/Xorg.0.log .
    $ type -p dpkg && dpkg -l > package.log
    $ type -p rpm && rpm -qa > package.log
    
  4. (Optional) To facilitate in-depth analysis, you can run the following commands:

    $ lspci -vnn > lspci.vnn.log
    $ lspci -nn > lspci.nn.log
    $ sudo dmidecode > dmidecode.log
    $ uname -a > uname.a.log
    $ lsinitramfs /boot/initrd.img-`uname -r` > lsinitramfs.log
    $ sudo lshw > lshw.log
    $ modinfo amdgpu > modinfo.amdgpu.log
    $ glxinfo > glxinfo.log
    

Capturing the Output of Your Commands to a File

  1. Start a script session to capture your commands to a log file.

    $ script /tmp/install-log.txt
    
  2. Run all commands you want to capture in the script (for example, install)
    $ mkdir -p "$HOME/.fusion360/bin" && cd "$HOME/.fusion360/bin" && wget -N https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/install.sh && chmod +x install.sh && ./install.sh
    
  3. End the capture session.

    $ exit
    

Most searched FAQ questions