Here's a replay: # aptitude install adb The following NEW packages will be installed: adb{b} (B: android-tools-adb) android-libadb{a} (D: adb) (adb D: android-libadb) android-libbase{a} (D: adb, D: android-libadb) (adb D: android-libbase) android-libcutils{a} (D: adb, D: android-libadb) (adb D: android-libcutils) android-liblog{a} (D: android-libbase, D: android-libcutils) (adb D: android-libcutils D: android-liblog) The following packages are RECOMMENDED but will NOT be installed: android-sdk-platform-tools-common (R: adb) The following packages will NOT be UPGRADED: libpam-systemd{a} libsystemd0{a} systemd{a} (S: policykit-1, S: systemd-container, S: systemd-ui, R: udev) 0 packages upgraded, 5 newly installed, 0 to remove and 3 not upgraded. Need to get 0 B/230 kB of archives. After unpacking 620 kB will be used. The following packages have unmet dependencies: adb : Breaks: android-tools-adb but 5.1.1.r29-2 is installed The following actions will resolve these dependencies:
Remove the following packages: 1) android-tools-adb [5.1.1.r29-2 (now)] Accept this solution? [Y/n/q/?] The following NEW packages will be installed: adb android-libadb{a} (D: adb) (adb D: android-libadb) android-libbase{a} (D: adb, D: android-libadb) (adb D: android-libbase) android-libcutils{a} (D: adb, D: android-libadb) (adb D: android-libcutils) android-liblog{a} (D: android-libbase, D: android-libcutils) (adb D: android-libcutils D: android-liblog) The following packages will be REMOVED: android-tools-adb{a} The following packages are RECOMMENDED but will NOT be installed: android-sdk-platform-tools-common (R: adb) The following packages will NOT be UPGRADED: libpam-systemd{a} libsystemd0{a} systemd{a} (S: policykit-1, S: systemd-container, S: systemd-ui, R: udev) 0 packages upgraded, 5 newly installed, 1 to remove and 3 not upgraded. Need to get 0 B/230 kB of archives. After unpacking 386 kB will be used. Do you want to continue? [Y/n/?] (Reading database ... 103383 files and directories currently installed.) Removing android-tools-adb (5.1.1.r29-2) ... Selecting previously unselected package android-liblog. (Reading database ... 103376 files and directories currently installed.) Preparing to unpack .../android-liblog_1%3a7.0.0+r1-2_i386.deb ... Unpacking android-liblog (1:7.0.0+r1-2) ... Selecting previously unselected package android-libbase. Preparing to unpack .../android-libbase_1%3a7.0.0+r1-2_i386.deb ... Unpacking android-libbase (1:7.0.0+r1-2) ... Selecting previously unselected package android-libcutils. Preparing to unpack .../android-libcutils_1%3a7.0.0+r1-2_i386.deb ... Unpacking android-libcutils (1:7.0.0+r1-2) ... Selecting previously unselected package android-libadb. Preparing to unpack .../android-libadb_1%3a7.0.0+r1-2_i386.deb ... Unpacking android-libadb (1:7.0.0+r1-2) ... Selecting previously unselected package adb. Preparing to unpack .../adb_1%3a7.0.0+r1-2_i386.deb ... Unpacking adb (1:7.0.0+r1-2) ... Setting up android-liblog (1:7.0.0+r1-2) ... Processing triggers for libc-bin (2.24-9) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up android-libbase (1:7.0.0+r1-2) ... Setting up android-libcutils (1:7.0.0+r1-2) ... Setting up android-libadb (1:7.0.0+r1-2) ... Setting up adb (1:7.0.0+r1-2) ... Processing triggers for libc-bin (2.24-9) ... Current status: 0 (+0) broken, 3 (+0) upgradable, 20649 (+0) new. # aptitude purge ~c The following packages will be REMOVED: android-tools-adb{p} (adb B: android-tools-adb) vlc{p} The following packages will NOT be UPGRADED: libpam-systemd{a} libsystemd0{a} systemd{a} (S: policykit-1, S: systemd-container, S: systemd-ui, R: udev) 0 packages upgraded, 0 newly installed, 2 to remove and 3 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. Do you want to continue? [Y/n/?] (Reading database ... 103405 files and directories currently installed.) Purging configuration files for vlc (2.2.4-13) ... Purging configuration files for android-tools-adb (5.1.1.r29-2) ... Current status: 0 (+0) broken, 3 (+0) upgradable, 20649 (+0) new. # Also from the above, The following packages will be REMOVED: android-tools-adb{a} The following packages will be REMOVED: android-tools-adb{p} (adb B: android-tools-adb) vlc{p} despite the slight difference in the { }, I would say PURGED:. OK trying with -o Aptitude::CmdLine::Show-Deps=0 -o Aptitude::CmdLine::Show-Why=0 -o Aptitude::CmdLine::Verbose=0 still doesn't eliminate the { } so I suppose they will still always look different.