how to install pico on freebsd
I want to install pico editor on freebsd. I had this guide for installing pico on linux servers...wget ftp://ftp.cac.washington.edu/pine/pine-4.60-1.i386.rpm
rpm -ivh pine-4.60-1.i386.rpm
rm pine-4.60-1.i386.rpm
pico
BUT, this doesn't work on a freebsd system. The first command, wget, is not a valid command for the system.
My question is, does anyone know what the different commands are and how I install pico on a freebsd system?

