[Aptitude-devel] Bug#638049: aptitude forgets which packages were installed automatically

Harald Dunkel harri at afaics.de
Sat Mar 16 18:24:43 UTC 2013


Hi Daniel,

I found a procedure to reproduce the problem by installing
and removing postgresql. Here is the script:

# ----------------------------------------------------------------------------
rm -rf /var/tmp/testcase
mkdir -p /var/tmp/testcase

aptitude update
aptitude clean
aptitude-create-state-bundle /var/tmp/testcase/before.tar.bz2
dpkg -l >/var/tmp/testcase/before.list

aptitude install postgresql
aptitude clean
aptitude-create-state-bundle /var/tmp/testcase/postgresql_installed.tar.bz2
dpkg -l >/var/tmp/testcase/postgresql_installed.list

aptitude remove postgresql
aptitude-create-state-bundle /var/tmp/testcase/postgresql_removed.tar.bz2
dpkg -l >/var/tmp/testcase/postgresql_removed.list

aptitude purge postgresql
aptitude purge $(dpkg --get-selections | grep deinstall | cut -f1)
aptitude-create-state-bundle /var/tmp/testcase/postgresql_purged.tar.bz2
dpkg -l >/var/tmp/testcase/postgresql_purged.list
# ----------------------------------------------------------------------------


After running it I've got 2 new libraries that should have been removed
automatically:

g# diff -u before.list postgresql_purged.list
--- before.list 2013-03-16 18:46:43.879605164 +0100
+++ postgresql_purged.list      2013-03-16 18:49:05.563117529 +0100
@@ -71,6 +71,7 @@
 ii  libkeyutils1:amd64              1.5.5-3                amd64        Linux Key Management Utilities (library)
 ii  libkrb5-3:amd64                 1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries
 ii  libkrb5support0:amd64           1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Support library
+ii  libldap-2.4-2:amd64             2.4.31-1               amd64        OpenLDAP libraries
 ii  liblocale-gettext-perl          1.05-7+b1              amd64        module using libc functions for internationalization in Perl
 ii  liblzma5:amd64                  5.1.1alpha+20120614-2  amd64        XZ-format compression library
 ii  libmagic1:amd64                 5.11-2                 amd64        File type determination library using "magic" numbers
@@ -89,6 +90,7 @@
 ii  libpopt0:amd64                  1.16-7                 amd64        lib for parsing cmdline parameters
 ii  libprocps0:amd64                1:3.3.3-2              amd64        library for accessing process information from /proc
 ii  libreadline6:amd64              6.2+dfsg-0.1           amd64        GNU readline and history libraries, run-time libraries
+ii  libsasl2-2:amd64                2.1.25.dfsg1-6         amd64        Cyrus SASL - authentication abstraction library
 ii  libselinux1:amd64               2.1.9-5                amd64        SELinux runtime shared libraries
 ii  libsemanage-common              2.1.6-6                all          Common files for SELinux policy management libraries
 ii  libsemanage1:amd64              2.1.6-6                amd64        SELinux policy management library

Aptitude doesn't show the automatic flag for these libs.

Attached you can find the typescript and the output of dpkg -l, but
the snapshots generated by aptitude-create-state-bundle are way too
large for EMail and probably for the BTS, too. What would you
suggest to transfer these snapshots?

Reards
Harri


