码迷,mamicode.com
首页 >  
搜索关键字:epel源    ( 590个结果
Kvm学习文档记录
一、实验环境: 在vmware上打开vt支持选项: 操作系统信息: 查看是否支持虚拟化: 二、安装kvm以及管理器 2.1 安装epel源 2.2 安装kvm以及管理器 2.3 验证是否加载kvm模块: 2.4 安装libvirt (virsh 依赖于此包) 三、虚拟机的创建、管理 3.1 创建虚拟 ...
分类:其他好文   时间:2017-07-02 19:42:26    阅读次数:265
CentOS 修改源为163和指定epel源和docker安装
首先备份/etc/yum.repos.d/CentOS-Base.repo 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bac ...
分类:其他好文   时间:2017-07-01 14:38:31    阅读次数:191
CentOS 6、7 安装 Golang
方法一:使用二进制文件安装 (推荐) 1、下载二进制文件: 2、解压并创建工作目录: 3、设置环境变量: 在 /etc/profile 添加: 然后执行 source /etc/profile 使之生效或者重新登录Linux也可。 方法二:使用 yum 安装 1、先安装 EPEL 源: 2、然后使用 ...
分类:其他好文   时间:2017-06-23 22:14:14    阅读次数:135
vsftpd基于pam_mysql做虚拟用户认证
(1)下载epel源[root@CentOS7-175~]#wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repo#下载阿里云的epel源 [root@CentOS7-175~]#yumrepolist(2)安装所需要的包[root@CentOS7-175~]#yum-ygroupinstall"DevelopmentTools""ServerPlatformDevelopm..
分类:数据库   时间:2017-06-11 23:37:13    阅读次数:294
Centos6.4安装opennebula
Centos6.4安装opennebula #安装163源 http://mirrors.163.com/.help/CentOS6-Base-163.repo #安装epel源 wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-re ...
分类:其他好文   时间:2017-06-10 16:54:09    阅读次数:493
yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:Web程序   时间:2017-06-08 22:32:12    阅读次数:191
安装epel源
1.yum-yinstallepel-release2.修改/etc/yum.repos.d/epel.repo,将#baseurl和mirrorlist修改为baseurl和#mirrorlist如下[epel]name=ExtraPackagesforEnterpriseLinux6-$basearchbaseurl=http://download.fedoraproject.org/pub/epel/6/$basearch#mirrorlist=https://mirrors.fed..
分类:其他好文   时间:2017-06-07 21:44:29    阅读次数:192
CentOS 7通过yum安装fcitx五笔输入法
CentOS 7通过yum安装fcitx五笔输入法 下面通过了亲測: 1、设置源 Posted in Linux at 三月 5th, 2015 / No Comments ? 增加EPEL源 EPEL7差点儿是CentOS必备的源: $ wget http://dl.fedoraproject.o ...
分类:其他好文   时间:2017-06-06 15:54:23    阅读次数:114
CentOS 6.5 安装Docker
首先6.5的内核为2.6,Docker要求内核最低3.10 ,把linux内核升级至3.10 详见 CentOS 6.5 升级内核 安装epel源 [root@gu /]# rpm -ivh http://dl.Fedoraproject.org/pub/epel/6/x86_64/epel-rel ...
分类:其他好文   时间:2017-06-04 11:40:33    阅读次数:211
590条   上一页 1 ... 28 29 30 31 32 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!