Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Just a guess(I haven't used cuda),run
    whereis nvcc
    and move the binary file to /tmp - If you know any config files ..move them too.

    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
    -------------------

  3. #3
    Just Joined! nesca2in1's Avatar
    Join Date
    Aug 2008
    Location
    Silesia/Poland
    Posts
    16
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...