Hi. Im a new user of a Jetson Orin Development kit. I am trying to upgrade my ubuntu to from 20 to 22. Im getting error basically every where. the software Updater offer new installation of Ubuntu 22, but by clicking the update button nothing happens. then Starting with sdkmanager installation, following the instruction here (SDK Manager | NVIDIA Developer), this is my command:
sudo apt install ./sdkmanager_2.1.0-11682_amd64.deb
response:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'sdkmanager:amd64' instead of './sdkmanager_2.1.0-11682_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
sdkmanager:amd64 : Depends: libcanberra-gtk-module:amd64 but it is not installable
Depends: locales:amd64 but it is not installable
Depends: libxshmfence1:amd64 but it is not installable
Depends: libnss3:amd64 but it is not installable
Depends: libatk-bridge2.0-0:amd64 but it is not installable
Depends: libdrm2:amd64 but it is not installable
Depends: libgtk-3-0:amd64 but it is not installable
Depends: libgbm1:amd64 but it is not installable
Depends: libcanberra-gtk3-module:amd64 but it is not installable
Depends: libx11-xcb1:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
I then try it with the repo and it didn’t work again:
sudo apt-get -y install sdkmanager
→
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package sdkmanager
last tries, going through the last topics again:
sudo dpkg -i sdkmanager_2.1.0-11682_amd64.deb
→
dpkg: error processing archive sdkmanager_2.1.0-11682_amd64.deb (--install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
sdkmanager_2.1.0-11682_amd64.deb
and by the software installer, and another script i don’t remember now, I am getting dependencies error…
help :D !!!