Your message dated Sat, 14 Oct 2000 16:11:55 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#74765: apt: An option to force get of latest-version
packages would be nice.
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.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Oct 2000 22:05:04 +0000
>From [EMAIL PROTECTED] Sat Oct 14 17:05:03 2000
Return-path: <[EMAIL PROTECTED]>
Received: from mimis.host4u.net [::ffff:209.150.128.36]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13kZQM-0004cN-00; Sat, 14 Oct 2000 17:05:02 -0500
Received: from lilith.belledonna.dyndns.org (22-1.pm4-1.lancaster.supernet.com
[64.41.22.1])
by mimis.host4u.net (8.8.5/8.8.5) with ESMTP id QAA19949
for <[EMAIL PROTECTED]>; Sat, 14 Oct 2000 16:55:49 -0500
Received: from theorb by lilith.belledonna.dyndns.org with local (Exim 3.16 #1
(Debian))
id 13kZQH-0000Ij-00; Sat, 14 Oct 2000 18:04:57 -0400
From: James Mastros <[EMAIL PROTECTED]>
Subject: apt: An option to force get of latest-version packages would be nice.
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.6
Message-Id: <[EMAIL PROTECTED]>
Sender: James Mastros <[EMAIL PROTECTED]>
Date: Sat, 14 Oct 2000 18:04:57 -0400
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.3.19
Severity: wishlist
It would be convient, from time to time, to be able to force reget and
reinstall of packages which the user already has the latest version of. For
example, if there is filesystem damage, a reget of existing packages can be
used to replace missing files. It seems like it should be rather trivial to
implement, but I don't know much about the dependency-analysis system of apt.
Thank you,
-=- James Mastros
-- System Information
Debian Release: woody
Kernel Version: Linux lilith.belledonna.dyndns.org 2.4.0-test9 #5 Thu Oct 12
03:28:12 EDT 2000 i686 unknown
Versions of the packages apt depends on:
ii libc6 2.1.94-3 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10 2.95.2-14 The GNU stdc++ library
---------------------------------------
Received: (at 74765-done) by bugs.debian.org; 14 Oct 2000 22:10:04 +0000
>From [EMAIL PROTECTED] Sat Oct 14 17:10:03 2000
Return-path: <[EMAIL PROTECTED]>
Received: from crash.ab.videon.ca [::ffff:206.75.216.220]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 13kZVD-0004sV-00; Sat, 14 Oct 2000 17:10:03 -0500
Received: from wakko ([EMAIL PROTECTED] [24.108.173.63])
by crash.ab.videon.ca (8.9.2/8.9.2) with ESMTP id QAA19658;
Sat, 14 Oct 2000 16:10:00 -0600 (MDT)
Received: from localhost
([127.0.0.1] helo=wakko ident=jgg)
by wakko with smtp (Exim 3.16 #1 (Debian))
id 13kZX1-0003fE-00; Sat, 14 Oct 2000 16:11:56 -0600
Date: Sat, 14 Oct 2000 16:11:55 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: James Mastros <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: [EMAIL PROTECTED], [email protected],
APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#74765: apt: An option to force get of latest-version packages
would be nice.
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Sat, 14 Oct 2000, James Mastros wrote:
> reinstall of packages which the user already has the latest version of. For
> example, if there is filesystem damage, a reget of existing packages can be
> used to replace missing files. It seems like it should be rather trivial to
> implement, but I don't know much about the dependency-analysis system of apt.
wakko{jgg}~#man apt-get
[..]
--reinstall
Re-Install packages that are already installed and
at the newest version.
Jason