Results 1 to 4 of 4
Any one Help regards :-
How can i install a package with all it's depencies using rpm and Yum ?
Thnx...
- 02-15-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
How can i install a package with all it's depencies using rpm and Yum
Any one Help regards :-
How can i install a package with all it's depencies using rpm and Yum ?
Thnx
- 02-15-2011 #2
yum will resolve dependencies according to its configured repositorys.
You must always face the curtain with a bow.
- 02-15-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 8
Can you explain the steps ?
- 02-15-2011 #4
If your package is in one of the configured repositories, then there is exactly one step:
Code:yum install <packagename>
You must always face the curtain with a bow.


Reply With Quote