Kamis, 05 Juni 2014

How to Install Run File

This is the snippet for installing dot run file.

In this case, I am using a file name example.run.You can change it whatever your file name. Then you can follow this step;

1. Open a terminal. In Gnome the terminal is found in Applications>Accessories>Terminal.

2. Navigate to the directory of the .run file. For this example, I have mine on the desktop so I would type in "cd ~/Desktop" and press enter.

3. Type "chmod +x example.run" (press enter).

4. Now type "./example.run", press enter, and the installer will run.    

Tidak ada komentar:

Posting Komentar

Cara Mengetahui Besar Database PostgreSQL Tanpa Mendownloadnya

Berikut adalah langkah-langkah untuk mengetahui ukuran semua database di instance PostgreSQL yang berjalan di dalam kontainer Docker: 1. Men...