Jump to content

How to use rpm in a cooker installation?


fahd
 Share

Recommended Posts

Hi guys!

Using rpmdrake it is easy to install cooker packages. Just copy all cooker packages into cooker directory (/root/cooker), and tell rpmdrake where is the synthesis.hdlist.cz (list file), and everything would go nicely. How can I reach the same goal using the command line rpm? When I give the command:

cd /root/cooker

rpm -Fvh kdebase

Nothing happens, since rpm does not know where the dependency list(synthesis.hdlist.cz) is located(/root/cooker/media_info/).

Can anybody help me. Thanks a lot.

 

Dubish Fahd (Mandriva fan)

Budapest, Hungary.

Link to comment
Share on other sites

Hi fahd,

 

you *could* use that method and first download all *.rpm packages you want, then install them using rpm one by one "rpm -i <package>.rpm" or for updates "rpm -U <package>.rpm" but you're unlikely to do this for long. Using urpmi is *much* easieser, especially due to the implemented curl/wget call and for update purpose.

If you don't like using the command line, rpmdrake is a good option, too.

 

I'm using rpm only when there's no other suitable way for installing. So it's handy if you want to install singular, rarely used or propietary packages, which do not show up in any of the "normal" collections. Otherwise urpmi is much more comfortable.

 

Cheers,

 

scoonma

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...