SDK Manager

When I tries to sync with my Jetson Nano I am facing this error.

This error means the apt get update on your host didnā€™t work fine. It has nothing to do with jetson.

Please resolve it before running sdkmanager.

jetson@jetson-desktop:~$ sudo apt upgrade
[sudo] password for jetson:
Sorry, try again.
[sudo] password for jetson:
Reading package listsā€¦ Done
Building dependency tree
Reading state informationā€¦ Done
You might want to run ā€˜apt --fix-broken installā€™ to correct these.
The following packages have unmet dependencies:
cuda-drivers-495 : Depends: libnvidia-compute-495 (>= 495.29.05) but it is not installed
Depends: libnvidia-gl-495 (>= 495.29.05) but it is not installed
dnsmasq-base : Depends: libnettle6 (>= 3.4~) but it is not installed
gstreamer1.0-plugins-bad : Depends: libnettle6 but it is not installed
iputils-ping : Depends: libnettle6 but it is not installed
libarchive13 : Depends: libnettle6 but it is not installed
libcurl3-gnutls : Depends: libnettle6 but it is not installed
libgnutls30 : Depends: libnettle6 but it is not installed
libhogweed4 : Depends: libnettle6 (= 3.4.1-0ubuntu0.18.04.1) but it is not installed
libnvidia-decode-495 : Depends: libnvidia-compute-495 (= 495.29.05-0ubuntu1) but it is not installed
librtmp1 : Depends: libnettle6 but it is not installed
nvidia-compute-utils-495 : Depends: libnvidia-compute-495 but it is not installed
nvidia-driver-495 : Depends: libnvidia-gl-495 (= 495.29.05-0ubuntu1) but it is not installed
Depends: libnvidia-compute-495 (= 495.29.05-0ubuntu1) but it is not installed
nvidia-utils-495 : Depends: libnvidia-compute-495 but it is not installed
E: Unmet dependencies. Try ā€˜apt --fix-broken installā€™ with no packages (or specify a solution).

How can I resolve these.

Sdkmanager is running on x86 64 host. Not jetson itself.

yes i ran it on my linux machine(PC).

The one that has something wrong is apt-get update. Not apt-get upgradeā€¦

If you cannot tell these two, please search some resources on the Internetā€¦

What you are asking now has nothing to do with jetson product at all.

jetson@jetson-desktop:~$ sudo apt-get update
/usr/lib/apt/methods/http: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
/usr/lib/apt/methods/http: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
/usr/lib/apt/methods/http: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
/usr/lib/apt/methods/http: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
/usr/lib/apt/methods/https: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
/usr/lib/apt/methods/https: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
/usr/lib/apt/methods/http: error while loading shared libraries: libnettle.so.6: cannot open shared object file: No such file or directory
Get:1 file:/var/cuda-repo-10-2-local-10.2.89 InRelease
Ign:1 file:/var/cuda-repo-10-2-local-10.2.89 InRelease
Get:2 file:/var/cuda-repo-ubuntu1804-11-5-local InRelease
Ign:2 file:/var/cuda-repo-ubuntu1804-11-5-local InRelease
Get:3 file:/var/visionworks-repo InRelease
Ign:3 file:/var/visionworks-repo InRelease
Get:4 file:/var/visionworks-sfm-repo InRelease
Ign:4 file:/var/visionworks-sfm-repo InRelease
Get:5 file:/var/visionworks-tracking-repo InRelease
Ign:5 file:/var/visionworks-tracking-repo InRelease
Get:6 file:/var/cuda-repo-10-2-local-10.2.89 Release [574 B]
Get:6 file:/var/cuda-repo-10-2-local-10.2.89 Release [574 B]
Get:7 file:/var/cuda-repo-ubuntu1804-11-5-local Release [564 B]
Get:8 file:/var/visionworks-repo Release [2,001 B]
Get:7 file:/var/cuda-repo-ubuntu1804-11-5-local Release [564 B]
Get:8 file:/var/visionworks-repo Release [2,001 B]
Get:9 file:/var/visionworks-sfm-repo Release [2,005 B]
Get:9 file:/var/visionworks-sfm-repo Release [2,005 B]
Get:10 file:/var/visionworks-tracking-repo Release [2,010 B]
Get:10 file:/var/visionworks-tracking-repo Release [2,010 B]
Reading package listsā€¦ Done
E: Method http has died unexpectedly!
E: Sub-process http returned an error code (127)
E: Method /usr/lib/apt/methods/http did not start correctly
E: Method http has died unexpectedly!
E: Sub-process http returned an error code (127)
E: Method /usr/lib/apt/methods/http did not start correctly
E: Method http has died unexpectedly!
E: Sub-process http returned an error code (127)
E: Method /usr/lib/apt/methods/http did not start correctly
E: Method http has died unexpectedly!
E: Sub-process http returned an error code (127)
E: Method /usr/lib/apt/methods/http did not start correctly
E: Method https has died unexpectedly!
E: Sub-process https returned an error code (127)
E: Method /usr/lib/apt/methods/https did not start correctly
E: Method https has died unexpectedly!
E: Sub-process https returned an error code (127)
E: Method /usr/lib/apt/methods/https did not start correctly
E: Method http has died unexpectedly!
E: Sub-process http returned an error code (127)
E: Method /usr/lib/apt/methods/http did not start correctly
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic/InRelease
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/InRelease
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-backports/InRelease
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/bionic-security/InRelease
E: Failed to fetch https://repo.download.nvidia.com/jetson/common/dists/r32.5/InRelease
E: Failed to fetch https://repo.download.nvidia.com/jetson/t210/dists/r32.5/InRelease
E: Failed to fetch http://packages.microsoft.com/repos/code/dists/stable/InRelease
E: Some index files failed to download. They have been ignored, or old ones used instead.

Please check the error over the Internet. This is already out of the my scope to help.

Looks like this is your host computer problem.

1 Like

ok

E: Unmet dependencies. Try ā€˜apt --fix-broken installā€™ with no packages (or specify a solution).

What is this issue.?

Any resolvement to this.?

Why not you firstly study what is difference between apt-get update and upgrade?

No one is asking you to run apt get upgrade at this moment.

1 Like

See can you hear what Iā€™m facing is
Iā€™m asking you that do you know what this issue isā€˜apt --fix-broken installā€™.?
If you know that reply for that.

Check if your apt is trying to install some architecture that is not supported on your host.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.