Installing - Executable files

Channel:
Subscribers:
17
Published on ● Video Link: https://www.youtube.com/watch?v=B6QrBtk3U4o



Duration: 1:52
2,651 views
5


1. Download the file onto the desktop
2. open the terminal (Application → Accessories → Terminal)
3. write the following, note that $ means beginning of each line, saying it is your user but not root.

$ cd Desktop/
$ chmod u+x name_of_binaryfile
$ ./name_of_binaryfile

when you want to remove the program manually you should find the proper place similarly to this:

$ cd /home/user/
$ rm -R name_of_program/







Tags:
install
programs
linux
ubuntu
8.10