[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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)