LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   how to add package from solaris10 dvd (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-add-package-from-solaris10-dvd-560808/)

LinuxLover 06-11-2007 03:44 AM

how to add package from solaris10 dvd
 
hello,

I did install solaris10 on x86. Now I want to install more packages like bind.when I browse dvd it contain a directory with name of s2. under which a directory with name Product which contain lot of directories starting with name SUNW... like SUNWbind .

Are these are uninstall packages??

if yes then how can install these packages.

waiting for.

ilikejam 06-11-2007 05:36 AM

Hi.

These are the install packages. To install, do:
Code:

pkgadd -d /path/to/the/mounted/dvd/s2/Product SUNWbind
Dave

LinuxLover 06-11-2007 05:44 AM

Thank Dave for your prompt reply!!

One thing more I want to ask .

How to check dependencies of package while installing with pkgadd command.

As linux automatically check with rpm -ivh package.rpm

ilikejam 06-11-2007 05:54 AM

When you attempt to install a package it will tell you if there are any unsatisfied dependencies.
You can also have a look at the <package>/install/depend file to see what a package will require.

Dave


All times are GMT -5. The time now is 03:21 PM.