I really find that using bash helps a lot, when you need to retrieve strings of text that you used previously.
But how can I install it on FreeBSD?
I have tried typing bash into the terminal, but that returns: bash: not found
|
I really find that using But how can I install it on FreeBSD? I have tried typing |
|||||||
|
|
Assuming you have the ports tree installed, it's as easy as
If you don't have the ports tree, just do this:
and then try again. You'll need to periodically update the ports tree:
EDIT As pointed out by sr_ in a comment, FreeBSD also offers precompiled binary packages of many (most, but not all) ports. In practice, while they usually offer a faster install, I find the There is a new poject under way, called pkgng, which aims to address the problems with the current |
|||||||||||||
|