OS/Ubuntu

Ubuntu 26.04 cuda install error (/tmp)

강서버 2026. 6. 2. 01:01
728x90
반응형

[ Error message ]

$ sudo sh cuda_13.3.0_610.43.02_linux.run
[sudo: authenticate] 비밀번호:       
Extraction failed.
Ensure there is enough space in /tmp and that the installation package is not corrupt
Signal caught, cleaning up

 

 

[ Solving ]

1. Create a temporary directory

$ mkdir -p ~/cuda_temp

2. Set permissions
$ chmod 777 ~/cuda_temp

3. When running the installer, set it to a new temporary path
$ sudo sh cuda_<version>_linux.run --tmpdir ~/cuda_temp

 

 

728x90
반응형