Home  >  Article  >  Operation and Maintenance  >  How to install run file in linux system

How to install run file in linux system

王林
王林Original
2020-03-11 15:30:474609browse

How to install run file in linux system

Open the home directory folder on the desktop, then click on the download directory, right-click after entering and select Open in Terminal.

How to install run file in linux system

Then you see a $ symbol in the terminal. The one in front is a Chinese download that proves that the terminal has entered this directory. Then enter the command: chmod x file name and press Enter.

(Recommended tutorial: linux tutorial)

Give the run file executable permissions.

How to install run file in linux system

Then enter the command: ./ file name and press Enter, then you will see an installation interface, which is no different from the software on win. Just choose one step at a time.

How to install run file in linux system

Related video tutorial recommendations: linux video tutorial

The above is the detailed content of How to install run file in linux system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn