Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    yum will resolve dependencies according to its configured repositorys.
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    8
    Can you explain the steps ?

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...