Changes between Version 6 and Version 7 of Questions and Answers
- Timestamp:
- 04/29/25 16:22:32 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Questions and Answers
v6 v7 16 16 If you install the same package in different ways it will shadow all but one. 17 17 18 '''Explanation:''' You declared vima 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. 19 19 The 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. 20 20