Wols Lists wrote:
> On 08/09/20 15:53, Neil Bothwick wrote:
>> There is a way, uninstall rust. virtual/rust requires only one of rust
>> and rust-bin, if both are installed it will take rust meaning rust-bin
>> gets depcleaned. If only one is installed, the virtual will take that. If
>> neither is install, the virtual will pull in rust.
>>
>> Adding packages like this to the world file is storing up problems for
>> later.
> Agreed. But if an update comes along, will it still use rust-bin, or
> will it upgrade rust-bin to rust?
>
> Cheers,
> Wol
>
>


It is supposed to use whichever is installed.  If both are, the virtual
points to plain rust first and then rust-bin.  I would expect it to use
the plain, locally compiled version, first.  Sort of surprised it
allowed both to be installed tho.  I'd think one would block the other
but maybe in this case, it is able to have both.  If only rust-bin is
installed, then it uses it.  It doesn't matter which is installed, the
virtual only needs one. 

None of those should need to be in world file tho.  Whatever depends on
the virtual will trigger the updates. 

Dale

:-)  :-) 

Reply via email to