This is a discussion on How do I install or upgrade an Linux RPM package? within the Getting started tutorials forums, part of the Linux Getting Started category; RPM Package Manager (originally Red Hat Package Manager, abbreviated RPM) is a package management system. The name RPM refers to ...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
||||
|
RPM Package Manager (originally Red Hat Package Manager, abbreviated RPM) is a package management system. The name RPM refers to two things: a software package file format, and a free software tool which installs, updates, uninstalls, verifies and queries software packaged in this format. RPM was intended primarily for Linux distributions; the file format RPM is the baseline package format of the Linux Standard Base.
RPM is Package Manager for
From the man page: Quote:
To install a new package use command Code:
rpm -ivh package.rpm To install a new package from internet or over network use yum command: Code:
yum install package-name To upgrade an RPM package use command: Code:
rpm -Uvh package.rpm
__________________
Rocky Jr. You may have my body & soul, but you will never touch my pride! If you have knowledge, let others light their candles at it. Certified to work on HP-UX / Sun Solaris / RedHat |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How To Upgrade PHP | sweta | Ubuntu / Debian | 0 | 05-02-2008 11:18 PM |
| Apply CentOS Linux package security updates from the Internet | raj | CentOS / RHEL / Fedora | 0 | 04-22-2008 01:53 AM |
| netbsd package management add delete list packages | jerry | Getting started tutorials | 2 | 03-24-2008 09:19 PM |
| Install deb package file howto | chiku | Linux software | 1 | 01-03-2007 05:06 PM |
| How to solve apt-get upgrade problem | sweta | Getting started tutorials | 3 | 01-19-2006 06:21 PM |