WSL2.I'm trying to install ROCm and failing miserably, my current try using AMD's official guide gets me stuck here,after:
sudo apt-get updatewget https://repo.radeon.com/amdgpu-install/5.4.3/ubuntu/jammy/amdgpu-install_5.4.50403-1_all.deb sudo apt-get install ./amdgpu-install_5.4.50403-1_all.deb
I then need to run:
sudo amdgpu-install --usecase=rocm
which gives me command not found
I'm running this in home/user which should be in the PATH, right? Other posts I searched recommended that.
Link just in case: https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4.3/page/How_to_Install_ROCm.html