How to install and uninstall the linux installer

  

It seems that installing and uninstalling the application in linux is not so easy with the windows system, but it is not difficult, only familiar with the common operations of linux,

1. Install

Enter the directory where the .rpm installation file is placed

Command: rpm -ivh *.rpm to install (-i means install v is check m is hashed The symbol *.rpm indicates the software you want to install)

2. Uninstall

If you don't know the specific name of the program you want to uninstall, you can use

rpm - q -a |  More to show all the programs you installed, because the directory can be viewed page by page through the space bar until you find the name of the application you want to uninstall and then

by command:

rpm - e filename can be uninstalled

Copyright © Windows knowledge All Rights Reserved