Home > Article > Operation and Maintenance > 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!