[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Ok stupid question.
- Subject: Re: [cobalt-users] Ok stupid question.
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Fri May 4 08:55:28 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Ok stupid question, my buddy gave me the info to admin our new RaQ4 i've
> delt with linux for 4 years but never encountered a .pkg file.. how in the
> world are you supose to install/upgrade them?
from the command line:
/usr/local/sbin/cobalt_upgrade <pkg name>
You can see what is in the package by doing the following (I would do it in a
tmp dir):
tar xzvf <pkg name>
Jeff-