Install 'TOP' on solaris 10
Hello all..
I am new to solaris and , i just installed Solaris 10 on a Sparc machine V250. Now i need to install TOP command, so i downlaoded the application, and when i try this, i get error message..
# pwd
/usr/top/top-3.5.1
# pkgadd top-3.5.1
pkgadd: ERROR: no packages were found in </var/spool/pkg>
any hlep is appreciated ...
thanks
Ram
[403 byte] By [
vr76413a] at [2007-11-26 13:55:53]

# 1
Looks like you downloaded the sourcecode for top. So thats not a Solaris package. In this case you should look into the archive's documentation, it will explain how to compile and install it.
Another option is heading over to either sunfreeware or blastwave and grabbing it from there. Then you're more likely to actually get a useable Solaris binary package.
# 2
> # pwd
> /usr/top/top-3.5.1
> # pkgadd top-3.5.1
> pkgadd: ERROR: no packages were found in
> </var/spool/pkg>
move the package to /var/spool/pkg instead of /usr/top/top-3.5.1 since pkgadd checks there by default.
Otherwise:
pkgadd -d .
should work. Don't forget the period.
alan