openbsd-misc
[Top] [All Lists]

Re: How to install comp.tgz after installed base system?

To: misc@openbsd.org
Subject: Re: How to install comp.tgz after installed base system?
From: Henning Brauer <lists-openbsd@bsws.de>
Date: Fri, 1 Feb 2002 22:36:04 +0100
In-reply-to: <200202012128.g11LSj7X018607@openbsd.cs.colorado.edu>; from admin@bmtmc.gda.pl on Fri, Feb 01, 2002 at 10:32:06PM +0100
Mail-followup-to: misc@openbsd.org
References: <20020201211658.10841.qmail@web20104.mail.yahoo.com> <200202012128.g11LSj7X018607@openbsd.cs.colorado.edu>
Sender: owner-misc@openbsd.org
On Fri, Feb 01, 2002 at 10:32:06PM +0100, Adam Naguszewski wrote:
> On Fri, 1 Feb 2002 13:16:58 -0800 (PST), Gavin Li wrote:
> >I just installed base system, Now I want to add
> >comp.tgz to my base system, how to install it?
> >Is it just download comp??.tgz, but in which directory
> >should I untar it?
> >How can I uninstall the comp in the furture?
> man pkg_add
> man pkg_delete

WRONG.
compXX.tgz is no package. Neither are baseXX.tgz, etcXX.tgz, and so on.

Uninstall:
cd /
tar tzf /path/to/compXX.tgz | xargs rm

(untested)

Greetz

Henning

-- 
http://2suck.net/hhwl.html
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

<Prev in Thread] Current Thread [Next in Thread>