<b><i>James Richard Tyrer &lt;tyrerj@acm.org&gt;</i></b> wrote:<br><blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">With all these links, is there really any point in installing an <br>application in: "/opt/"?  I suppose so, but I can't help but wonder.<br></blockquote>Here is the original FHS rationale.<br><br>http://www.pathname.com/fhs/2.2/fhs-3.12.html<br><br>What do you do if three different vendors want to install Java?&nbsp; The /opt/vendor/product/ resolves that.&nbsp; What do you do if you want to install multiple versions of the same product?&nbsp; What do you do if you want to install both ppc32 and ppc64?&nbsp;&nbsp; The /opt/ isolates the vendor so they only polute their namespace subdirectory.&nbsp; :-)<br><br>http://lsbbook.gforge.freestandards.org/pack-adv.html<br><br>In short, /opt/ is to protect /usr/ from insane 3rd party packages.<br><br>George (gk4)<br>