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: "Peter Verhagen" <pete@sapl.ab.ca>
Date: Fri, 1 Feb 2002 15:36:05 -0700 (MST)
In-reply-to: <20020201223604.K11526@bsw005.bsws.de>
References: <20020201223604.K11526@bsw005.bsws.de>
Reply-to: miscbsd@sapl.ab.ca
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?

Don't forget to check the List Archives!:)

from
http://marc.theaimsgroup.com/?l=openbsd-misc&m=98352319124111&w=2

================================================================
List:     openbsd-misc
Subject:  Re: Install / uninstall system system dist. files
From:     Jan Johansson <janj@wenf.org>
Date:     2001-03-02 8:52:32
[Download message RAW]

On Thu, Mar 01, 2001 at 08:34:30PM -0500, Julian So wrote:
>The man pages proscribe the use of pkg_add / pkg_delete for this
>sort of thing. But after some looking around for information on
>how to do this, I still haven't come up with anything useful.

The install tarballs are not packages.

To install:
# cd / && tar zxvfp comp28.tgz

To uninstall:
tar ztvf comp28.tgz
And manually remove each file.

or

tar ztvf comp28.tgz | rm xargs

I would not suggest trying to remove and installed tarball.

You can also build on another system and copy the files over.
=================================================================

Salutations,
Peter Verhagen

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