On 2002-06-09 04:46 +0000, ThanhVu Nguyen <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I use the commands "apt-get update && apt-get -u dist-upgrade" when I
> want to check and get upgrades but apt doesn't tell me exactly what it
> is getting ... Here's a log of what I have
> 
> # apt-get update && apt-get dist-upgrade -u
> Get:1 http://http.us.debian.org woody/main Packages [1779kB]
  ^^^ ^                                      ^^^^^^^^  ^^^^^^
  .
  .
> 64% [1 Packages 1140667/1779kB 64%]                           3620B/s 2m56s
       ^ ^^^^^^^^         ^^^^^^

See the connection?  That's the output from running apt-get update.
Currently it's fetching Packages(.gz) file, the file that lists
available packages on the server.  

When you run apt-get -u dist-upgrade, it'll first show you the list of
packages it's going to upgrade/remove/etc. and ask if you wish to
continue.  When you say yes it'll start doing its thing and download the
packages first (if necessary.)  It'll show the progress in about the same
way as above.


> So how do I tell apt to tell me what it is getting exactly ?  

Well, it already is telling you, you just aren't listening :)


-- 
Tommi Komulainen                                 [EMAIL PROTECTED]
GPG 1024D/68388EE6    6FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6

Attachment: pgpE4heBbAI9v.pgp
Description: PGP signature

Reply via email to