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"
You can install some software here, but there are relatively few software
You can also download it directly from the website deb installation package, and then double-click to install
##After double-clicking, it will open in the application market, and then click to install 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 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 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!