Red Hat or CentOS preferred software installation tools -yum

Original link: http://www.cnblogs.com/sunylat/archive/2013/01/08/6119146.html

Red Hat or CentOS software installed in a very vexing problem is the package depends, difficult to handle, but then with yum, we do not control those annoying dependent on the package, yum automatically resolve package dependencies. yum is a command-line tool, you need to perform in the shell, if need administrator privileges, then enter the command in a shell: su then enter the correct password, you can use the yum.

Instructions:

        1, to install the software: yum install package name examples: yum install mysql-workbench-gpl-5.2.45-1el6.i686.rpm

        2, remove the software: yum -y remove the package name, example: yum -y remove mysql-workbench-gpl-5.2.45-1el6.i686.rpm


Reproduced in: https: //www.cnblogs.com/sunylat/archive/2013/01/08/6119146.html

Guess you like

Origin blog.csdn.net/weixin_30709061/article/details/94786846