What are you trying to install. You may have to be root for some of these.
If it's an installer, then you'll want to run it with
- Code: Select all
./the_executable.bin
If your compiling from source, you'll need to compile it by cd'ing to the correct folder. Then build the program, likely with something like
- Code: Select all
./configure
make
make install
They'll likely be a more detailed file with the source called INSTALL
If its a package such as (.deb or .rpm) you'll need more distro specific commands.