-------------- next part --------------
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version                Architecture Description
+++-===============================-======================-============-========================================================================
ii  adduser                         3.113+nmu3             all          add and remove users and groups
ii  apt                             0.9.7.7                amd64        commandline package manager
ii  apt-utils                       0.9.7.7                amd64        package managment related utility programs
ii  aptitude                        0.6.8.2-1              amd64        terminal-based package manager
ii  aptitude-common                 0.6.8.2-1              all          architecture indepedent files for the aptitude package manager
ii  base-files                      7.1                    amd64        Debian base system miscellaneous files
ii  base-passwd                     3.5.26                 amd64        Debian base system master password and group files
ii  bash                            4.2+dfsg-0.1           amd64        GNU Bourne Again SHell
ii  bridge-utils                    1.5-6                  amd64        Utilities for configuring the Linux Ethernet bridge
ii  bsdmainutils                    9.0.3                  amd64        collection of more utilities from FreeBSD
ii  bsdutils                        1:2.20.1-5.3           amd64        Basic utilities from 4.4BSD-Lite
ii  bzip2                           1.0.6-4                amd64        high-quality block-sorting file compressor - utilities
ii  coreutils                       8.13-3.5               amd64        GNU core utilities
ii  cron                            3.0pl1-124             amd64        process scheduling daemon
ii  dash                            0.5.7-3                amd64        POSIX-compliant shell
ii  debconf                         1.5.49                 all          Debian configuration management system
ii  debian-archive-keyring          2012.4                 all          GnuPG archive keys of the Debian archive
ii  debianutils                     4.3.2                  amd64        Miscellaneous utilities specific to Debian
ii  diffutils                       1:3.2-6                amd64        File comparison utilities
ii  dpkg                            1.16.9                 amd64        Debian package management system
ii  e2fslibs:amd64                  1.42.5-1               amd64        ext2/ext3/ext4 file system libraries
ii  e2fsprogs                       1.42.5-1               amd64        ext2/ext3/ext4 file system utilities
ii  ethtool                         1:3.4.2-1              amd64        display or change Ethernet device settings
ii  file                            5.11-2                 amd64        Determines file type using "magic" numbers
ii  findutils                       4.4.2-4                amd64        utilities for finding files--find, xargs
ii  gcc-4.7-base:amd64              4.7.2-5                amd64        GCC, the GNU Compiler Collection (base package)
ii  gnupg                           1.4.12-7               amd64        GNU privacy guard - a free PGP replacement
ii  gpgv                            1.4.12-7               amd64        GNU privacy guard - signature verification tool
ii  grep                            2.12-2                 amd64        GNU grep, egrep and fgrep
ii  gzip                            1.5-1.1                amd64        GNU compression utilities
ii  hostname                        3.11                   amd64        utility to set/show the host name or domain name
ii  ifupdown                        0.7.5                  amd64        high level tools to configure network interfaces
ii  initscripts                     2.88dsf-41             amd64        scripts for initializing and shutting down the system
ii  insserv                         1.14.0-5               amd64        boot sequence organizer using LSB init.d script dependency information
ii  iproute                         20120521-3+b3          amd64        networking and traffic control tools
ii  iptables                        1.4.14-3.1             amd64        administration tools for packet filtering and NAT
ii  iputils-ping                    3:20101006-1+b1        amd64        Tools to test the reachability of network hosts
ii  isc-dhcp-client                 4.2.2.dfsg.1-5+deb70u3 amd64        ISC DHCP client
ii  isc-dhcp-common                 4.2.2.dfsg.1-5+deb70u3 amd64        common files used by all the isc-dhcp* packages
ii  less                            444-4                  amd64        pager program similar to more
ii  libacl1:amd64                   2.2.51-8               amd64        Access control list shared library
ii  libapt-inst1.5:amd64            0.9.7.7                amd64        deb package format runtime library
ii  libapt-pkg4.12:amd64            0.9.7.7                amd64        package managment runtime library
ii  libattr1:amd64                  1:2.4.46-8             amd64        Extended attribute shared library
ii  libblkid1:amd64                 2.20.1-5.3             amd64        block device id library
ii  libboost-iostreams1.49.0        1.49.0-3.2             amd64        Boost.Iostreams Library
ii  libbsd0:amd64                   0.4.2-1                amd64        utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64                1.0.6-4                amd64        high-quality block-sorting file compressor library - runtime
ii  libc-bin                        2.13-38                amd64        Embedded GNU C Library: Binaries
ii  libc6:amd64                     2.13-38                amd64        Embedded GNU C Library: Shared libraries
ii  libclass-isa-perl               0.36-3                 all          report the search path for a class's ISA tree
ii  libcomerr2:amd64                1.42.5-1               amd64        common error description library
ii  libcwidget3                     0.5.16-3.4             amd64        high-level terminal interface library for C++ (runtime files)
ii  libdb5.1:amd64                  5.1.29-5               amd64        Berkeley v5.1 Database Libraries [runtime]
ii  libedit2:amd64                  2.11-20080614-5        amd64        BSD editline and history libraries
ii  libept1.4.12                    1.0.9                  amd64        High-level library for managing Debian package information
ii  libgcc1:amd64                   1:4.7.2-5              amd64        GCC support library
ii  libgcrypt11:amd64               1.5.0-5                amd64        LGPL Crypto library - runtime library
ii  libgdbm3:amd64                  1.8.3-11               amd64        GNU dbm database routines (runtime version)
ii  libgnutls26:amd64               2.12.20-4              amd64        GNU TLS library - runtime library
ii  libgpg-error0:amd64             1.10-3.1               amd64        library for common error values and messages in GnuPG components
ii  libgpm2:amd64                   1.20.4-6               amd64        General Purpose Mouse - shared library
ii  libgssapi-krb5-2:amd64          1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libidn11:amd64                  1.25-2                 amd64        GNU Libidn library, implementation of IETF IDN specifications
ii  libk5crypto3:amd64              1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64              1.5.5-3                amd64        Linux Key Management Utilities (library)
ii  libkrb5-3:amd64                 1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries
ii  libkrb5support0:amd64           1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Support library
ii  liblocale-gettext-perl          1.05-7+b1              amd64        module using libc functions for internationalization in Perl
ii  liblzma5:amd64                  5.1.1alpha+20120614-2  amd64        XZ-format compression library
ii  libmagic1:amd64                 5.11-2                 amd64        File type determination library using "magic" numbers
ii  libmount1                       2.20.1-5.3             amd64        block device id library
ii  libncurses5:amd64               5.9-10                 amd64        shared libraries for terminal handling
ii  libncursesw5:amd64              5.9-10                 amd64        shared libraries for terminal handling (wide character support)
ii  libnewt0.52                     0.52.14-11.1           amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0                   1.0.0-1.1              amd64        Netfilter netlink library
ii  libp11-kit0:amd64               0.12-3                 amd64        Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpam-modules:amd64            1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin              1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                  1.1.3-7.1              all          Runtime support for the PAM library
ii  libpam0g:amd64                  1.1.3-7.1              amd64        Pluggable Authentication Modules library
ii  libpcre3:amd64                  1:8.30-5               amd64        Perl 5 Compatible Regular Expression Library - runtime files
ii  libpng12-0:amd64                1.2.49-1               amd64        PNG library - runtime
ii  libpopt0:amd64                  1.16-7                 amd64        lib for parsing cmdline parameters
ii  libprocps0:amd64                1:3.3.3-2              amd64        library for accessing process information from /proc
ii  libreadline6:amd64              6.2+dfsg-0.1           amd64        GNU readline and history libraries, run-time libraries
ii  libselinux1:amd64               2.1.9-5                amd64        SELinux runtime shared libraries
ii  libsemanage-common              2.1.6-6                all          Common files for SELinux policy management libraries
ii  libsemanage1:amd64              2.1.6-6                amd64        SELinux policy management library
ii  libsepol1:amd64                 2.1.4-3                amd64        SELinux library for manipulating binary security policies
ii  libsigc++-2.0-0c2a:amd64        2.2.10-0.2             amd64        type-safe Signal Framework for C++ - runtime
ii  libslang2:amd64                 2.2.4-15               amd64        S-Lang programming library - runtime version
ii  libsqlite3-0:amd64              3.7.13-1               amd64        SQLite 3 shared library
ii  libss2:amd64                    1.42.5-1               amd64        command-line interface parsing library
ii  libssl1.0.0:amd64               1.0.1e-1               amd64        SSL shared libraries
ii  libstdc++6:amd64                4.7.2-5                amd64        GNU Standard C++ Library v3
ii  libswitch-perl                  2.16-2                 all          switch statement for Perl
ii  libtasn1-3:amd64                2.13-2                 amd64        Manage ASN.1 structures (runtime)
ii  libtinfo5:amd64                 5.9-10                 amd64        shared low-level terminfo library for terminal handling
ii  libusb-0.1-4:amd64              2:0.1.12-20+nmu1       amd64        userspace USB programming library
ii  libustr-1.0-1:amd64             1.0.4-3                amd64        Micro string library: shared library
ii  libuuid1:amd64                  2.20.1-5.3             amd64        Universally Unique ID library
ii  libwrap0:amd64                  7.6.q-24               amd64        Wietse Venema's TCP wrappers library
ii  libxapian22                     1.2.12-2               amd64        Search engine library
ii  linux-container                 1-5~bpo60+1            all          Linux containers userspace tools (container support package)
ii  locales                         2.13-38                all          Embedded GNU C Library: National Language (locale) data [support]
ii  login                           1:4.1.5.1-1            amd64        system login tools
ii  logrotate                       3.8.1-4                amd64        Log rotation utility
ii  lsb-base                        4.1+Debian8            all          Linux Standard Base 4.1 init script functionality
ii  manpages                        3.44-1                 all          Manual pages about using a GNU/Linux system
ii  mawk                            1.3.3-17               amd64        a pattern scanning and text processing language
ii  mg                              20110905-1.1           amd64        microscopic GNU Emacs-style editor
ii  mktemp                          8.13-3.5               all          coreutils mktemp transitional package
ii  mount                           2.20.1-5.3             amd64        Tools for mounting and manipulating filesystems
ii  multiarch-support               2.13-38                amd64        Transitional package to ensure multiarch compatibility
ii  ncurses-base                    5.9-10                 all          basic terminal type definitions
ii  ncurses-bin                     5.9-10                 amd64        terminal-related programs and man pages
ii  net-tools                       1.60-24.2              amd64        The NET-3 networking toolkit
ii  netbase                         5.0                    all          Basic TCP/IP networking system
ii  openssh-blacklist               0.4.1+nmu1             all          list of default blacklisted OpenSSH RSA and DSA keys
ii  openssh-client                  1:6.0p1-4              amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                  1:6.0p1-4              amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssl                         1.0.1e-1               amd64        Secure Socket Layer (SSL) binary and related cryptographic tools
ii  passwd                          1:4.1.5.1-1            amd64        change and administer password and group data
ii  perl                            5.14.2-20              amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                       5.14.2-20              amd64        minimal Perl system
ii  perl-modules                    5.14.2-20              all          Core Perl modules
ii  procps                          1:3.3.3-2              amd64        /proc file system utilities
ii  psmisc                          22.19-1+deb7u1         amd64        utilities that use the proc file system
ii  readline-common                 6.2+dfsg-0.1           all          GNU readline and history libraries, common files
ii  resolvconf                      1.67                   all          name server information handler
ii  rsync                           3.0.9-4                amd64        fast, versatile, remote (and local) file-copying tool
ii  rsyslog                         5.8.11-2               amd64        reliable system and kernel logging daemon
ii  sed                             4.2.1-10               amd64        The GNU sed stream editor
ii  sensible-utils                  0.0.7                  all          Utilities for sensible alternative selection
ii  sysv-rc                         2.88dsf-41             all          System-V-like runlevel change mechanism
ii  sysvinit                        2.88dsf-41             amd64        System-V-like init utilities
ii  sysvinit-utils                  2.88dsf-41             amd64        System-V-like utilities
ii  tar                             1.26+dfsg-0.1          amd64        GNU version of the tar archiving utility
ii  traceroute                      1:2.0.18-3             amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                          2012j-1                all          time zone and daylight-saving time data
ii  unzip                           6.0-8                  amd64        De-archiver for .zip files
ii  util-linux                      2.20.1-5.3             amd64        Miscellaneous system utilities
ii  uuid-runtime                    2.20.1-5.3             amd64        runtime components for the Universally Unique ID library
ii  wget                            1.13.4-3               amd64        retrieves files from the web
ii  whiptail                        0.52.14-11.1           amd64        Displays user-friendly dialog boxes from shell scripts
ii  xz-utils                        5.1.1alpha+20120614-2  amd64        XZ-format compression utilities
ii  zlib1g:amd64                    1:1.2.7.dfsg-13        amd64        compression library - runtime
-------------- next part --------------
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version                Architecture Description
+++-===============================-======================-============-========================================================================
ii  adduser                         3.113+nmu3             all          add and remove users and groups
ii  apt                             0.9.7.7                amd64        commandline package manager
ii  apt-utils                       0.9.7.7                amd64        package managment related utility programs
ii  aptitude                        0.6.8.2-1              amd64        terminal-based package manager
ii  aptitude-common                 0.6.8.2-1              all          architecture indepedent files for the aptitude package manager
ii  base-files                      7.1                    amd64        Debian base system miscellaneous files
ii  base-passwd                     3.5.26                 amd64        Debian base system master password and group files
ii  bash                            4.2+dfsg-0.1           amd64        GNU Bourne Again SHell
ii  bridge-utils                    1.5-6                  amd64        Utilities for configuring the Linux Ethernet bridge
ii  bsdmainutils                    9.0.3                  amd64        collection of more utilities from FreeBSD
ii  bsdutils                        1:2.20.1-5.3           amd64        Basic utilities from 4.4BSD-Lite
ii  bzip2                           1.0.6-4                amd64        high-quality block-sorting file compressor - utilities
ii  coreutils                       8.13-3.5               amd64        GNU core utilities
ii  cron                            3.0pl1-124             amd64        process scheduling daemon
ii  dash                            0.5.7-3                amd64        POSIX-compliant shell
ii  debconf                         1.5.49                 all          Debian configuration management system
ii  debian-archive-keyring          2012.4                 all          GnuPG archive keys of the Debian archive
ii  debianutils                     4.3.2                  amd64        Miscellaneous utilities specific to Debian
ii  diffutils                       1:3.2-6                amd64        File comparison utilities
ii  dpkg                            1.16.9                 amd64        Debian package management system
ii  e2fslibs:amd64                  1.42.5-1               amd64        ext2/ext3/ext4 file system libraries
ii  e2fsprogs                       1.42.5-1               amd64        ext2/ext3/ext4 file system utilities
ii  ethtool                         1:3.4.2-1              amd64        display or change Ethernet device settings
ii  file                            5.11-2                 amd64        Determines file type using "magic" numbers
ii  findutils                       4.4.2-4                amd64        utilities for finding files--find, xargs
ii  gcc-4.7-base:amd64              4.7.2-5                amd64        GCC, the GNU Compiler Collection (base package)
ii  gnupg                           1.4.12-7               amd64        GNU privacy guard - a free PGP replacement
ii  gpgv                            1.4.12-7               amd64        GNU privacy guard - signature verification tool
ii  grep                            2.12-2                 amd64        GNU grep, egrep and fgrep
ii  gzip                            1.5-1.1                amd64        GNU compression utilities
ii  hostname                        3.11                   amd64        utility to set/show the host name or domain name
ii  ifupdown                        0.7.5                  amd64        high level tools to configure network interfaces
ii  initscripts                     2.88dsf-41             amd64        scripts for initializing and shutting down the system
ii  insserv                         1.14.0-5               amd64        boot sequence organizer using LSB init.d script dependency information
ii  iproute                         20120521-3+b3          amd64        networking and traffic control tools
ii  iptables                        1.4.14-3.1             amd64        administration tools for packet filtering and NAT
ii  iputils-ping                    3:20101006-1+b1        amd64        Tools to test the reachability of network hosts
ii  isc-dhcp-client                 4.2.2.dfsg.1-5+deb70u3 amd64        ISC DHCP client
ii  isc-dhcp-common                 4.2.2.dfsg.1-5+deb70u3 amd64        common files used by all the isc-dhcp* packages
ii  less                            444-4                  amd64        pager program similar to more
ii  libacl1:amd64                   2.2.51-8               amd64        Access control list shared library
ii  libapt-inst1.5:amd64            0.9.7.7                amd64        deb package format runtime library
ii  libapt-pkg4.12:amd64            0.9.7.7                amd64        package managment runtime library
ii  libattr1:amd64                  1:2.4.46-8             amd64        Extended attribute shared library
ii  libblkid1:amd64                 2.20.1-5.3             amd64        block device id library
ii  libboost-iostreams1.49.0        1.49.0-3.2             amd64        Boost.Iostreams Library
ii  libbsd0:amd64                   0.4.2-1                amd64        utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64                1.0.6-4                amd64        high-quality block-sorting file compressor library - runtime
ii  libc-bin                        2.13-38                amd64        Embedded GNU C Library: Binaries
ii  libc6:amd64                     2.13-38                amd64        Embedded GNU C Library: Shared libraries
ii  libclass-isa-perl               0.36-3                 all          report the search path for a class's ISA tree
ii  libcomerr2:amd64                1.42.5-1               amd64        common error description library
ii  libcwidget3                     0.5.16-3.4             amd64        high-level terminal interface library for C++ (runtime files)
ii  libdb5.1:amd64                  5.1.29-5               amd64        Berkeley v5.1 Database Libraries [runtime]
ii  libedit2:amd64                  2.11-20080614-5        amd64        BSD editline and history libraries
ii  libept1.4.12                    1.0.9                  amd64        High-level library for managing Debian package information
ii  libgcc1:amd64                   1:4.7.2-5              amd64        GCC support library
ii  libgcrypt11:amd64               1.5.0-5                amd64        LGPL Crypto library - runtime library
ii  libgdbm3:amd64                  1.8.3-11               amd64        GNU dbm database routines (runtime version)
ii  libgnutls26:amd64               2.12.20-4              amd64        GNU TLS library - runtime library
ii  libgpg-error0:amd64             1.10-3.1               amd64        library for common error values and messages in GnuPG components
ii  libgpm2:amd64                   1.20.4-6               amd64        General Purpose Mouse - shared library
ii  libgssapi-krb5-2:amd64          1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libidn11:amd64                  1.25-2                 amd64        GNU Libidn library, implementation of IETF IDN specifications
ii  libk5crypto3:amd64              1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64              1.5.5-3                amd64        Linux Key Management Utilities (library)
ii  libkrb5-3:amd64                 1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries
ii  libkrb5support0:amd64           1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Support library
ii  libldap-2.4-2:amd64             2.4.31-1               amd64        OpenLDAP libraries
ii  liblocale-gettext-perl          1.05-7+b1              amd64        module using libc functions for internationalization in Perl
ii  liblzma5:amd64                  5.1.1alpha+20120614-2  amd64        XZ-format compression library
ii  libmagic1:amd64                 5.11-2                 amd64        File type determination library using "magic" numbers
ii  libmount1                       2.20.1-5.3             amd64        block device id library
ii  libncurses5:amd64               5.9-10                 amd64        shared libraries for terminal handling
ii  libncursesw5:amd64              5.9-10                 amd64        shared libraries for terminal handling (wide character support)
ii  libnewt0.52                     0.52.14-11.1           amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0                   1.0.0-1.1              amd64        Netfilter netlink library
ii  libp11-kit0:amd64               0.12-3                 amd64        Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpam-modules:amd64            1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin              1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                  1.1.3-7.1              all          Runtime support for the PAM library
ii  libpam0g:amd64                  1.1.3-7.1              amd64        Pluggable Authentication Modules library
ii  libpcre3:amd64                  1:8.30-5               amd64        Perl 5 Compatible Regular Expression Library - runtime files
ii  libpng12-0:amd64                1.2.49-1               amd64        PNG library - runtime
ii  libpopt0:amd64                  1.16-7                 amd64        lib for parsing cmdline parameters
ii  libpq5                          9.1.8-1                amd64        PostgreSQL C client library
ii  libprocps0:amd64                1:3.3.3-2              amd64        library for accessing process information from /proc
ii  libreadline6:amd64              6.2+dfsg-0.1           amd64        GNU readline and history libraries, run-time libraries
ii  libsasl2-2:amd64                2.1.25.dfsg1-6         amd64        Cyrus SASL - authentication abstraction library
ii  libselinux1:amd64               2.1.9-5                amd64        SELinux runtime shared libraries
ii  libsemanage-common              2.1.6-6                all          Common files for SELinux policy management libraries
ii  libsemanage1:amd64              2.1.6-6                amd64        SELinux policy management library
ii  libsepol1:amd64                 2.1.4-3                amd64        SELinux library for manipulating binary security policies
ii  libsigc++-2.0-0c2a:amd64        2.2.10-0.2             amd64        type-safe Signal Framework for C++ - runtime
ii  libslang2:amd64                 2.2.4-15               amd64        S-Lang programming library - runtime version
ii  libsqlite3-0:amd64              3.7.13-1               amd64        SQLite 3 shared library
ii  libss2:amd64                    1.42.5-1               amd64        command-line interface parsing library
ii  libssl1.0.0:amd64               1.0.1e-1               amd64        SSL shared libraries
ii  libstdc++6:amd64                4.7.2-5                amd64        GNU Standard C++ Library v3
ii  libswitch-perl                  2.16-2                 all          switch statement for Perl
ii  libtasn1-3:amd64                2.13-2                 amd64        Manage ASN.1 structures (runtime)
ii  libtinfo5:amd64                 5.9-10                 amd64        shared low-level terminfo library for terminal handling
ii  libusb-0.1-4:amd64              2:0.1.12-20+nmu1       amd64        userspace USB programming library
ii  libustr-1.0-1:amd64             1.0.4-3                amd64        Micro string library: shared library
ii  libuuid1:amd64                  2.20.1-5.3             amd64        Universally Unique ID library
ii  libwrap0:amd64                  7.6.q-24               amd64        Wietse Venema's TCP wrappers library
ii  libxapian22                     1.2.12-2               amd64        Search engine library
ii  libxml2:amd64                   2.8.0+dfsg1-7+nmu1     amd64        GNOME XML library
ii  linux-container                 1-5~bpo60+1            all          Linux containers userspace tools (container support package)
ii  locales                         2.13-38                all          Embedded GNU C Library: National Language (locale) data [support]
ii  login                           1:4.1.5.1-1            amd64        system login tools
ii  logrotate                       3.8.1-4                amd64        Log rotation utility
ii  lsb-base                        4.1+Debian8            all          Linux Standard Base 4.1 init script functionality
ii  manpages                        3.44-1                 all          Manual pages about using a GNU/Linux system
ii  mawk                            1.3.3-17               amd64        a pattern scanning and text processing language
ii  mg                              20110905-1.1           amd64        microscopic GNU Emacs-style editor
ii  mktemp                          8.13-3.5               all          coreutils mktemp transitional package
ii  mount                           2.20.1-5.3             amd64        Tools for mounting and manipulating filesystems
ii  multiarch-support               2.13-38                amd64        Transitional package to ensure multiarch compatibility
ii  ncurses-base                    5.9-10                 all          basic terminal type definitions
ii  ncurses-bin                     5.9-10                 amd64        terminal-related programs and man pages
ii  net-tools                       1.60-24.2              amd64        The NET-3 networking toolkit
ii  netbase                         5.0                    all          Basic TCP/IP networking system
ii  openssh-blacklist               0.4.1+nmu1             all          list of default blacklisted OpenSSH RSA and DSA keys
ii  openssh-client                  1:6.0p1-4              amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                  1:6.0p1-4              amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssl                         1.0.1e-1               amd64        Secure Socket Layer (SSL) binary and related cryptographic tools
ii  passwd                          1:4.1.5.1-1            amd64        change and administer password and group data
ii  perl                            5.14.2-20              amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                       5.14.2-20              amd64        minimal Perl system
ii  perl-modules                    5.14.2-20              all          Core Perl modules
ii  postgresql                      9.1+134wheezy3         all          object-relational SQL database (supported version)
ii  postgresql-9.1                  9.1.8-1                amd64        object-relational SQL database, version 9.1 server
ii  postgresql-client-9.1           9.1.8-1                amd64        front-end programs for PostgreSQL 9.1
ii  postgresql-client-common        134wheezy3             all          manager for multiple PostgreSQL client versions
ii  postgresql-common               134wheezy3             all          PostgreSQL database-cluster manager
ii  procps                          1:3.3.3-2              amd64        /proc file system utilities
ii  psmisc                          22.19-1+deb7u1         amd64        utilities that use the proc file system
ii  readline-common                 6.2+dfsg-0.1           all          GNU readline and history libraries, common files
ii  resolvconf                      1.67                   all          name server information handler
ii  rsync                           3.0.9-4                amd64        fast, versatile, remote (and local) file-copying tool
ii  rsyslog                         5.8.11-2               amd64        reliable system and kernel logging daemon
ii  sed                             4.2.1-10               amd64        The GNU sed stream editor
ii  sensible-utils                  0.0.7                  all          Utilities for sensible alternative selection
ii  ssl-cert                        1.0.32                 all          simple debconf wrapper for OpenSSL
ii  sysv-rc                         2.88dsf-41             all          System-V-like runlevel change mechanism
ii  sysvinit                        2.88dsf-41             amd64        System-V-like init utilities
ii  sysvinit-utils                  2.88dsf-41             amd64        System-V-like utilities
ii  tar                             1.26+dfsg-0.1          amd64        GNU version of the tar archiving utility
ii  traceroute                      1:2.0.18-3             amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                          2012j-1                all          time zone and daylight-saving time data
ii  unzip                           6.0-8                  amd64        De-archiver for .zip files
ii  util-linux                      2.20.1-5.3             amd64        Miscellaneous system utilities
ii  uuid-runtime                    2.20.1-5.3             amd64        runtime components for the Universally Unique ID library
ii  wget                            1.13.4-3               amd64        retrieves files from the web
ii  whiptail                        0.52.14-11.1           amd64        Displays user-friendly dialog boxes from shell scripts
ii  xz-utils                        5.1.1alpha+20120614-2  amd64        XZ-format compression utilities
ii  zlib1g:amd64                    1:1.2.7.dfsg-13        amd64        compression library - runtime
-------------- next part --------------
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version                Architecture Description
+++-===============================-======================-============-========================================================================
ii  adduser                         3.113+nmu3             all          add and remove users and groups
ii  apt                             0.9.7.7                amd64        commandline package manager
ii  apt-utils                       0.9.7.7                amd64        package managment related utility programs
ii  aptitude                        0.6.8.2-1              amd64        terminal-based package manager
ii  aptitude-common                 0.6.8.2-1              all          architecture indepedent files for the aptitude package manager
ii  base-files                      7.1                    amd64        Debian base system miscellaneous files
ii  base-passwd                     3.5.26                 amd64        Debian base system master password and group files
ii  bash                            4.2+dfsg-0.1           amd64        GNU Bourne Again SHell
ii  bridge-utils                    1.5-6                  amd64        Utilities for configuring the Linux Ethernet bridge
ii  bsdmainutils                    9.0.3                  amd64        collection of more utilities from FreeBSD
ii  bsdutils                        1:2.20.1-5.3           amd64        Basic utilities from 4.4BSD-Lite
ii  bzip2                           1.0.6-4                amd64        high-quality block-sorting file compressor - utilities
ii  coreutils                       8.13-3.5               amd64        GNU core utilities
ii  cron                            3.0pl1-124             amd64        process scheduling daemon
ii  dash                            0.5.7-3                amd64        POSIX-compliant shell
ii  debconf                         1.5.49                 all          Debian configuration management system
ii  debian-archive-keyring          2012.4                 all          GnuPG archive keys of the Debian archive
ii  debianutils                     4.3.2                  amd64        Miscellaneous utilities specific to Debian
ii  diffutils                       1:3.2-6                amd64        File comparison utilities
ii  dpkg                            1.16.9                 amd64        Debian package management system
ii  e2fslibs:amd64                  1.42.5-1               amd64        ext2/ext3/ext4 file system libraries
ii  e2fsprogs                       1.42.5-1               amd64        ext2/ext3/ext4 file system utilities
ii  ethtool                         1:3.4.2-1              amd64        display or change Ethernet device settings
ii  file                            5.11-2                 amd64        Determines file type using "magic" numbers
ii  findutils                       4.4.2-4                amd64        utilities for finding files--find, xargs
ii  gcc-4.7-base:amd64              4.7.2-5                amd64        GCC, the GNU Compiler Collection (base package)
ii  gnupg                           1.4.12-7               amd64        GNU privacy guard - a free PGP replacement
ii  gpgv                            1.4.12-7               amd64        GNU privacy guard - signature verification tool
ii  grep                            2.12-2                 amd64        GNU grep, egrep and fgrep
ii  gzip                            1.5-1.1                amd64        GNU compression utilities
ii  hostname                        3.11                   amd64        utility to set/show the host name or domain name
ii  ifupdown                        0.7.5                  amd64        high level tools to configure network interfaces
ii  initscripts                     2.88dsf-41             amd64        scripts for initializing and shutting down the system
ii  insserv                         1.14.0-5               amd64        boot sequence organizer using LSB init.d script dependency information
ii  iproute                         20120521-3+b3          amd64        networking and traffic control tools
ii  iptables                        1.4.14-3.1             amd64        administration tools for packet filtering and NAT
ii  iputils-ping                    3:20101006-1+b1        amd64        Tools to test the reachability of network hosts
ii  isc-dhcp-client                 4.2.2.dfsg.1-5+deb70u3 amd64        ISC DHCP client
ii  isc-dhcp-common                 4.2.2.dfsg.1-5+deb70u3 amd64        common files used by all the isc-dhcp* packages
ii  less                            444-4                  amd64        pager program similar to more
ii  libacl1:amd64                   2.2.51-8               amd64        Access control list shared library
ii  libapt-inst1.5:amd64            0.9.7.7                amd64        deb package format runtime library
ii  libapt-pkg4.12:amd64            0.9.7.7                amd64        package managment runtime library
ii  libattr1:amd64                  1:2.4.46-8             amd64        Extended attribute shared library
ii  libblkid1:amd64                 2.20.1-5.3             amd64        block device id library
ii  libboost-iostreams1.49.0        1.49.0-3.2             amd64        Boost.Iostreams Library
ii  libbsd0:amd64                   0.4.2-1                amd64        utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64                1.0.6-4                amd64        high-quality block-sorting file compressor library - runtime
ii  libc-bin                        2.13-38                amd64        Embedded GNU C Library: Binaries
ii  libc6:amd64                     2.13-38                amd64        Embedded GNU C Library: Shared libraries
ii  libclass-isa-perl               0.36-3                 all          report the search path for a class's ISA tree
ii  libcomerr2:amd64                1.42.5-1               amd64        common error description library
ii  libcwidget3                     0.5.16-3.4             amd64        high-level terminal interface library for C++ (runtime files)
ii  libdb5.1:amd64                  5.1.29-5               amd64        Berkeley v5.1 Database Libraries [runtime]
ii  libedit2:amd64                  2.11-20080614-5        amd64        BSD editline and history libraries
ii  libept1.4.12                    1.0.9                  amd64        High-level library for managing Debian package information
ii  libgcc1:amd64                   1:4.7.2-5              amd64        GCC support library
ii  libgcrypt11:amd64               1.5.0-5                amd64        LGPL Crypto library - runtime library
ii  libgdbm3:amd64                  1.8.3-11               amd64        GNU dbm database routines (runtime version)
ii  libgnutls26:amd64               2.12.20-4              amd64        GNU TLS library - runtime library
ii  libgpg-error0:amd64             1.10-3.1               amd64        library for common error values and messages in GnuPG components
ii  libgpm2:amd64                   1.20.4-6               amd64        General Purpose Mouse - shared library
ii  libgssapi-krb5-2:amd64          1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libidn11:amd64                  1.25-2                 amd64        GNU Libidn library, implementation of IETF IDN specifications
ii  libk5crypto3:amd64              1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64              1.5.5-3                amd64        Linux Key Management Utilities (library)
ii  libkrb5-3:amd64                 1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries
ii  libkrb5support0:amd64           1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Support library
ii  libldap-2.4-2:amd64             2.4.31-1               amd64        OpenLDAP libraries
ii  liblocale-gettext-perl          1.05-7+b1              amd64        module using libc functions for internationalization in Perl
ii  liblzma5:amd64                  5.1.1alpha+20120614-2  amd64        XZ-format compression library
ii  libmagic1:amd64                 5.11-2                 amd64        File type determination library using "magic" numbers
ii  libmount1                       2.20.1-5.3             amd64        block device id library
ii  libncurses5:amd64               5.9-10                 amd64        shared libraries for terminal handling
ii  libncursesw5:amd64              5.9-10                 amd64        shared libraries for terminal handling (wide character support)
ii  libnewt0.52                     0.52.14-11.1           amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0                   1.0.0-1.1              amd64        Netfilter netlink library
ii  libp11-kit0:amd64               0.12-3                 amd64        Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpam-modules:amd64            1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin              1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                  1.1.3-7.1              all          Runtime support for the PAM library
ii  libpam0g:amd64                  1.1.3-7.1              amd64        Pluggable Authentication Modules library
ii  libpcre3:amd64                  1:8.30-5               amd64        Perl 5 Compatible Regular Expression Library - runtime files
ii  libpng12-0:amd64                1.2.49-1               amd64        PNG library - runtime
ii  libpopt0:amd64                  1.16-7                 amd64        lib for parsing cmdline parameters
ii  libprocps0:amd64                1:3.3.3-2              amd64        library for accessing process information from /proc
ii  libreadline6:amd64              6.2+dfsg-0.1           amd64        GNU readline and history libraries, run-time libraries
ii  libsasl2-2:amd64                2.1.25.dfsg1-6         amd64        Cyrus SASL - authentication abstraction library
ii  libselinux1:amd64               2.1.9-5                amd64        SELinux runtime shared libraries
ii  libsemanage-common              2.1.6-6                all          Common files for SELinux policy management libraries
ii  libsemanage1:amd64              2.1.6-6                amd64        SELinux policy management library
ii  libsepol1:amd64                 2.1.4-3                amd64        SELinux library for manipulating binary security policies
ii  libsigc++-2.0-0c2a:amd64        2.2.10-0.2             amd64        type-safe Signal Framework for C++ - runtime
ii  libslang2:amd64                 2.2.4-15               amd64        S-Lang programming library - runtime version
ii  libsqlite3-0:amd64              3.7.13-1               amd64        SQLite 3 shared library
ii  libss2:amd64                    1.42.5-1               amd64        command-line interface parsing library
ii  libssl1.0.0:amd64               1.0.1e-1               amd64        SSL shared libraries
ii  libstdc++6:amd64                4.7.2-5                amd64        GNU Standard C++ Library v3
ii  libswitch-perl                  2.16-2                 all          switch statement for Perl
ii  libtasn1-3:amd64                2.13-2                 amd64        Manage ASN.1 structures (runtime)
ii  libtinfo5:amd64                 5.9-10                 amd64        shared low-level terminfo library for terminal handling
ii  libusb-0.1-4:amd64              2:0.1.12-20+nmu1       amd64        userspace USB programming library
ii  libustr-1.0-1:amd64             1.0.4-3                amd64        Micro string library: shared library
ii  libuuid1:amd64                  2.20.1-5.3             amd64        Universally Unique ID library
ii  libwrap0:amd64                  7.6.q-24               amd64        Wietse Venema's TCP wrappers library
ii  libxapian22                     1.2.12-2               amd64        Search engine library
ii  linux-container                 1-5~bpo60+1            all          Linux containers userspace tools (container support package)
ii  locales                         2.13-38                all          Embedded GNU C Library: National Language (locale) data [support]
ii  login                           1:4.1.5.1-1            amd64        system login tools
ii  logrotate                       3.8.1-4                amd64        Log rotation utility
ii  lsb-base                        4.1+Debian8            all          Linux Standard Base 4.1 init script functionality
ii  manpages                        3.44-1                 all          Manual pages about using a GNU/Linux system
ii  mawk                            1.3.3-17               amd64        a pattern scanning and text processing language
ii  mg                              20110905-1.1           amd64        microscopic GNU Emacs-style editor
ii  mktemp                          8.13-3.5               all          coreutils mktemp transitional package
ii  mount                           2.20.1-5.3             amd64        Tools for mounting and manipulating filesystems
ii  multiarch-support               2.13-38                amd64        Transitional package to ensure multiarch compatibility
ii  ncurses-base                    5.9-10                 all          basic terminal type definitions
ii  ncurses-bin                     5.9-10                 amd64        terminal-related programs and man pages
ii  net-tools                       1.60-24.2              amd64        The NET-3 networking toolkit
ii  netbase                         5.0                    all          Basic TCP/IP networking system
ii  openssh-blacklist               0.4.1+nmu1             all          list of default blacklisted OpenSSH RSA and DSA keys
ii  openssh-client                  1:6.0p1-4              amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                  1:6.0p1-4              amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssl                         1.0.1e-1               amd64        Secure Socket Layer (SSL) binary and related cryptographic tools
ii  passwd                          1:4.1.5.1-1            amd64        change and administer password and group data
ii  perl                            5.14.2-20              amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                       5.14.2-20              amd64        minimal Perl system
ii  perl-modules                    5.14.2-20              all          Core Perl modules
ii  procps                          1:3.3.3-2              amd64        /proc file system utilities
ii  psmisc                          22.19-1+deb7u1         amd64        utilities that use the proc file system
ii  readline-common                 6.2+dfsg-0.1           all          GNU readline and history libraries, common files
ii  resolvconf                      1.67                   all          name server information handler
ii  rsync                           3.0.9-4                amd64        fast, versatile, remote (and local) file-copying tool
ii  rsyslog                         5.8.11-2               amd64        reliable system and kernel logging daemon
ii  sed                             4.2.1-10               amd64        The GNU sed stream editor
ii  sensible-utils                  0.0.7                  all          Utilities for sensible alternative selection
ii  sysv-rc                         2.88dsf-41             all          System-V-like runlevel change mechanism
ii  sysvinit                        2.88dsf-41             amd64        System-V-like init utilities
ii  sysvinit-utils                  2.88dsf-41             amd64        System-V-like utilities
ii  tar                             1.26+dfsg-0.1          amd64        GNU version of the tar archiving utility
ii  traceroute                      1:2.0.18-3             amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                          2012j-1                all          time zone and daylight-saving time data
ii  unzip                           6.0-8                  amd64        De-archiver for .zip files
ii  util-linux                      2.20.1-5.3             amd64        Miscellaneous system utilities
ii  uuid-runtime                    2.20.1-5.3             amd64        runtime components for the Universally Unique ID library
ii  wget                            1.13.4-3               amd64        retrieves files from the web
ii  whiptail                        0.52.14-11.1           amd64        Displays user-friendly dialog boxes from shell scripts
ii  xz-utils                        5.1.1alpha+20120614-2  amd64        XZ-format compression utilities
ii  zlib1g:amd64                    1:1.2.7.dfsg-13        amd64        compression library - runtime
-------------- next part --------------
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                            Version                Architecture Description
+++-===============================-======================-============-========================================================================
ii  adduser                         3.113+nmu3             all          add and remove users and groups
ii  apt                             0.9.7.7                amd64        commandline package manager
ii  apt-utils                       0.9.7.7                amd64        package managment related utility programs
ii  aptitude                        0.6.8.2-1              amd64        terminal-based package manager
ii  aptitude-common                 0.6.8.2-1              all          architecture indepedent files for the aptitude package manager
ii  base-files                      7.1                    amd64        Debian base system miscellaneous files
ii  base-passwd                     3.5.26                 amd64        Debian base system master password and group files
ii  bash                            4.2+dfsg-0.1           amd64        GNU Bourne Again SHell
ii  bridge-utils                    1.5-6                  amd64        Utilities for configuring the Linux Ethernet bridge
ii  bsdmainutils                    9.0.3                  amd64        collection of more utilities from FreeBSD
ii  bsdutils                        1:2.20.1-5.3           amd64        Basic utilities from 4.4BSD-Lite
ii  bzip2                           1.0.6-4                amd64        high-quality block-sorting file compressor - utilities
ii  coreutils                       8.13-3.5               amd64        GNU core utilities
ii  cron                            3.0pl1-124             amd64        process scheduling daemon
ii  dash                            0.5.7-3                amd64        POSIX-compliant shell
ii  debconf                         1.5.49                 all          Debian configuration management system
ii  debian-archive-keyring          2012.4                 all          GnuPG archive keys of the Debian archive
ii  debianutils                     4.3.2                  amd64        Miscellaneous utilities specific to Debian
ii  diffutils                       1:3.2-6                amd64        File comparison utilities
ii  dpkg                            1.16.9                 amd64        Debian package management system
ii  e2fslibs:amd64                  1.42.5-1               amd64        ext2/ext3/ext4 file system libraries
ii  e2fsprogs                       1.42.5-1               amd64        ext2/ext3/ext4 file system utilities
ii  ethtool                         1:3.4.2-1              amd64        display or change Ethernet device settings
ii  file                            5.11-2                 amd64        Determines file type using "magic" numbers
ii  findutils                       4.4.2-4                amd64        utilities for finding files--find, xargs
ii  gcc-4.7-base:amd64              4.7.2-5                amd64        GCC, the GNU Compiler Collection (base package)
ii  gnupg                           1.4.12-7               amd64        GNU privacy guard - a free PGP replacement
ii  gpgv                            1.4.12-7               amd64        GNU privacy guard - signature verification tool
ii  grep                            2.12-2                 amd64        GNU grep, egrep and fgrep
ii  gzip                            1.5-1.1                amd64        GNU compression utilities
ii  hostname                        3.11                   amd64        utility to set/show the host name or domain name
ii  ifupdown                        0.7.5                  amd64        high level tools to configure network interfaces
ii  initscripts                     2.88dsf-41             amd64        scripts for initializing and shutting down the system
ii  insserv                         1.14.0-5               amd64        boot sequence organizer using LSB init.d script dependency information
ii  iproute                         20120521-3+b3          amd64        networking and traffic control tools
ii  iptables                        1.4.14-3.1             amd64        administration tools for packet filtering and NAT
ii  iputils-ping                    3:20101006-1+b1        amd64        Tools to test the reachability of network hosts
ii  isc-dhcp-client                 4.2.2.dfsg.1-5+deb70u3 amd64        ISC DHCP client
ii  isc-dhcp-common                 4.2.2.dfsg.1-5+deb70u3 amd64        common files used by all the isc-dhcp* packages
ii  less                            444-4                  amd64        pager program similar to more
ii  libacl1:amd64                   2.2.51-8               amd64        Access control list shared library
ii  libapt-inst1.5:amd64            0.9.7.7                amd64        deb package format runtime library
ii  libapt-pkg4.12:amd64            0.9.7.7                amd64        package managment runtime library
ii  libattr1:amd64                  1:2.4.46-8             amd64        Extended attribute shared library
ii  libblkid1:amd64                 2.20.1-5.3             amd64        block device id library
ii  libboost-iostreams1.49.0        1.49.0-3.2             amd64        Boost.Iostreams Library
ii  libbsd0:amd64                   0.4.2-1                amd64        utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64                1.0.6-4                amd64        high-quality block-sorting file compressor library - runtime
ii  libc-bin                        2.13-38                amd64        Embedded GNU C Library: Binaries
ii  libc6:amd64                     2.13-38                amd64        Embedded GNU C Library: Shared libraries
ii  libclass-isa-perl               0.36-3                 all          report the search path for a class's ISA tree
ii  libcomerr2:amd64                1.42.5-1               amd64        common error description library
ii  libcwidget3                     0.5.16-3.4             amd64        high-level terminal interface library for C++ (runtime files)
ii  libdb5.1:amd64                  5.1.29-5               amd64        Berkeley v5.1 Database Libraries [runtime]
ii  libedit2:amd64                  2.11-20080614-5        amd64        BSD editline and history libraries
ii  libept1.4.12                    1.0.9                  amd64        High-level library for managing Debian package information
ii  libgcc1:amd64                   1:4.7.2-5              amd64        GCC support library
ii  libgcrypt11:amd64               1.5.0-5                amd64        LGPL Crypto library - runtime library
ii  libgdbm3:amd64                  1.8.3-11               amd64        GNU dbm database routines (runtime version)
ii  libgnutls26:amd64               2.12.20-4              amd64        GNU TLS library - runtime library
ii  libgpg-error0:amd64             1.10-3.1               amd64        library for common error values and messages in GnuPG components
ii  libgpm2:amd64                   1.20.4-6               amd64        General Purpose Mouse - shared library
ii  libgssapi-krb5-2:amd64          1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libidn11:amd64                  1.25-2                 amd64        GNU Libidn library, implementation of IETF IDN specifications
ii  libk5crypto3:amd64              1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64              1.5.5-3                amd64        Linux Key Management Utilities (library)
ii  libkrb5-3:amd64                 1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries
ii  libkrb5support0:amd64           1.10.1+dfsg-4          amd64        MIT Kerberos runtime libraries - Support library
ii  libldap-2.4-2:amd64             2.4.31-1               amd64        OpenLDAP libraries
ii  liblocale-gettext-perl          1.05-7+b1              amd64        module using libc functions for internationalization in Perl
ii  liblzma5:amd64                  5.1.1alpha+20120614-2  amd64        XZ-format compression library
ii  libmagic1:amd64                 5.11-2                 amd64        File type determination library using "magic" numbers
ii  libmount1                       2.20.1-5.3             amd64        block device id library
ii  libncurses5:amd64               5.9-10                 amd64        shared libraries for terminal handling
ii  libncursesw5:amd64              5.9-10                 amd64        shared libraries for terminal handling (wide character support)
ii  libnewt0.52                     0.52.14-11.1           amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnfnetlink0                   1.0.0-1.1              amd64        Netfilter netlink library
ii  libp11-kit0:amd64               0.12-3                 amd64        Library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpam-modules:amd64            1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin              1.1.3-7.1              amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                  1.1.3-7.1              all          Runtime support for the PAM library
ii  libpam0g:amd64                  1.1.3-7.1              amd64        Pluggable Authentication Modules library
ii  libpcre3:amd64                  1:8.30-5               amd64        Perl 5 Compatible Regular Expression Library - runtime files
ii  libpng12-0:amd64                1.2.49-1               amd64        PNG library - runtime
ii  libpopt0:amd64                  1.16-7                 amd64        lib for parsing cmdline parameters
rc  libpq5                          9.1.8-1                amd64        PostgreSQL C client library
ii  libprocps0:amd64                1:3.3.3-2              amd64        library for accessing process information from /proc
ii  libreadline6:amd64              6.2+dfsg-0.1           amd64        GNU readline and history libraries, run-time libraries
ii  libsasl2-2:amd64                2.1.25.dfsg1-6         amd64        Cyrus SASL - authentication abstraction library
ii  libselinux1:amd64               2.1.9-5                amd64        SELinux runtime shared libraries
ii  libsemanage-common              2.1.6-6                all          Common files for SELinux policy management libraries
ii  libsemanage1:amd64              2.1.6-6                amd64        SELinux policy management library
ii  libsepol1:amd64                 2.1.4-3                amd64        SELinux library for manipulating binary security policies
ii  libsigc++-2.0-0c2a:amd64        2.2.10-0.2             amd64        type-safe Signal Framework for C++ - runtime
ii  libslang2:amd64                 2.2.4-15               amd64        S-Lang programming library - runtime version
ii  libsqlite3-0:amd64              3.7.13-1               amd64        SQLite 3 shared library
ii  libss2:amd64                    1.42.5-1               amd64        command-line interface parsing library
ii  libssl1.0.0:amd64               1.0.1e-1               amd64        SSL shared libraries
ii  libstdc++6:amd64                4.7.2-5                amd64        GNU Standard C++ Library v3
ii  libswitch-perl                  2.16-2                 all          switch statement for Perl
ii  libtasn1-3:amd64                2.13-2                 amd64        Manage ASN.1 structures (runtime)
ii  libtinfo5:amd64                 5.9-10                 amd64        shared low-level terminfo library for terminal handling
ii  libusb-0.1-4:amd64              2:0.1.12-20+nmu1       amd64        userspace USB programming library
ii  libustr-1.0-1:amd64             1.0.4-3                amd64        Micro string library: shared library
ii  libuuid1:amd64                  2.20.1-5.3             amd64        Universally Unique ID library
ii  libwrap0:amd64                  7.6.q-24               amd64        Wietse Venema's TCP wrappers library
ii  libxapian22                     1.2.12-2               amd64        Search engine library
rc  libxml2:amd64                   2.8.0+dfsg1-7+nmu1     amd64        GNOME XML library
ii  linux-container                 1-5~bpo60+1            all          Linux containers userspace tools (container support package)
ii  locales                         2.13-38                all          Embedded GNU C Library: National Language (locale) data [support]
ii  login                           1:4.1.5.1-1            amd64        system login tools
ii  logrotate                       3.8.1-4                amd64        Log rotation utility
ii  lsb-base                        4.1+Debian8            all          Linux Standard Base 4.1 init script functionality
ii  manpages                        3.44-1                 all          Manual pages about using a GNU/Linux system
ii  mawk                            1.3.3-17               amd64        a pattern scanning and text processing language
ii  mg                              20110905-1.1           amd64        microscopic GNU Emacs-style editor
ii  mktemp                          8.13-3.5               all          coreutils mktemp transitional package
ii  mount                           2.20.1-5.3             amd64        Tools for mounting and manipulating filesystems
ii  multiarch-support               2.13-38                amd64        Transitional package to ensure multiarch compatibility
ii  ncurses-base                    5.9-10                 all          basic terminal type definitions
ii  ncurses-bin                     5.9-10                 amd64        terminal-related programs and man pages
ii  net-tools                       1.60-24.2              amd64        The NET-3 networking toolkit
ii  netbase                         5.0                    all          Basic TCP/IP networking system
ii  openssh-blacklist               0.4.1+nmu1             all          list of default blacklisted OpenSSH RSA and DSA keys
ii  openssh-client                  1:6.0p1-4              amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                  1:6.0p1-4              amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssl                         1.0.1e-1               amd64        Secure Socket Layer (SSL) binary and related cryptographic tools
ii  passwd                          1:4.1.5.1-1            amd64        change and administer password and group data
ii  perl                            5.14.2-20              amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                       5.14.2-20              amd64        minimal Perl system
ii  perl-modules                    5.14.2-20              all          Core Perl modules
rc  postgresql-9.1                  9.1.8-1                amd64        object-relational SQL database, version 9.1 server
rc  postgresql-client-common        134wheezy3             all          manager for multiple PostgreSQL client versions
rc  postgresql-common               134wheezy3             all          PostgreSQL database-cluster manager
ii  procps                          1:3.3.3-2              amd64        /proc file system utilities
ii  psmisc                          22.19-1+deb7u1         amd64        utilities that use the proc file system
ii  readline-common                 6.2+dfsg-0.1           all          GNU readline and history libraries, common files
ii  resolvconf                      1.67                   all          name server information handler
ii  rsync                           3.0.9-4                amd64        fast, versatile, remote (and local) file-copying tool
ii  rsyslog                         5.8.11-2               amd64        reliable system and kernel logging daemon
ii  sed                             4.2.1-10               amd64        The GNU sed stream editor
ii  sensible-utils                  0.0.7                  all          Utilities for sensible alternative selection
rc  ssl-cert                        1.0.32                 all          simple debconf wrapper for OpenSSL
ii  sysv-rc                         2.88dsf-41             all          System-V-like runlevel change mechanism
ii  sysvinit                        2.88dsf-41             amd64        System-V-like init utilities
ii  sysvinit-utils                  2.88dsf-41             amd64        System-V-like utilities
ii  tar                             1.26+dfsg-0.1          amd64        GNU version of the tar archiving utility
ii  traceroute                      1:2.0.18-3             amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                          2012j-1                all          time zone and daylight-saving time data
ii  unzip                           6.0-8                  amd64        De-archiver for .zip files
ii  util-linux                      2.20.1-5.3             amd64        Miscellaneous system utilities
ii  uuid-runtime                    2.20.1-5.3             amd64        runtime components for the Universally Unique ID library
ii  wget                            1.13.4-3               amd64        retrieves files from the web
ii  whiptail                        0.52.14-11.1           amd64        Displays user-friendly dialog boxes from shell scripts
ii  xz-utils                        5.1.1alpha+20120614-2  amd64        XZ-format compression utilities
ii  zlib1g:amd64                    1:1.2.7.dfsg-13        amd64        compression library - runtime
-------------- next part --------------
Script started on Sat Mar 16 18:46:05 2013
root at wheezy:/var/tmp# rm -rf /var/tmp/testcase
root at wheezy:/var/tmp# mkdir -p /var/tmp/testcase
root at wheezy:/var/tmp# aptitude update


