linux 中查看软件的安装依赖

 

001、  以glibc-2.31为例

[root@PC1 glibc-2.31]# pwd
/home/software/glibc-2.31
[root@PC1 glibc-2.31]# cat INSTALL | grep -E "newer|later" | grep "*"    ## 查看安装依赖
   * GNU 'make' 4.0 or newer
   * GCC 6.2 or newer
   * GNU 'binutils' 2.25 or later
   * GNU 'texinfo' 4.7 or later
   * GNU 'bison' 2.7 or later
   * GNU 'sed' 3.02 or newer
   * Python 3.4 or later
   * GDB 7.8 or later with support for Python 2.7/3.4 or later
   * GNU 'gettext' 0.10.36 or later

 。

 

posted @ 2023-07-17 15:41  小鲨鱼2018  阅读(391)  评论(0编辑  收藏  举报