Home  >  Article  >  Operation and Maintenance  >  How to install and upgrade rpm files in Linux system

How to install and upgrade rpm files in Linux system

王林
王林Original
2020-03-11 17:09:403406browse

How to install and upgrade rpm files in Linux system

Install the rpm file

rpm -ivh foo-1.0-l.i386.rpm

(Recommended tutorial: linux tutorial)

Uninstall the software in the rpm

rpm -e foo

Upgrade software package

rpm -Uvh foo-2.0-l.i386.rpm

Related video tutorial sharing: linux video tutorial

The above is the detailed content of How to install and upgrade rpm files in Linux system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn