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

Bug#28391: marked as done (apt-get install without upgrading)



Your message dated Sat, 20 Mar 1999 02:57:41 -0600 (CST)
with message-id <Pine.LNX.3.96.990320024921.891T-100000@doogie.p2.private.novare.net>
and subject line Uploaded apt 0.3.2 (source i386 all) to master (fwd)
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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 22 Oct 1998 13:14:34 +0000
Received: (qmail 14433 invoked from network); 22 Oct 1998 13:14:33 -0000
Received: from faui20.informatik.uni-erlangen.de (131.188.32.20)
  by master.debian.org with SMTP; 22 Oct 1998 13:14:33 -0000
Received: from faui22c.informatik.uni-erlangen.de (faui22c.informatik.uni-erlangen.de [131.188.32.72])
	by faui20.informatik.uni-erlangen.de (8.8.8/8.1.6-FAU) with ESMTP id PAA14954; Thu, 22 Oct 1998 15:13:44 +0200 (MET DST)
Received: (from rnhodek@localhost)
	by faui22c.informatik.uni-erlangen.de (8.8.8/8.1.6-FAU) id PAA25455; Thu, 22 Oct 1998 15:14:12 +0200 (MET DST)
Date: Thu, 22 Oct 1998 15:14:12 +0200 (MET DST)
Message-Id: <199810221314.PAA25455@faui22c.informatik.uni-erlangen.de>
From: Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
To: submit@bugs.debian.org
Subject: apt-get install without upgrading
Reply-to: Roman.Hodek@informatik.uni-erlangen.de

Package: apt
Version: 0.1.7
Severity: wishlist

It would be nice if apt-get would have the following feature:

Currently, if you call "apt-get install PKG" and PKG is already
installed, apt-get tries to update the package if a newer version is
available. Could there be an option --no-upgrade or the like that
avoids those upgrades (but not installed packages will still be
installed)?

Background: I use apt-get together with my source dependency based
build daemon system. apt-get does the "dirty" work of installing
needed source dependencies. But if a package is listed as src dep, it
will be on the apt-get install command line, and thus upgraded if not
the newest version is already installed. But it happens more or less
often in unstable that I do not want to use the newest version of a
package for development. I'd more like to upgrade the system by hand
in a controlled way. Ok, it would be possible to find out which
packages are already installed and leave them out, but this is a lot
of extra work and apt-get has all the infos available. It should be
rather trivial to implement the --no-upgrade there. It's just the more
convenient place to get the desired functionality :-)

A second reason why I don't like these auto-updates is that some
package do not install nicely if stdin is redirected from /dev/null. I
need to do this, because the daemon who call apt-get cannot answer
questions from a postinst :-) I can't avoid this if a source
dependency isn't installed yet, but it's unnecessary if the package is
already available, just not the newest version.

Roman


Reply to: