[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#131418: marked as done (apt: An option to download a deb to the working directory.)



Your message dated Tue, 29 Jan 2002 11:13:44 -0700 (MST)
with message-id <Pine.LNX.3.96.1020129111230.5871B-100000@wakko.deltatee.com>
and subject line Bug#131418: apt: An option to download a deb to the working directory.
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Jan 2002 15:19:29 +0000
>From allomber@math.u-bordeaux.fr Tue Jan 29 09:19:29 2002
Return-path: <allomber@math.u-bordeaux.fr>
Received: from lille-2-a7-7-171.dial.proxad.net (yellowpig.yi.org) [62.147.7.171] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16Va2h-0006j0-00; Tue, 29 Jan 2002 09:19:28 -0600
Received: from yellowpig
	([127.0.0.1] helo=yellowpig.yi.org ident=mail)
	by yellowpig.yi.org with smtp (Exim 3.12 #1 (Debian))
	id 16Va86-00079w-00; Tue, 29 Jan 2002 16:25:02 +0100
Received: (nullmailer pid 18083 invoked by uid 1001);
	Wed, 23 Jan 2002 20:07:24 -0000
Date: Wed, 23 Jan 2002 21:07:23 +0100
From: Bill Allombert <ballombe@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: An option to download a deb to the working directory.
Message-ID: <[🔎] 20020123200723.GA17946@yellowpig.yi.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.25i
X-Reportbug-Version: 1.41.14213
Delivered-To: submit@bugs.debian.org

Package: apt
Version: 0.5.4
Severity: wishlist

Hello,

I would like an option similar to 'apt-get source', but for binary
packages. That is to dowload only the .deb in the working directory.

Something like

apt-get download <package> 

that just put the relevant package.deb in the working directory.

apt-get install -d exists, but

--- need root access.

--- will not works if the package is installed or uninstallable.

--- does not put files in the working directory.

It should be fairly easy to implement, no ?

Cheers,
-- 
Bill. <ballombe@debian.org>

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux yellowpig 2.2.19 #1 Tue Apr 24 20:02:21 CEST 2001 i686
Locale: LANG=french, LC_CTYPE=french

Versions of packages apt depends on:
ii  libc6                         2.2.4-7    GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2        1:2.95.4-1 The GNU stdc++ library



---------------------------------------
Received: (at 131418-done) by bugs.debian.org; 29 Jan 2002 18:13:46 +0000
>From jgg@debian.org Tue Jan 29 12:13:46 2002
Return-path: <jgg@debian.org>
Received: from skip-ext.ab.videon.ca [206.75.216.36] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 16VclO-00084T-00; Tue, 29 Jan 2002 12:13:46 -0600
Received: (qmail 19670 invoked from network); 29 Jan 2002 18:13:44 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.86.210.128]) (envelope-sender <jgg@debian.org>)
          by skip-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
          for <ballombe@debian.org>; 29 Jan 2002 18:13:44 -0000
Received: from localhost
	([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
	by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
	id 16VclM-0001X5-00; Tue, 29 Jan 2002 11:13:44 -0700
Date: Tue, 29 Jan 2002 11:13:44 -0700 (MST)
From: Jason Gunthorpe <jgg@debian.org>
X-Sender: jgg@wakko.deltatee.com
To: Bill Allombert <ballombe@debian.org>, 131418-done@bugs.debian.org
cc: apt@packages.qa.debian.org
Subject: Re: Bug#131418: apt: An option to download a deb to the working directory.
In-Reply-To: <[🔎] 20020123200723.GA17946@yellowpig.yi.org>
Message-ID: <Pine.LNX.3.96.1020129111230.5871B-100000@wakko.deltatee.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 131418-done@bugs.debian.org


On Wed, 23 Jan 2002, Bill Allombert wrote:

> I would like an option similar to 'apt-get source', but for binary
> packages. That is to dowload only the .deb in the working directory.

You can do this with some creative use of command line options. I forget
the exact sequence, but it was something like

apt-get -o dir::cache::archives="." -o dir::etc::status=/dev/null install
foo -d

Read the man pages..

Jason



Reply to: