The list context menu does not allow a package to bre re-installed. Reproducible: Always Steps to Reproduce: 1. Open muon and select any installed package. 2. Right-click the package Actual Results: "Mark for reinstall" is not enabled. Expected Results: "Mark for reinstall" to be enabled.
Crude workaround: 1. Open muon 2. Select the desired package and any other installed package 3. Right-click 4. Mark them for reinstallation Note: the packages cannot now be unmarked, see bug 348390
Hi there, How are the steps you gave a crude workaround? It seems quite intuitive to me. And I think you mean bug 342390 instead of bug 348390? (note: I'm a Google Code-in student)
It's a crude workaround because I can't just right-click installed package A and select "Mark for reinstall", I have to select at least two packages (A and B) to get the ability to select reinstall. This means doing extra, unnecessary work and makes it appear at first glance that Muon does not permit package to be re-installed. The "trick" of selecting an extra installed package isn't obvious. Other workarounds a would be "sudo apt-get install --reinstall package-A" or "sudo aptitude" and going from there. And you are correct, I did mean bug 342390.
Ah, I see. That is rather awkward.
Git commit 6db42277651409eeb92fa4f67c64f85434db387e by Carlo Vanini. Committed on 15/04/2016 at 17:30. Pushed by vanini into branch 'master'. Fix "ReInstall" action not being enabled. Fix mark/Unmark for ReInstall of a package. Testing Done: * select an installed package * mark for re-install * mark for keep or click Undo Related: bug 342390 REVIEW: 127545 M +5 -1 src/backend.cpp M +4 -1 src/package.cpp http://commits.kde.org/libqapt/6db42277651409eeb92fa4f67c64f85434db387e