0% [Working]
            
Hit http://security.debian.org wheezy/updates InRelease


0% [Connecting to http.us.debian.org (128.30.2.36)]
                                                   
8% [Connecting to http.us.debian.org (128.30.2.36)]
                                                   
Hit http://security.debian.org wheezy/updates/main Sources


15% [Connecting to http.us.debian.org (128.30.2.36)]
                                                    
Hit http://security.debian.org wheezy/updates/contrib Sources


23% [Waiting for headers]
                         
Hit http://security.debian.org wheezy/updates/non-free Sources


31% [Waiting for headers]
                         
Hit http://security.debian.org wheezy/updates/main amd64 Packages


38% [Waiting for headers]
                         
Hit http://security.debian.org wheezy/updates/contrib amd64 Packages


46% [Waiting for headers]
                         
Hit http://security.debian.org wheezy/updates/non-free amd64 Packages


54% [Waiting for headers]
                         
Hit http://http.us.debian.org wheezy InRelease


54% [Waiting for headers]
                         
36% [Waiting for headers] [Waiting for headers]
                                               
Hit http://http.us.debian.org wheezy-updates InRelease


36% [Waiting for headers]
                         
29% [Waiting for headers] [Waiting for headers]
                                               
Hit http://http.us.debian.org wheezy/main Sources


