标签:linux
安装系统后还会有一些基本的工具没装,这时可以根据需求yum来安装下,啥时用啥时装也可。例如:
yum install tree nmap sysstat lrzsz dos2unix -y
如果需要更新补丁则执行
yum update
安装tree工具:
[root@wuyike ~]# yum install tree -y
作用:下载tree包,然后调用rpm命令安装tree包,如果需要依赖包,自动帮你下载安装。tree:包名。
域名 linux里包管理器
rpm -ivh (安装、显示输出、人类可读展示)(存在的最大问题:依赖)
例子:rpm -ivh 包名.rpm(提前下载好)
[root@wuyike ~]# rpm -qa tree
tree-1.5.3-3.el6.x86_64
tree:显示目录树命令
标签:linux
原文地址:http://11815879.blog.51cto.com/11805879/1913591