On Sun, Oct 26, 2008 at 10:32:15PM -0700, Ravi Kulkarni wrote:
> I am trying to install a package (SUNWscpu) which contains the utility
> /usr/ucb/ps. I don't find /usr/ucb/ps on my Open Solaris install. I have
> downloaded the package (which is a debian package).
Which package is a debian package?
OpenSolaris uses pkg(5), not apt. Perhaps you're running Nexenta which is
based on Debian?
On an OpenSolaris install, the process would be
$ pkg search -r /usr/ucb/ps
INDEX ACTION VALUE PACKAGE
path hardlink usr/ucb/ps pkg:/SUNWscp at 0.5.11-0.100
$ pfexec pkg install SUNWscp
[ ... ]
$ /usr/ucb/ps aux
Danek