From owner-freebsd-questions Fri Nov 3 7:31:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 9AD0E37B4C5 for ; Fri, 3 Nov 2000 07:31:31 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id RAA18431; Fri, 3 Nov 2000 17:35:58 +0100 Message-ID: <3A02DA86.98F7D25D@i-clue.de> Date: Fri, 03 Nov 2000 16:32:22 +0100 From: Christoph Sold X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Jochem Kossen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: updating packages (binary updates) References: <00110314594604.12046@CC40670-a> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jochem Kossen schrieb: > > Hi, > > I read through the FreeBSD handbook, especially the section covering > ports/packages, but updating packages is mentioned nowhere. > > Is there a convenient way to update packages? the pkg_info and pkg_version cmds help you to determine which to update. pkg_delete, then pkg_add the packages mentioned by pkg_version. > I don't mean using CVS,CVSup,CTM (source updates) but binary updates, like > this is arranged in Linux using RPM and DEB. Ummm, what's wrong with CVSup? I like the way it keeps my ports directory current (yes, I do this with cron). > Or is it possible to just pkg_add if there is already an old > version of installed? Yes and no. it will tell you an older version is still present. > I guess pkg_delete and then pkg_add doesn't solve > this problem, because of the dependencies... ...which are still dependencies when you do try to update packages. I prefer to update all dependent packages at the same time, compiling everything from source. One can do it this way using packages, too ;) HTH -Christoph Sold -- i-clue GmbH, Endersbacher Str. 57, D-71334 Waiblingen Fon: (0 71 51) 9 59 01-12, Fax: (0 71 51) 9 59 01-55 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message