Jetson tx2-4g R32.3.1 sudo apt-get install failing

sudo apt-get install –y libmnl0 libmnl-dev
[sudo] password for tbuckley:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package –y
tbuckley@BaseSystem_0_2:/usr/local/cuda-10.0/targets/aarch64-linux/lib$ sudo apt-get install libmnl0 libmnl-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
libmnl0 is already the newest version (1.0.4-2).
libmnl0 set to manually installed.
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
cuda-toolkit-10-0 : Depends: cuda-documentation-10-0 (>= 10.0.326) but it is not going to be installed
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).

Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p1 14G 14G 0 100% /

sdkmanager filled up disk space and left the system unusable,

Need help identifying what can be removed to free up disk space,

/usr$ mydu
618M ./src
23M ./sbin
1.3G ./share
109M ./include
282M ./bin
2.1G ./local
5.9G ./lib
628K ./games
11G .
shows /usr/local, /usr/share, and /usr/lib using gigs of disk space.

Terry

Hi,

You can try to mount the rootfs to external storage and then use sdkmanager to install.

https://elinux.org/Jetson/L4T/Boot_From_External_Device

remote mount is possible for debug and development, but will not work in my product. Nvidia needs to address the amount of disk space the base system uses and how to remove/customize disk space usage. /usr/share and /usr/lib are really using alot of disk space. Did Nvidia come up with a game plan for a ubuntu on a diet so that it would be usable in 14G. This answer kind of sounds like there is no plan.