Click to See Complete Forum and Search --> : pkgadd question


epseps
03-16-2001, 11:43 AM
I'm trying to install the man pages with pkgadd.

I type pkgadd -d /cdrom/cdrom0 SUNWman and the message that I get claims that there are no packages found on the Solaris 7 installation cdrom. I assume I am doing something incorrect so please correct me.

RTFM
03-16-2001, 12:03 PM
Whats the path on the cdrom to the package?
ON solaris8 here the paths are something like /cdrom/solaris_8_1000/Product/ but to add them I have to type
pkgadd -d /cdrom/solaris_8_1000/Product filename

note the space between the path and the filename.

epseps
03-16-2001, 12:51 PM
Of course the problem was the space between the ~/Product and the file.

Thanks alot.