Re: New to FreeBsd



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

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.)
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: [ANNOUNCE] Python network security tools: Pcapy, Impacket, InlineEgg
    ... The Pcapy Win32 binaries doesn't contain a setup.py file. ... >Python developers, network administrators, penetration testers, ... >Python to access the routines from the pcap packet capture library. ... >low–level network monitoring. ...
    (comp.lang.python)
  • hacking the mitsubishi GB-50A
    ... please find attached a little python script that will let you turn on or off every aircon unit attached to a GB-50 that you know the ip address of. ... from BeautifulSoup import BeautifulSoup ...
    (Bugtraq)
  • How to send an IP packet in Python?
    ... It's some simple IGMP packet with VLAN tag. ... But for some reason python send that: ... tag inside and send it with the help of pierf, ...
    (comp.lang.python)
  • Re: Threaded GUI slowing method execution?
    ... Each packet currently contains 6   ... kHz, that is 6.59 MiB per second. ... Python is much faster than you ... If your hardware does not provide sufficient buffering, ...
    (comp.lang.python)
  • Extending & Embedding Python
    ... Python Interpreter ... manage the send and receive of udp packet ... wait for a packet, non blocking, don't check for IP ...
    (comp.lang.python)