From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 03:36:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D1FC116A420 for ; Thu, 23 Feb 2006 03:36:32 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp108.sbc.mail.re2.yahoo.com (smtp108.sbc.mail.re2.yahoo.com [68.142.229.97]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A81D43D46 for ; Thu, 23 Feb 2006 03:36:32 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 88855 invoked from network); 23 Feb 2006 03:36:31 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@68.248.238.36 with plain) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 23 Feb 2006 03:36:31 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Wed, 22 Feb 2006 21:36:21 -0600 User-Agent: KMail/1.9.1 References: <1140659905.1984.20.camel@neuromancer.home.net> <200602222032.45039.donaldjoneill@gmail.com> <1140663551.4762.5.camel@neuromancer.home.net> In-Reply-To: <1140663551.4762.5.camel@neuromancer.home.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-14" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602222136.22120.donaldjoneill@gmail.com> Cc: Ow Mun Heng Subject: Re: Newbie Alert : pkg_add and packages Q (do not want to compile) 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: Thu, 23 Feb 2006 03:36:32 -0000 On Wednesday 22 February 2006 20:59, Ow Mun Heng wrote: > On Wed, 2006-02-22 at 20:32 -0600, Donald J. O'Neill wrote: > > On Wednesday 22 February 2006 19:58, Ow Mun Heng wrote: > > > Hi, > > > > > > I've googled. I've read the handbook, I've read "Absolute BSD" > > > and still > > > > > > $pkg_add -vr x11/xterm-206_1 > > > pkg_add: package 'xterm-206_1' or its older version already > > > installed > > > It's saying you have to delete xterm-203 or you can't install the new one. > > > So.. How do I install it? > > > > > > $pkg_delete xterm-203 > > > pkg_delete: package 'xterm-203' is required by these other > > > packages xorg-clients-6.8.2 > > > > pkg_delete -f xterm-203 > > cd /usr/ports/x11/xterm > > make install > > what about the dependency then? Ignore it? What if there are "files" > needed by xorg-clients? eg: libXX.so.Y and which is not present in > the new xterm? > Since you want to replace it with a newer version, why are you worried about the dependencies. The newer version will take care of that. Of course, if you delete xterm and don't replace it, then you will have to handle the dependencies. > > What you are trying to do is update using downloaded packages and > > that is going to work for you. You need to upgrade those packages > > using the ports system. > > IS or is not? Is or is not what? I don't understand what you're asking here. You need to use more than a 4 word question, of which 2 of the words are the same. It tends to be confusing. > > Again, I don't want to compile it. I want the binary package. It's > available on the mirrors. > No It's not. The port is available on the mirrors. So compile it, or leave the old one in place. > > You really need to look at the Handbook. That's why it was written. > > I did. As stated in the initial portion of the email. I'm not only > reading the handbook, I'm reading a newly bought book in addition to > also reading stuffs on the internet. > > I'm proficient with the CLI, and being a long time Linux person, I'm > sad to say that FreeBSD ports/packages is really confusing to me. > Use Windows instead. All that takes is money. > > Available packages are not as up to date as the ports system is. > > Again, the package _is_ available and I've verified it. > Thanks > I'm sorry. You've verified the port was available. The package is not. I just checked. At this point, I'm going to close my ears eyes to you. You've been given advice by me and others that you find to not up to your standards, even though it will give you the product you want. Later you can figure out for yourself, just what happens if you don't make the upgrade to xterm-206. Have fun. Don