New to FreeBsd

Mike Jeays mike.jeays at rogers.com
Mon Jan 3 16:08:26 UTC 2011


On Mon, 3 Jan 2011 16:16:13 +0200
George George <strangegeorge2 at gmail.com> 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.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

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.)


More information about the freebsd-questions mailing list