I wasn't expecting different behaviour of apt, apt-get, aptitude, and
here's proof they're all linked against same libapt, same version:

hostname:~# ldd $(which apt-get) |grep apt
        libapt-private.so.0.0 => /lib/x86_64-linux-gnu/libapt-private.so.0.0 
(0x00007fe7c1c68000)
        libapt-pkg.so.6.0 => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0 
(0x00007fe7c1aa6000)
hostname:~# ldd $(which apt) |grep apt
        libapt-private.so.0.0 => /lib/x86_64-linux-gnu/libapt-private.so.0.0 
(0x00007fd3023a5000)
        libapt-pkg.so.6.0 => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0 
(0x00007fd3021e3000)
hostname:~# ldd $(which aptitude) |grep apt
        libapt-pkg.so.6.0 => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0 
(0x00007fa63a117000)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1981672

Title:
  apt phased out broken code, missing documentation to opt out

Status in apt package in Ubuntu:
  Incomplete

Bug description:
  Having the configuration at
  https://discourse.ubuntu.com/t/phased-updates-in-apt-in-21-04/20345/24
  it fails to work.

  The phased updates get distributed on some hosts anyways for 22.04.

  Please properly document and test this, and provide a working
  configuration to opt out from phased updates.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to