Skip to content

Commit e8bac97

Browse files
authored
fix(oma-pm): do not print install suggest (#334)
1 parent de98f91 commit e8bac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oma-pm/src/apt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ fn collect_suggest(
11891189
continue;
11901190
};
11911191

1192-
if !pkg.marked_install() {
1192+
if !pkg.marked_install() && !pkg.is_installed() {
11931193
let Some(cand) = pkg.candidate() else {
11941194
continue;
11951195
};

0 commit comments

Comments
 (0)