linux – –prefix到/usr/local或/ opt?

前端之家收集整理的这篇文章主要介绍了linux – –prefix到/usr/local或/ opt?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
为了从git或rails这样的源代码构建应用程序,我看到了在/ opt或/usr/local中安装的建议.

从我读过的内容来看,两者的指定用途大致相同,仅仅是一种风格问题.

有什么实际区别吗?最佳做法?

解决方法

FHS说:

A package to be installed in /opt must
locate its static files in a separate
/opt/ or /opt/
directory tree,where is a
name that describes the software
package and is the
provider’s LANANA registered name.

而/usr/local保持通常的/ bin /,/ lib,/ etc,…层次结构

原文链接:https://www.f2er.com/linux/399976.html

猜你在找的Linux相关文章