I've seen a lot of self-hosted software wanting to store their data in /opt, is there any reason why?

you are viewing a single comment's thread
view the rest of the comments
[–] 31 points 2 years ago (1 child)

Yes, it's arbitrary.

Packages that bundle a bunch of stuff, or otherwise make a mess, should go into /opt. Well-behaved packages that integrate with the system should be fine to install to /usr.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (2 children)

    Who gets the final call on that, the developer or the maintainer? I've noticed that Landscape goes into /opt, and Canonical is both developer and maintainer there.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 7 points 2 years ago (2 children)