32% [Waiting for headers]
                         
Hit http://http.us.debian.org wheezy/contrib Sources


35% [Waiting for headers]
                         
Ign http://security.debian.org wheezy/updates/contrib Translation-en


39% [Waiting for headers]
                         
Ign http://security.debian.org wheezy/updates/main Translation-en


42% [Waiting for headers]
                         
Ign http://security.debian.org wheezy/updates/non-free Translation-en


45% [Waiting for headers]
                         
Hit http://http.us.debian.org wheezy/non-free Sources


48% [Working]
             
Hit http://http.us.debian.org wheezy/main amd64 Packages


52% [Working]
             
Hit http://http.us.debian.org wheezy/contrib amd64 Packages


55% [Working]
             
Hit http://http.us.debian.org wheezy/non-free amd64 Packages


58% [Working]
             
Hit http://http.us.debian.org wheezy/contrib Translation-en


61% [Working]
             
Hit http://http.us.debian.org wheezy/main Translation-en


65% [Working]
             
Hit http://http.us.debian.org wheezy/non-free Translation-en


68% [Working]
             
Hit http://http.us.debian.org wheezy-updates/main Sources


71% [Working]
             
Hit http://http.us.debian.org wheezy-updates/contrib Sources


74% [Working]
             
Hit http://http.us.debian.org wheezy-updates/non-free Sources


