From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 02:34:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DD037B401 for ; Tue, 15 Apr 2003 02:34:10 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBB543FBF for ; Tue, 15 Apr 2003 02:34:06 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [127.0.0.1]) h3F9XsYk044679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 15 Apr 2003 10:33:54 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)h3F9Xsnj044678; Tue, 15 Apr 2003 10:33:54 +0100 (BST) (envelope-from matthew) Date: Tue, 15 Apr 2003 10:33:54 +0100 From: Matthew Seaman To: Vladik Kozin Message-ID: <20030415093354.GA43442@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , Vladik Kozin , freebsd-questions@freebsd.org References: <200304151049.55068.epbox@yandex.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: <200304151049.55068.epbox@yandex.ru> User-Agent: Mutt/1.5.4i X-Spam-Status: No, hits=-38.8 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MUTT version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: freebsd-questions@freebsd.org Subject: Re: pkg_add without after-install deleting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 09:34:10 -0000 --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--