Linux Standard Base
LSB 是 Linux 标准化领域中事实上的标准。
介绍
Linux Standard Base 低成本支持Linux平台。通过减少个人Linux发行版之间的差异,LSB大大减少了成本和将应用程序移植到不同的分布,以及降低成本和精力参与售后支持这些应用程序。
原文:The Linux Standard Base was created to lower the overall costs of supporting the Linux platform. By reducing the differences between individual Linux distributions, the LSB greatly reduces the costs involved with porting applications to different distributions, as well as lowers the cost and effort involved in after-market support of those applications.
更多资料
规范、文档和文章 https://refspecs.linuxfoundation.org/lsb.shtml
CentOS安装lsb_release
1. 查看系统中是否安装lsb_release
lsb_release -a
2.安装命令
yum -y install redhat-lsb
3.验证是否安装成功
lsb_release
附录
参考资料
- https://wiki.linuxfoundation.org/lsb/start
- https://blog.youkuaiyun.com/cwlseu/article/details/103696609
- https://blog.youkuaiyun.com/qq_39564555/article/details/89521954
SEO
lsb_release: command not found