Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I have one computer that is NOT connected to the internet. When trying to install a specific package manually (downloaded from internet using another PC), say vlc, it failed ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    96

    how to find out all dependency packages?

    Hi,

    I have one computer that is NOT connected to the internet. When trying to install a specific package manually (downloaded from internet using another PC), say vlc, it failed due to several dependent packages were not installed on the system. Is there a way to find out all dependency files of certain package so that I can download all of them together? Thanks!

    phsieh2005

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Assuming the other computer has rpm on it you could use

    rpm -qpR thefile.rpm

    This will tell all that is required but not if the requirements are met.

    You could install by Yast command line

    yast2 --install thefile.rpm

    This would attempt to resolve things. Note not all packages are installed with a default install of Suse. Often package conflicts can be resolved from the DVD/CDs

    Hope that helps

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    96
    Thanks a lot for the answer "again"!

    the "rpm -qpR file.rpm" command is exactly what I needed.

    phsieh2005

Posting Permissions

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