On Saturday 17 June 2006 22:21, Siju George wrote: > # echo $PKG_PATH > ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/i386/ > # > # pkg_add -uF mozilla-firefox-1.5.0.1 > Error from ftp://ftp.openbsd.org/pub/OpenBSD/3.9/packages/i386/: > Unknown command.
Using pkg_add correctly helps. -F takes a parameter, see the man page for what parameter you need. i guess "update" is the most commonly used ones so you'd have: pkg_add -uF update mozilla-firefox --- Lars Hansson