How to install run file in linux system

王林
Release: 2020-03-11 15:30:47
Original
4606 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!