Date: Wed, 24 Aug 2005 21:35:37 +1000 From: Jerahmy Pocott <quakenet1@optusnet.com.au> To: Bharma <bharmaji@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: How do I get packages with tgz files Message-ID: <1C366FA5-B4A1-472B-B1E9-2B36E6BBBFD6@optusnet.com.au> In-Reply-To: <20050824061046.42292.qmail@web33110.mail.mud.yahoo.com> References: <20050824061046.42292.qmail@web33110.mail.mud.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24/08/2005, at 4:10 PM, Bharma wrote: > Hi > I am working with a machine with FreeBSD 4.2.8 > version. I am not allowed to change the version on the > machine. I want to install some packages - in > particular the KDE package on the machine > pkg_add > ftp://pub/FreeBSD/ports/packages/kde/kde<version>.tbz > results in pkg_add responding that it does not > understand tgz files. It may be that pkg_add for > FreeBSD 4.2.8 is old. How do I get tgz files then. Well 4.2 is pretty old now.. But tgz files are the same as .tar.gz, it is just an abbreviation of it, it means the file has been tar'd then gzipped.. You can extract it with tar using the -z option or run gunzip on it first..
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1C366FA5-B4A1-472B-B1E9-2B36E6BBBFD6>