Results 1 to 3 of 3
I have installed cuda toolkit ,cuda sdk and nvidia graphic card driver when i verified it by using
nvcc -v command it was working but so many other problem was ...
- 10-01-2009 #1Just Joined!
- Join Date
- Sep 2009
- Location
- noida
- Posts
- 2
how to uninstall program?
I have installed cuda toolkit ,cuda sdk and nvidia graphic card driver when i verified it by using
nvcc -v command it was working but so many other problem was there so i installed it again but now even after installation of all the package nvcc -v command is not working.
I think as i installed it again some problem occurred ,even i got a message that a previous version is uninstalling.... but it is not properly installed.
anybody tell me general process to uninstall the package(all package was .run i used sh).
if someone famlier with cuda plz solve this issue.
thanx in advance.
- 10-01-2009 #2
Just a guess(I haven't used cuda),run
and move the binary file to /tmp - If you know any config files ..move them too.whereis nvcc
and then try and install new version.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 10-04-2009 #3
IMO:
yum remove SOFTWARE_NAME
yum list | grep SOFTWARE_NAME
yum install SOFTWARE_NAME ( choice new version from result list if exist)
and please .... backup your config files


Reply With Quote