Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I want to install a package (rpm), but first I want to know which other packages should I install with this one to download and install them all at ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7

    Dependencies of a package

    Hi,

    I want to install a package (rpm), but first I want to know which other packages should I install with this one to download and install them all at once. It is a server and I can't stop it continuously.

    I want to know which are the dependencies on a rpm without having to install it. I don't have yum, my os is Redhat 4.

    Is There a quick way to do this without having to navigate in the web of redhat?

    Thanks.

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Just run the rpm command and it'll tell you what's missing preventing install, i.e. 'rpm -uvh <package.rpm>'.

    Also, you shouldn't have to stop your server to download the rpm's.

    You should also consider adding the yum rpm to your system, it'll make all this an absolute breeze.
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    7
    The server is of a client and I have to go to their cpd with all necessary rpm that I have to install. In the cpd I haven't internet connection to download the rpm's (I don't have a cd). I have to download here and install in the client.

  4. #4
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Can you set up a shell service such as ssh using this control panel? If you're going to do system admin properly on a server, then you may need it. If you cant do this, can you hassle your service provider to give you shell access of some kind?
    Linux user #126863 - see http://linuxcounter.net/

Posting Permissions

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