From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 15:35:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DD016A4CE for ; Fri, 5 Dec 2003 15:35:55 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2BE043FDF for ; Fri, 5 Dec 2003 15:35:53 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 5 Dec 2003 17:38:51 -0600 Message-ID: <3FD11645.3090809@daleco.biz> Date: Fri, 05 Dec 2003 17:35:33 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "-Mark Hillis- (Netway Technical Support)" References: <001401c3bb67$829da160$09f042ce@netway.com> In-Reply-To: <001401c3bb67$829da160$09f042ce@netway.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Dec 2003 23:38:54.0031 (UTC) FILETIME=[F1A0F5F0:01C3BB88] cc: FreeBSD-questions@freebsd.org Subject: Re: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 23:35:55 -0000 -Mark Hillis- (Netway Technical Support) wrote: >Hello, > >I have FreeBSD 4.8 installed on my 400mhz amd with 256mb ram (this is probably useless info) > >I was wondering how I install packages like emacs? are they on the CD? can I choose them from the install menu? the reason I ask is because I didn't see it listed in the install options but maybe I over looked it... > > > IIRC, you'd want to "do post install configure" and then look for packages. But the guy who suggested the ports system really has the best idea, unless you're on a 14.4 modem or something. [/usr/ports] [17:30] #whereis emacs emacs: /usr/ports/editors/emacs [/usr/ports] [17:30] #cd /usr/ports/editors/emacs [/usr/ports/editors/emacs] [17:30] #make install clean If the source tarball is under /usr/ports/distfiles, compilation & installation routines should start immediately; otherwise, the system will attempt to fetch the tarball from the 'Net. The version under /usr/ports/distfiles must be the same as the one that /usr/ports/editors/emacs/Makefile calls for. The ports system will take care of all dependencies; when finished, type 'rehash' at the prompt, then emacs, and you should be good to go. Installing "portupgrade" (also from ports) will help you stay on top of new releases of emacs (and other ports) automagically, as well. If the ports tree (skeletons, IOW) and the distfiles are all on your CD's, make 'em available by putting them under the "distfiles" dir, and build SW to your heart's content! >sorry this is like 20 questions, but also normally when I used freebsd at work I and would be typing a path and I could hit tab and it would finish the path for me or tell me what file names are close/similar but when I hit tab on my FreeBSD box it just tabs spaces... I figured maybe I was using the wrong shell... if so how do I change shells? is this the problem? > > > Most of the shells have shell completion. IIRC, however, /bin/sh doesn't. What's your prompt look like? (# csh or tcsh, $ sh or bash) What's #echo $SHELL say? You can enter a new shell by simply typing its name, or use chsh(1) with the -s switch to attempt to change shells. >the reason I figured it was the wrong type of shell... is because del/delete doesn't backspace either, it gives me weird characters like "^something " the delete/del problem might just be that is a rule my admin had set or something but I don't know so I'm not really concerned with that but if it helps to understand what I might be doing wrong then shout it out right? > > > > > More likely this is a terminal issue. Termcap(5) might help a bit, as well as Chapter 3.11 in the handbook. >thanks in advance for any help/advice you can give > >-Mark Hillis- > > HTH, Welcome to FBSD! Kevin Kinsey