Installing Pico
Updated: 10/12/2004
General Information
Installing Pico can sometimes be misunderstood. Many system administrators just install Nano, and symlink Pico to Nano. I prefer to do it this way, as Nano has the same interface as Pico, just a few subtle differences. I shall explain both ways...Requirements
Installation
Section A -- Ports
ports is a distribution set packaged with FreeBSD that enables you to install hundreds of programs with a simple makefile. If you don't have ports installed, let's install it.|
# /stand/sysinstall Distributions ports |
Section B -- Nano
Installing Nano is very simple if you have installed the FreeBSD ports system. If not, see above.| # | cd /usr/local/ports/editors/nano/ && make install clean |
|
# # |
ln -s /usr/local/bin/nano /usr/local/bin/pico rehash |
Section C -- Pico
So you've decided to install Pico instead of Nano? No problem, some people prefer to. To install Pico, we'll use ports again.| # | cd /usr/ports/editors/pico/ && make install clean |
This guide is © 2004 - 2008 configure.
Author: configure
configure at dteq dot org