mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
Add replaces output to -Qi operation
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
cbabfa8cff
commit
b65a81b8af
@ -83,6 +83,7 @@ void dump_pkg_full(pmpkg_t *pkg, int level)
|
||||
list_display(_("Required By :"), alpm_pkg_get_requiredby(pkg));
|
||||
}
|
||||
list_display(_("Conflicts With :"), alpm_pkg_get_conflicts(pkg));
|
||||
list_display(_("Replaces :"), alpm_pkg_get_replaces(pkg));
|
||||
printf(_("Installed Size : %6.2f K\n"), (float)alpm_pkg_get_size(pkg) / 1024.0);
|
||||
printf(_("Packager : %s\n"), (char *)alpm_pkg_get_packager(pkg));
|
||||
printf(_("Architecture : %s\n"), (char *)alpm_pkg_get_arch(pkg));
|
||||
|
Loading…
Reference in New Issue
Block a user