Linux / UNIX Tech Support Forum
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 ...
|
|||||||
| Getting started tutorials So much to read, so little time! If that is your problem, we have solution. Read our FAQ and tutorials to help you cut through the clutter of information overload. Only members of "contributors" group can post new tutorials. Other members can just reply to thread. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
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 | ||
|
|
|
|||
|
hi,
I am also looking for upgrading rpm. I ve created my custom .spec file ,form which i am able to create rpm & instal it. now i want to do for upgrade currentally my .spec file has version 1 so for upgrade should ve create another spec file which mention verion 2 in that i am biulding rpm using ant script. also if i create another .spec so my rpm name will change. please let me know what changes should ve do in .spec file to upgrade rpm |
![]() |
| Tags |
| redhat , rpm , up2date , yum |
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 |