Jump to content

NVIDIA Jetson Orin/JetPack 5.0.2/Getting Started: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 32: Line 32:


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_''<version>''-''<build>''_amd64.deb
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_<version>-<build>_amd64.deb
</syntaxhighlight>
</syntaxhighlight>


For example if the file downloaded from NVIDIA is named sdkmanager_1.8.0-10363_amd64.deb, then you can use the following command to install it:
For example if the file downloaded from NVIDIA is named sdkmanager_1.8.0-10363_amd64.deb, then you can use the following command to install it:
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
sudo dpkg -i ''<SDK_Manager_Installer_Download_Dir>''/sdkmanager_1.8.0-10363_amd64.deb
sudo dpkg -i <SDK_Manager_Installer_Download_Dir>/sdkmanager_1.8.0-10363_amd64.deb
</syntaxhighlight>
</syntaxhighlight>


1,593

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.