1753916 Members
8062 Online
108810 Solutions
New Discussion юеВ

Re: RPM packages

 
SOLVED
Go to solution
Kyle D. Harris
Regular Advisor

RPM packages

Good Morning All,
I'm looking for help on installing a rpm package. I have 2 packages in the directories i want but i need them installed. If anybody can recall the command process it'd be much appreciated! Thanks in advance!

Kyle
3 REPLIES 3
Jerome Henry
Honored Contributor
Solution

Re: RPM packages

Hi Kyle,

juts run rpm -ivh package-name.rpm

i for install
v for verbose (tells you what it does)
h for hash (shows installation percentage, useful to know if it's blocked or not if it take time).

If it's an update, replace i by U.

Otherwise, under redhat, with nautilus, right click on package and select 'open with --- install package'.

hth

J
You can lean only on what resists you...
Massimo Bianchi
Honored Contributor

Re: RPM packages

rpm -ihv filename.rpm

Massimo
GK_5
Regular Advisor

Re: RPM packages

rpm -ivh packagename
IT is great!