Slashdot Mirror


User: alastairmck

alastairmck's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:One Directory on APT - With Your Favorite Distribution · · Score: 1
    The point of putting things in separate directories is to keep them separate, from interfering with each other; in distributions the object is the opposite: To enable them to work together This means they must see each other, and be in common directories.


    This goes for shared libraries, data files (in /usr/share), but also for binaries, thatcan be used in scripts, etc.


    Hence, putting them in on-directory-per-package is for tools that are not designed to work with other tools, and cannot expect other tools to be present, such as in commercial packages only.