77% [Working]
             
Hit http://http.us.debian.org wheezy-updates/main amd64 Packages


81% [Working]
             
Hit http://http.us.debian.org wheezy-updates/contrib amd64 Packages


84% [Working]
             
Hit http://http.us.debian.org wheezy-updates/non-free amd64 Packages


87% [Working]
             
87% [Waiting for headers]
                         
Ign http://http.us.debian.org wheezy-updates/contrib Translation-en


90% [Working]
             
Ign http://http.us.debian.org wheezy-updates/main Translation-en


94% [Working]
             
Ign http://http.us.debian.org wheezy-updates/non-free Translation-en


97% [Working]

[  0%] Reading package lists
                            
[100%] Reading package lists
                            

root at wheezy:/var/tmp# aptitude clean
root at wheezy:/var/tmp# aptitude-create-state-bundle /var/tmp/testcase/before.tar.gz
root at wheezy:/var/tmp# dpkg -l >/var/tmp/testcase/before.list
root at wheezy:/var/tmp# aptitude install postgresql


[  0%] Reading package lists
                            
[100%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 76%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  
The following NEW packages will be installed:
  libldap-2.4-2{a} libpq5{a} libsasl2-2{a} libxml2{a} postgresql postgresql-9.1{a} postgresql-client-9.1{a} postgresql-client-common{a} postgresql-common{a} ssl-cert{a} 
The following packages are RECOMMENDED but will NOT be installed:
  libsasl2-modules lsb-release xml-core 
0 packages upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 7052 kB of archives. After unpacking 26.4 MB will be used.
Do you want to continue? [Y/n/?] 


[  0%] Writing extended state information
                                         
[100%] Writing extended state information
                                         


0% [Working]
            
Get: 1 http://http.us.debian.org/debian/ wheezy/main libsasl2-2 amd64 2.1.25.dfsg1-6 [120 kB]


0% [1 libsasl2-2 1206 B/120 kB 1%]
                                  
1% [1 libsasl2-2 51.6 kB/120 kB 43%]
                                    
2% [Working]
            
Get: 2 http://http.us.debian.org/debian/ wheezy/main libldap-2.4-2 amd64 2.4.31-1 [243 kB]


2% [2 libldap-2.4-2 1206 B/243 kB 0%]
                                     
5% [Working]
            
Get: 3 http://http.us.debian.org/debian/ wheezy/main libxml2 amd64 2.8.0+dfsg1-7+nmu1 [904 kB]


5% [3 libxml2 1206 B/904 kB 0%]
                               
9% [3 libxml2 278 kB/904 kB 31%]
                                
15% [3 libxml2 669 kB/904 kB 74%]
                                 
18% [Working]
             
Get: 4 http://http.us.debian.org/debian/ wheezy/main libpq5 amd64 9.1.8-1 [520 kB]


18% [4 libpq5 1206 B/520 kB 0%]
                               
22% [4 libpq5 253 kB/520 kB 49%]
                                
25% [Working]
             
Get: 5 http://http.us.debian.org/debian/ wheezy/main postgresql-client-common all 134wheezy3 [62.8 kB]


25% [5 postgresql-client-common 1207 B/62.8 kB 2%]
                                                  
26% [5 postgresql-client-common 58.8 kB/62.8 kB 94%]
                                                    
26% [Working]
             
Get: 6 http://http.us.debian.org/debian/ wheezy/main postgresql-client-9.1 amd64 9.1.8-1 [1379 kB]


26% [6 postgresql-client-9.1 1205 B/1379 kB 0%]
                                               
27% [6 postgresql-client-9.1 48.7 kB/1379 kB 4%]
                                                
29% [6 postgresql-client-9.1 227 kB/1379 kB 16%]
                                                
33% [6 postgresql-client-9.1 458 kB/1379 kB 33%]                                                                                                                                     360 kB/s 13s
                                                                                                                                                                                                 
36% [6 postgresql-client-9.1 717 kB/1379 kB 52%]                                                                                                                                     360 kB/s 12s
                                                                                                                                                                                                 
40% [6 postgresql-client-9.1 960 kB/1379 kB 70%]                                                                                                                                     360 kB/s 11s
                                                                                                                                                                                                 
43% [6 postgresql-client-9.1 1209 kB/1379 kB 88%]                                                                                                                                    360 kB/s 11s
                                                                                                                                                                                                 
46% [Working]                                                                                                                                                                        360 kB/s 10s
                                                                                                                                                                                                 
Get: 7 http://http.us.debian.org/debian/ wheezy/main ssl-cert all 1.0.32 [19.5 kB]


46% [7 ssl-cert 1207 B/19.5 kB 6%]                                                                                                                                                   360 kB/s 10s
                                                                                                                                                                                                 
46% [Working]                                                                                                                                                                        360 kB/s 10s
                                                                                                                                                                                                 
Get: 8 http://http.us.debian.org/debian/ wheezy/main postgresql-common all 134wheezy3 [138 kB]


46% [8 postgresql-common 1206 B/138 kB 1%]                                                                                                                                           360 kB/s 10s
                                                                                                                                                                                                 
48% [Working]                                                                                                                                                                        360 kB/s 10s
                                                                                                                                                                                                 
Get: 9 http://http.us.debian.org/debian/ wheezy/main postgresql-9.1 amd64 9.1.8-1 [3623 kB]


48% [9 postgresql-9.1 1205 B/3623 kB 0%]                                                                                                                                             360 kB/s 10s
                                                                                                                                                                                                 
48% [9 postgresql-9.1 22.8 kB/3623 kB 1%]                                                                                                                                            360 kB/s 10s
                                                                                                                                                                                                 
50% [9 postgresql-9.1 132 kB/3623 kB 4%]                                                                                                                                              360 kB/s 9s
                                                                                                                                                                                                 
53% [9 postgresql-9.1 332 kB/3623 kB 9%]                                                                                                                                              360 kB/s 9s
                                                                                                                                                                                                 
56% [9 postgresql-9.1 577 kB/3623 kB 16%]                                                                                                                                             360 kB/s 8s
                                                                                                                                                                                                 
60% [9 postgresql-9.1 841 kB/3623 kB 23%]                                                                                                                                             360 kB/s 7s
                                                                                                                                                                                                 
64% [9 postgresql-9.1 1104 kB/3623 kB 30%]                                                                                                                                            360 kB/s 7s
                                                                                                                                                                                                 
67% [9 postgresql-9.1 1363 kB/3623 kB 38%]                                                                                                                                            403 kB/s 5s
                                                                                                                                                                                                 
71% [9 postgresql-9.1 1623 kB/3623 kB 45%]                                                                                                                                            403 kB/s 5s
                                                                                                                                                                                                 
75% [9 postgresql-9.1 1882 kB/3623 kB 52%]                                                                                                                                            403 kB/s 4s
                                                                                                                                                                                                 
78% [9 postgresql-9.1 2141 kB/3623 kB 59%]                                                                                                                                            403 kB/s 3s
                                                                                                                                                                                                 
82% [9 postgresql-9.1 2392 kB/3623 kB 66%]                                                                                                                                            403 kB/s 3s
                                                                                                                                                                                                 
86% [9 postgresql-9.1 2657 kB/3623 kB 73%]                                                                                                                                            403 kB/s 2s
                                                                                                                                                                                                 
89% [9 postgresql-9.1 2914 kB/3623 kB 80%]                                                                                                                                            403 kB/s 1s
                                                                                                                                                                                                 
93% [9 postgresql-9.1 3202 kB/3623 kB 88%]                                                                                                                                            403 kB/s 1s
                                                                                                                                                                                                 
98% [9 postgresql-9.1 3506 kB/3623 kB 97%]                                                                                                                                            403 kB/s 0s
                                                                                                                                                                                                 
99% [Working]                                                                                                                                                                         403 kB/s 0s
                                                                                                                                                                                                 
Get: 10 http://http.us.debian.org/debian/ wheezy/main postgresql all 9.1+134wheezy3 [42.4 kB]


99% [10 postgresql 1207 B/42.4 kB 3%]                                                                                                                                                 403 kB/s 0s
                                                                                                                                                                                                 
100% [Working]                                                                                                                                                                        403 kB/s 0s
                                                                                                                                                                                                 
Fetched 7052 kB in 16s (418 kB/s)
Preconfiguring packages ...
Selecting previously unselected package libsasl2-2:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10742 files and directories currently installed.)
Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-6_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ...
Selecting previously unselected package libxml2:amd64.
Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-7+nmu1_amd64.deb) ...
Selecting previously unselected package libpq5.
Unpacking libpq5 (from .../libpq5_9.1.8-1_amd64.deb) ...
Selecting previously unselected package postgresql-client-common.
Unpacking postgresql-client-common (from .../postgresql-client-common_134wheezy3_all.deb) ...
Selecting previously unselected package postgresql-client-9.1.
Unpacking postgresql-client-9.1 (from .../postgresql-client-9.1_9.1.8-1_amd64.deb) ...
Selecting previously unselected package ssl-cert.
Unpacking ssl-cert (from .../ssl-cert_1.0.32_all.deb) ...
Selecting previously unselected package postgresql-common.
Unpacking postgresql-common (from .../postgresql-common_134wheezy3_all.deb) ...
Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Selecting previously unselected package postgresql-9.1.
Unpacking postgresql-9.1 (from .../postgresql-9.1_9.1.8-1_amd64.deb) ...
Selecting previously unselected package postgresql.
Unpacking postgresql (from .../postgresql_9.1+134wheezy3_all.deb) ...
Setting up libsasl2-2:amd64 (2.1.25.dfsg1-6) ...
Setting up libldap-2.4-2:amd64 (2.4.31-1) ...
Setting up libxml2:amd64 (2.8.0+dfsg1-7+nmu1) ...
Setting up libpq5 (9.1.8-1) ...
Setting up postgresql-client-common (134wheezy3) ...
Setting up postgresql-client-9.1 (9.1.8-1) ...
update-alternatives: using /usr/share/postgresql/9.1/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up ssl-cert (1.0.32) ...
Setting up postgresql-common (134wheezy3) ...
supported_versions: WARNING: lsb_release not present, unknown distribution
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
Setting up postgresql-9.1 (9.1.8-1) ...
Creating new cluster (configuration: /etc/postgresql/9.1/main, data: /var/lib/postgresql/9.1/main)...
Moving configuration file /var/lib/postgresql/9.1/main/postgresql.conf to /etc/postgresql/9.1/main...
Moving configuration file /var/lib/postgresql/9.1/main/pg_hba.conf to /etc/postgresql/9.1/main...
Moving configuration file /var/lib/postgresql/9.1/main/pg_ident.conf to /etc/postgresql/9.1/main...
Configuring postgresql.conf to use port 5432...
update-alternatives: using /usr/share/postgresql/9.1/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
[....] Starting PostgreSQL 9.1 database server: main[?25l7[ ok 8[?12l[?25h.
Setting up postgresql (9.1+134wheezy3) ...


[  0%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 71%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  


[  0%] Writing extended state information
                                         

root at wheezy:/var/tmp# aptitude clean
root at wheezy:/var/tmp# aptitude-create-state-bundle /var/tmp/testcase/postgresql_installed.tar.gz
root at wheezy:/var/tmp# dpkg -l >/var/tmp/testcase/postgresql_installed.list
root at wheezy:/var/tmp# aptitude remove postgresql


[  0%] Reading package lists
                            
[100%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 71%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  
The following packages will be REMOVED:
  libpq5{u} libxml2{u} postgresql postgresql-9.1{u} postgresql-client-9.1{u} postgresql-client-common{u} postgresql-common{u} ssl-cert{u} 
0 packages upgraded, 0 newly installed, 8 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 25.7 MB will be freed.
Do you want to continue? [Y/n/?] 


[  0%] Writing extended state information
                                         
[100%] Writing extended state information
                                         
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11352 files and directories currently installed.)
Removing postgresql ...
Removing postgresql-9.1 ...
[....] Stopping PostgreSQL 9.1 database server: main[?25l7[ ok 8[?12l[?25h.
Removing postgresql-client-9.1 ...
Removing libpq5 ...
Removing libxml2:amd64 ...
Removing postgresql-common ...
Removing 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
Removing postgresql-client-common ...
Removing ssl-cert ...


[  0%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 75%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  


[  0%] Writing extended state information
                                         

root at wheezy:/var/tmp# aptitude-create-state-bundle /var/tmp/testcase/postgresql_removed.tar.gz
root at wheezy:/var/tmp# dpkg -l >/var/tmp/testcase/postgresql_removed.list
root at wheezy:/var/tmp# aptitude purge postgresql


[  0%] Reading package lists
                            
[100%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 75%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.


[  0%] Writing extended state information
                                         
[100%] Writing extended state information
                                         


[  0%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 75%] Reading state information
                                


[  0%] Reading extended state information
                                         
[100%] Reading extended state information
                                         


[  0%] Initializing package states
                                  

root at wheezy:/var/tmp# aptitude purge $(dpkg --get-selections | grep deinstall | cut -f1)


[  0%] Reading package lists
                            
[100%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 75%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  
The following packages will be REMOVED:
  libpq5{p} libxml2{p} postgresql-9.1{p} postgresql-client-common{p} postgresql-common{p} ssl-cert{p} 
0 packages upgraded, 0 newly installed, 6 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
Do you want to continue? [Y/n/?] 


[  0%] Writing extended state information
                                         
[100%] Writing extended state information
                                         
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10778 files and directories currently installed.)
Removing libpq5 ...
Purging configuration files for libpq5 ...
Removing libxml2:amd64 ...
Purging configuration files for libxml2:amd64 ...
Removing postgresql-9.1 ...
Purging configuration files for postgresql-9.1 ...
Dropping cluster main...
Removing postgresql-client-common ...
Purging configuration files for postgresql-client-common ...
dpkg: warning: while removing postgresql-client-common, directory '/etc/postgresql-common' not empty so not removed
Removing postgresql-common ...
Purging configuration files for postgresql-common ...
Removing ssl-cert ...
Purging configuration files for ssl-cert ...


[  0%] Reading package lists
                            


[  0%] Building dependency tree
                               
[100%] Building dependency tree
                               
[  0%] Reading state information
                                
[ 75%] Reading state information
                                


[  0%] Reading extended state information
                                         


[  0%] Initializing package states
                                  


[  0%] Writing extended state information
                                         

root at wheezy:/var/tmp# aptitude-create-state-bundle /var/tmp/testcase/postgresql_purged.tar.gz
root at wheezy:/var/tmp# dpkg -l >/var/tmp/testcase/postgresql_purged.list
root at wheezy:/var/tmp# exit

Script done on Sat Mar 16 18:49:08 2013
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/aptitude-devel/attachments/20130316/2ece1012/attachment.pgp>


More information about the Aptitude-devel mailing list