RE: where are packeges after pkg_add -r zzz stored

2007-01-31 Thread Grzegorz Pluta
Try pkg_add -K zzz

It will store all packages in pkgdir if it is defined or in current dir as a
default (quota from man pkg_add ;] )

Hope I helped, 
GregZX

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Amer H. Alhabsi
 Sent: Wednesday, January 31, 2007 5:19 AM
 To: freebsd-questions@freebsd.org
 Subject: where are packeges after pkg_add -r zzz stored
 
 Hi,
 
 I have a slow Internet connection at home and a fast one in the office.
 I want to download a package and ALL dependencies from office PC then
 take them and install them at home. My question is where are the
 packages stored after being downloaded with pkg_add -r zzz.
 
 Thanks,
 
 Amer,
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: where are packeges after pkg_add -r zzz stored

2007-01-30 Thread Josh Carroll

I have a slow Internet connection at home and a fast one in the office.
I want to download a package and ALL dependencies from office PC then
take them and install them at home. My question is where are the
packages stored after being downloaded with pkg_add -r zzz.



From man pkg_add:


-K  Keep any downloaded package in PKGDIR if it is defined or in cur-
rent directory by default.

Josh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]