Installed wrong NVIDIA driver for Jetson Orin Nano

I was trying to install CUDA Toolkit on Orin Nano, not realizing that it came preinstalled. I followed these instructions (CUDA Toolkit 12.5 Update 1 Downloads | NVIDIA Developer) and ended up with the wrong driver. How do I uninstall it from my Nano?

Hi,

You can remove the apt-installed package via sudo apt remove ....
For example:

$ sudo apt remove -y nvidia-driver-555-open

Thanks.

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