[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] pkg install in shell
- Subject: RE: [cobalt-developers] pkg install in shell
- From: Mat Schaffer <mschaffer@xxxxxxxxxxxxxxxxxxx>
- Date: Tue Feb 6 13:58:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
> -----Original Message-----
> From: @lfa [mailto:lynet@xxxxxx]
> Sent: Tuesday, February 06, 2001 15:59
> I would like to do the installation of Cobalts upgrade pkg's in shell
> is there a way of doing this on a RaQ3
Well a pkg is a .tar.gz just renamed
So at very least, you could just "tar -zxf <package>" in a directory
Then install all the RPMs and run all the pre/post install scripts. But
you'd kill your uninstall capabilities.
-Mat