dick hoogendijk wrote: > I'm playing with OS2008-11 in an xVM. RC2 looks really nice. However, I > miss quite a lot of packages so I want to install them. Problem is, how > do I do that if I do not know the right name? I.e. I want rxvt. How do > I know if it's available and under which name? "man pkg" is of no help. > I guess I overlook something. I'm used the sxce ;-)
pkg search -r rxvt The -r above means make a remote request to determine which package contains the above. You'll then get back a set of results you can use to determine which package to install. Another example: pkg search -r /usr/bin/vim -- Shawn Walker