Install and Uninstall Linux software

Source: Internet
Author: User

The installation and uninstallation of Linux software has been a problem for many new users. In Windows, we can use the installation and uninstallation programs that come with the software or "Add/delete programs" in the control panel. Similarly, in Linux, there is a powerful software installation and uninstallation tool named rpm. It can be used to establish, install, query, update, and uninstall software. This tool is used in the command line. Enter rpm at the shell prompt to obtain help information for this command.

Uninstall Software
1. The software is mainly detached using rpm. To uninstall a software package, you must first know the name registered in the system. Type the following command:

# Rpm-Q-

You can query all the software packages installed in the current system.

2. Determine the name of the software to be detached, and you can start to uninstall the software. Run the following command to uninstall the software:

# Rpm-E [package name]

The function of parameter E is to enable RPM to enter the uninstall mode. Uninstall the software package named [package name. Each software package in the system depends on each other. If the object cannot be detached because of dependency, the RPM prompts and stops uninstalling the object. You can run the following command to ignore the dependency and directly start detaching:

# Rpm-E [package name]-nodeps

Uninstalling dependencies may make other software unavailable in the system.

Supplement:

If the binary software ends with. Bin, you can install it using the following method (take the so-6_0-beta-bin-linux-zh-Tw1.bin as an example ):

Run the simulated terminal in the folder where the so-6_0-beta-bin-linux-zh-Tw1.bin is located
Input:
/So-6_0-beta-bin-linux-zh-Tw1.bin
Press enter!

Of course, you can also enter:
./So and then use the [Tab] key to complete

(./Indicates the current directory. If the terminal is not opened in the directory where the software is located, enter the corresponding path before the software name .)

In the graphic interface, you can also click (or double-click, depending on the specific mouse settings) to run the anti-installation program!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.