From owner-freebsd-questions@FreeBSD.ORG Mon Jan 3 16:08:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 694C8106564A for ; Mon, 3 Jan 2011 16:08:26 +0000 (UTC) (envelope-from mike.jeays@rogers.com) Received: from smtp106.rog.mail.re2.yahoo.com (smtp106.rog.mail.re2.yahoo.com [68.142.225.204]) by mx1.freebsd.org (Postfix) with SMTP id 10B298FC16 for ; Mon, 3 Jan 2011 16:08:25 +0000 (UTC) Received: (qmail 23503 invoked from network); 3 Jan 2011 16:08:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=d1fFIsVzqG5jRV0g8bshL4qu/eavltixV+5y7Sg0gg/NildPixE/6D4ECDBcJxoBqTgUty2iBSccKQ4NrL1PRSDKGh3S9wiRcpNA0AT4LHF42ETtiCkMJsKzty0Elr4Dg7AU73mnVhuXsZWSOd+JhKurFGM3AWruHjU3APALyOY= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rogers.com; s=s1024; t=1294070905; bh=WVw2ZZ4OmnfSQZ6IU2+SSvIcZfeuNqwXoJb0SJevX+U=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=n6/asH/0mMXfwSMysCrEJlFPya+tB03BgcM4BCypgqDgy/34fPhL+iR7kA9YELLAGZe8iRNAMFVy2MnNg+Xe5AlmcNt96pV2oey7X3UkfYTbNZInM827SjX3dnOWBduv2XHBtoJPClJvlNCQ3VPzTBOO6apZG/sb9kMPxoJ7lcQ= Received: from napoleon (mike.jeays@99.224.61.141 with login) by smtp106.rog.mail.re2.yahoo.com with SMTP; 03 Jan 2011 08:08:22 -0800 PST X-Yahoo-SMTP: N82WFx6swBBjwcHWPFR2CGt6udzA8RPrA.xm0enFFXaK2g-- X-YMail-OSG: gLGF5UQVM1mXv17S2tPE6ydOfqohxE.W47ab3bLRr.yPBTA kg_PCzHUxD4pPvrh4PSxqC0QsnRlVW8zlAQtvM7BQxIOv8v_AeUV6A2vix46 TWtU8Fd07OetRO7UN0ta1qao2A2HPPXcqWc1b9JuBHpJosfxRLULqZTideAA q9rZCJQOZFyWlp.kDNzp_KEvFNa10BaudSX.56qpAELiJhQ20EKMxMkIIXY8 wb77tUNL5xanedaTCdoQ0DiWwwmSpVOa9BvXxaBiK_tCmTD0knZWOYjcKUzP .okNJ.6jmoPfJpsJKBn6Mvh2krks4dW52IJsfbjlbgxFWn4yejoQw9Xbdns9 FGGikUoCpu4J0NETI1tT6KxUW_XjCMSFFVLz1GMptfhEV9Nq59lVD X-Yahoo-Newman-Property: ymail-3 Date: Mon, 3 Jan 2011 11:08:21 -0500 From: Mike Jeays To: freebsd-questions@freebsd.org Message-ID: <20110103110821.06585010@napoleon> In-Reply-To: References: X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: New to FreeBsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jan 2011 16:08:26 -0000 On Mon, 3 Jan 2011 16:16:13 +0200 George George 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.)