Changes between Version 6 and Version 7 of Questions and Answers


Ignore:
Timestamp:
04/29/25 16:22:32 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Questions and Answers

    v6 v7  
    1616If you install the same package in different ways it will shadow all but one.
    1717
    18 '''Explanation:''' You declared vim a system level package, so that it is available for everyone. But a user installed it in his default profile as well.
     18'''Explanation:''' You declared the vim editor package a system level package, so that it is available for everyone. But a user installed it in his default profile as well.
    1919The system vim is then shadowed. If - for some reason - the user additionally declares vim in his home configuration, it will shadow the others as well.
    2020