summaryrefslogtreecommitdiff
path: root/doc/forum/Apt.install_return_ok_even_if_asked_something_impossible/comment_1_9ce26e0a77c118c3b75bb00827a880b9._comment
blob: de8417938254d22080e386116e1be3de50dcee18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2016-06-17T14:31:35Z"
 content="""
Implementation has:

	check (isInstallable ps) go

So, if the packages are not isInstallable, nothing is done, and the property
succeeds.

I think this check was intended to avoid running apt-get install unncessarily
when the packages are already installed. However, isInstalled doesn't
differentiate between a package being already installed and not available.

So, fixing.
"""]]