On Mon, 3 Jan 2011 16:16:13 +0200 George George <[email protected]> wrote:
> I am new to the Free BSD and i have a question on how to install a > packet.What i have to type to download a python editor?I cant find the right > packet name.Thank you very much. > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[email protected]" pkg_add -r gedit will install the gedit package, for example. There are thousands of packages available. pkg_add -r idle should get you the python interactive development tool. (Note they are called packages, not packets. They are pre-compiled binaries all ready to be used.) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
