I have been trying for days to install the sdkmanager so I can flash a disk for my new Jetson Nano. This is now officially the hardest I’ve had to work to flash a disk. I have tried from windows using wsl. I have tried from 3 different version of ubuntu desktop. In ubuntu I get an error about dependencies:
sdkmanager : Depends: libcanberra-gtk-module but it is not installableThere is no such module availbe for any of the 3 versions I’ve tried. There is aversion 3 of that module already installed. I have been unable to find any information that could help me get past this error. When I try the docker install I always end up with “No space left on device” despite having plenty of disk space.
Anyone else able to work past this error?
If I can’t get past it I guess I’ll just return it.
Thanks,
Eric
Finally got past the dependency error with:
sudo add-apt-repository universe
sudo apt update
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.