Date: Tue, 15 Apr 2003 10:33:54 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Vladik Kozin <epbox@yandex.ru> Cc: freebsd-questions@freebsd.org Subject: Re: pkg_add without after-install deleting Message-ID: <20030415093354.GA43442@happy-idiot-talk.infracaninophi> In-Reply-To: <200304151049.55068.epbox@yandex.ru> References: <200304151049.55068.epbox@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 15, 2003 at 10:49:55AM +0400, Vladik Kozin wrote: > I'd like all the packages (including dependencies) downloaded by > $pkg_add -r foo_pkg > command to stay undeleted after being installed. How can this be achieved? Try using pkg_fetch(1) to download the binary packages. Eg. to download the packages required to install, say, mozilla and all of the dependencies required before you can install mozilla: # pkg_fetch -Rf mozilla@ The packages will be saved in /usr/ports/packages by default, and you can use pkg_add(1) to install them from there. pkg_fetch(1) is part of the portupgrade suite of tools, which you will need to install from ports/packages. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+m9ICdtESqEQa7a0RAkSwAJ0aKMB/jBmtLKByvYfjxXAhr7FuCACcD1rw BwFldmD8kuFDCB7m9kNa4j0= =0dOu -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030415093354.GA43442>