![How to install the system on linux](https://img.php.cn/upload/article/000/000/020/5e38ce3ada557888.jpg)
How to install system software in Linux?
Open the system, you can see the desktop as shown below, find the software center, open the software center
Recommended: "Linux Tutorial"
![1580780933781829.png How to install the system on linux](https://img.php.cn/upload/image/608/284/402/1580780933781829.png)
You can install some software here, but there are relatively few software
![1580780937658562.png How to install the system on linux](https://img.php.cn/upload/image/471/174/213/1580780937658562.png)
You can also download it directly from the website deb installation package, and then double-click to install
![1580780944157717.png How to install the system on linux](https://img.php.cn/upload/image/772/835/944/1580780944157717.png)
##After double-clicking, it will open in the application market, and then click to install
![1580780949733779.png How to install the system on linux](https://img.php.cn/upload/image/921/191/618/1580780949733779.png)
Or in the folder where the installation package is located, hold down shift and right-click the mouse. The following interface will pop up. Click to open in the terminal
![1580780954137764.png How to install the system on linux](https://img.php.cn/upload/image/217/518/677/1580780954137764.png)
and enter the following command, -i is followed by your file name. If the permissions are not enough, you need to enter sudo in front, then press Enter and then enter the password
![1580780959274177.png How to install the system on linux](https://img.php.cn/upload/image/942/681/596/1580780959274177.png)
Finally there is another installation Method, enter the following command, softname is the name of your software, it must be accurate before it can be installed. It is recommended that you check online what to enter before installation, and then press Enter to install directly.
When installing software, you also need to consider dependencies, software sources and permissions
The above is the detailed content of How to install the system on linux. 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