Announcement

Collapse
No announcement yet.

How do I use the run command {solved}

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do I use the run command {solved}

    I have downloaded the ati-driver-installer-11-6-x86.x86_64.run and I do not know how to use the run command. I tried the ./ and the run window and nothing happens please help

    #2
    Re: How do I use the run command

    I have not needed to use that driver/installer, but the typical procedure would go like this:

    1. copy ("sudo cp") the file to /tmp
    2. at the /tmp directory, issue
    Code:
    sudo chmod +x ati-driver-installer-11-6-x86.x86_64.run
    3.
    Code:
    sudo sh ati-driver-installer-11-6-x86.x86_64.run
    Does that work?

    Comment


      #3
      Re: How do I use the run command {solved}

      Yes it worked, thanks dibl

      Comment

      Working...
      X