CentOS 命令工具安装
Posted myfqm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 命令工具安装相关的知识,希望对你有一定的参考价值。
安装net-tools工具包,ifconfig,netstat,whois等命令都来源于这个包。
yum install net-tools
使用组安装包,一次性安装所有开发者工具
1、查看有那些组安装包可用。
yum grouplist | more
显示结果:
Last metadata expiration check: 0:24:41 ago on Sat 06 Jun 2020 12:41:01 AM UTC. Available Environment Groups: Server with GUI Server Minimal Install Workstation Virtualization Host Custom Operating System Installed Groups: Development Tools Available Groups: Container Management .NET Core Development RPM Development Tools Graphical Administration Tools Headless Management Legacy UNIX Compatibility Network Servers Scientific Support Security Tools Smart Card Support System Tools
2、搜索一下有哪些和 Development 有关。
yum grouplist | grep Development
显示结果:
Development Tools
.NET Core Development
RPM Development Tools
3、我们需要的就是Development Tools这个包。
yum groupinstall -y "Development Tools"
以上是关于CentOS 命令工具安装的主要内容,如果未能解决你的问题,请参考以下文章
sql [SQL查询片段]用于在命令行或通过R和其他工具使用SQL的快速代码段#tags:sql,R,text processing,命令li