[Bug 325700] Re: apt-key has unannounced dependency on wget

Bug Watch Updater 325700 at bugs.launchpad.net
Wed Aug 10 18:44:54 UTC 2011


** Changed in: apt (Debian)
       Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/325700

Title:
  apt-key has unannounced dependency on wget

Status in “apt” package in Ubuntu:
  Triaged
Status in “apt” package in Debian:
  Fix Released

Bug description:
  Binary package hint: apt

  On Ubuntu 8.04 the apt-key program in the apt package requires wget,
  but this is not listed in the package dependencies for apt. This
  occurs when apt-key is run with the (undocumented) "net-update"
  command, including when /etc/cron.daily/apt is run by cron.

  --------
  $ sudo /usr/bin/apt-key net-update
  /usr/bin/apt-key: 168: wget: not found
  --------

  The wget command is used on line 65 of apt-key to download a new
  keyring.

  
  The simplest thing would be to add wget to the dependencies of apt, but this may not be the best solution as it would require wget to be installed on all Ubuntu machines. This solution may not be desirable because local sysadmin policy may not want an unrestricted HTTP client to be installed (eg bastion host).

  Possible alternative solutions would be to use apt-get or the http apt
  method, but I don't know enough about the internals of apt to be sure.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/325700/+subscriptions




More information about the foundations-bugs mailing list