0

Possible Duplicate:
How to install a .tar.gz (or .tar.bz2) file?

I downloaded a tar.gz file of the dongle's driver but I don't know how to install it. I'm kind of new to Linux systems . Can someone help me please?

Using the terminal I tried going to the folder where I extracted the files from the tar.gz file and then I typed ./install but then again there was a permission error . So I typed chmod a+x install . That fixed the permission error but then they say no such file or directory. Can someone please help me fix this?

1 Answers1

0

Try

./configure 
make
make install

Might need sudo in there too.

Ringtail
  • 16,127
Erro
  • 879