1024programmer Linux What is the command to install software in Linux-linux operation and maintenance

What is the command to install software in Linux-linux operation and maintenance

sudo apt remove

Second, use the rpm command to install the rpm installation package File

Installation steps:

1. Find the corresponding software package, such as xx.rpm, and download it to a directory;

2, cd the directory where xx.rpm is located;

3, sudo rpm -ivh xx.rpm. (Install and display the file information being installed and the installation progress)

Uninstallation steps:

1, sudo rpm -e xxSoftName. (-e can be replaced by –earse)

Use yum to install and uninstall online

sudo yum install 
 sudo yum remove 

3. Compile and install

1. Find the corresponding software package, such as xx.tar.gz, Download to a certain directory of this machine;

2, cd the directory where xx.tar.gz is located;

3, decompress: tar -xvf xx.tar.gz;

p>

4. cd into the decompressed file and: cd xx;

5. Configuration file: ./configure;

6. Start compiling: make;

p>

7. Install the generated binary file: make install.

Note: The specific installation method is subject to the README and other help files in the software source code.

Uninstallation steps:

1. In the source code package directory, the terminal executes: make uninstall.

The above is the software installation method of the more mainstream server Linux distributions, please Baidu for other Linux distributions.

For more Linux-related tutorials, please pay attention to the PHP Chinese website!

The above is the detailed content of the Linux installation software command. For more information, please pay attention to other related articles on 1024programmer.com!

This article is from the internet and does not represent1024programmerPosition, please indicate the source when reprinting:https://www.1024programmer.com/what-is-the-command-to-install-software-in-linux-linux-operation-and-maintenance/

author: admin

Previous article
Next article

Leave a Reply

Your email address will not be published. Required fields are marked *

Contact Us

Contact us

181-3619-1160

Online consultation: QQ交谈

E-mail: [email protected]

Working hours: Monday to Friday, 9:00-17:30, holidays off

Follow wechat
Scan wechat and follow us

Scan wechat and follow us

Follow Weibo
Back to top
首页
微信
电话
搜索