Date: Mon, 3 Jan 2011 11:08:21 -0500 From: Mike Jeays <mike.jeays@rogers.com> To: freebsd-questions@freebsd.org Subject: Re: New to FreeBsd Message-ID: <20110103110821.06585010@napoleon> In-Reply-To: <AANLkTiny8CGyQB8KzjGnGpaJF2HkR89gvg8KmXX42o4X@mail.gmail.com> References: <AANLkTiny8CGyQB8KzjGnGpaJF2HkR89gvg8KmXX42o4X@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 3 Jan 2011 16:16:13 +0200 George George <strangegeorge2@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@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.)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110103110821.06585010>