What is the difference between /opt and /usr/local?
652
votes
8
answers
490745
views
According to the [Filesystem Hierarchy Standard](https://www.pathname.com/fhs/pub/fhs-2.3.html) ,
/opt
is for "the installation of add-on application software packages". /usr/local
is "for use by the system administrator when installing software locally". These use cases seem pretty similar. Software not included with distributions usually is configured by default to install in either /usr/local
or /opt
with no particular rhyme or reason as to which they chose.
Is there some difference I'm missing, or do both do the same thing, but exist for historical reasons?
Asked by Patches
(6862 rep)
Apr 18, 2011, 08:08 AM
Last activity: May 3, 2025, 07:10 AM
Last activity: May 3, 2025, 07:10 AM