Fail to install JetPack 4.4.1

11:55:39 INFO: File System and OS: Reading package lists…

11:55:39 INFO: File System and OS: Building dependency tree…

11:55:39 INFO: File System and OS: Reading state information…

11:55:39 INFO: File System and OS: 0 upgraded, 0 newly installed, 0 to remove and 188 not upgraded.

11:55:39 INFO: File System and OS: *begin sudo apt-get install -y python , 5

11:55:39 INFO: File System and OS: Reading package lists…

11:55:39 INFO: File System and OS: Building dependency tree…

11:55:39 INFO: File System and OS: Reading state information…

11:55:40 INFO: File System and OS: 0 upgraded, 0 newly installed, 0 to remove and 188 not upgraded.

11:55:40 INFO: File System and OS: exec_command: /tmp/tmp_NV_L4T_FILE_SYSTEM_AND_OS_T194_COMP.sh

11:58:54 INFO: File System and OS: Using rootfs directory of: /media/huang/erwer/img/JetPack_4.4.1_Linux_JETSON_AGX_XAVIER/Linux_for_Tegra/rootfs

11:58:54 ERROR: File System and OS: command terminated with error

11:58:56 SUMMARY: VPI on Target: Depends on failed component

INSTALLATION FAILED
Please review the terminal tab for details. Resolve and RETRY.

That log did not mention which dependencies are missing, but considering some past issues, try this before running the SDKM install again (I am assuming your host PC is Ubuntu 18.04):

sudo apt update
sudo apt --fix-broken install
sudo apt-get install libgconf-2-4 libcanberra-gtk-module
sudo apt-get install libbz2-1.0

(if it says you already have a component, or if it can’t find a component, just use the parts it allows)

1 Like

@hyuangxgg

also might help removing the folder

rm -rf ~/.nvsdkm

also headless sdkmanager installation might be tried

sdkmanager --cli install  --product Jetson --version 4.4.1 --targetos Linux --target P2888-0001 --flash all --targetimagefolder /somefolder/installation_agx --downloadfolder /somefolder/Downloads --additionalsdk DeepStream