Centos7/redhat7最小化安装后的简单配置
Posted 功夫小面团
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7/redhat7最小化安装后的简单配置相关的知识,希望对你有一定的参考价值。
一、配置本地yum源
1、挂载:
[[email protected] ~]# mount /dev/cdrom /mnt
mount: block device /dev/cdrom is write-protected, mounting read-only
[[email protected] ~]# cd /etc/yum.repos.d/
[[email protected] yum.repos.d]# vi rhel-debuginfo.repo --添加下面内容
[localyum]
name=localyum
baseurl=file:///mnt
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
:wq --退出并保存
2、使用yum命令自动安装软件
1)、yum clean all #清除yum缓存
2)、 yum makecache #缓存本地yum源中的软件包信息
3、测试
yum install httpd
安装成功
二、最小化安装的Centos7系统并没有nano、vim、wget、curl、ifconfig、lsof、zip、unzip命令
这里首先安装一下,即可使用:
yum -y install nano vim wget curl net-tools lsof Yum -y install zip
以上是关于Centos7/redhat7最小化安装后的简单配置的主要内容,如果未能解决你的问题,请参考以下文章
Centos7/RedHat7 下 python3使用cx-freeze打包matplotlib程序遇到的问题和解决办法
linux centos7 redhat7 怎么 如何设置开机自动进入命令行模式
centos7/redhat7 将网卡名字改成eth样式的方法