From owner-freebsd-questions Fri Jan 4 15:57:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id D499237B41E for ; Fri, 4 Jan 2002 15:57:13 -0800 (PST) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id PAA04614; Fri, 4 Jan 2002 15:52:48 -0800 (PST) Date: Fri, 4 Jan 2002 15:52:48 -0800 (PST) From: Annelise Anderson To: Steve Milley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where do I find dependencies... In-Reply-To: <20020104213628.23775.cpmta@c016.snv.cp.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 4 Jan 2002, Steve Milley wrote: > HiHHi > Hi, I just installed FreeBSD 4.4 Lite. It's a powerful OS. I >accidently installed The KDE-Base package on CD 4, which has >kdebase-1.1.2-1 on it. Number one, I can't figure out how to get >startx program to recognize my kdebase2.2_2. I know it's still on >my hard drive, but I can't figure out how to get it back. So, I >went back to using Gnome and it complained about not find the >default icons. Probably you should look at the database of installed third-party software in /var/db/pkg; possibly delete kdebase-1.1.2-1 with pkg_delete. The manual page for pkg_info will be generally helpful. You may have to reinstall kdebase2 after deleting kdebase1. > I believe it is the fbsd-icons-1.0 package on CD 1, but I can't >find any of the dependencies(i.e. I don't know the command to find >the dependencies). I greatly appreciate any help you can give, >because read all the great reviews about FreeBSD and would like to >continue to use it in general. Dependencies are listed in the Makefile for the software application in /usr/ports. > Also, I have been through a couple of reboots(no Ctrl-Alt-Delete), >so I have been using fsck a few times to salvage the damage. >Curiously, too, is there an equivalent to msinfo for FreeBSD? I I think there's nothing comparable to msinfo, probably because the basic structure of the system is different. But there are things you can look at. Use the dmesg command and look at the files in /etc. The ifconfig and netstat -rn commands are useful for the network. The manual page for ldconfig tells you about libraries. >don't know yet how to troubleshoot in FreeBSD. I like learning this >stuff and have read the articles about FreeBSD vs Linux vs NT articles. >Personally, I like learning this stuff. But, not being more familiar with >the OS, IMHO, is like learning how to re-ride a bike! Thanks for your >time. Yes...and a very different bike. But sort of fun. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message