Home > Operation and Maintenance > Linux Operation and Maintenance > How to install rpm file in linux

How to install rpm file in linux

王林
Release: 2020-03-12 14:07:21
Original
4785 people have browsed it

How to install rpm file in linux

You can use the rpm command to install, such as:

Install the rpm file

rpm -ivh foo-1.0-l.i386.rpm
Copy after login

-i: The meaning of installation

- v: Visualization

-h: Display installation progress

(Recommended tutorial: linux tutorial)

Extension:

Uninstall the software in rpm

rpm -e foo
Copy after login

Upgrade software package

rpm -Uvh foo-2.0-l.i386.rpm
Copy after login

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to install rpm file in linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template