原文:centos6.5 yum安装与卸载

由于误操作删除了python . 版本 按照网上说可以指定 vi usr bin yum 中的 usr bin python 修改为指定python版本如 . , . 安装了python . . 版本 并软链接到目录 usr bin python . 安装了python . . 版本 并软链接到目录 usr bin python . 修改vi usr bin yum中内容 usr bin pyt ...

2016-07-27 14:25 0 11174 推荐指数:

查看详情

centos6.5 yum安装redis

1.yum添加epel源 yum install epel-release 2.安装yum yum install redis 3.Redis 服务端配置 vim  /etc/redis.conf 找到redis.conf 并修改 daemonize ...

Thu Apr 11 17:50:00 CST 2019 0 670
CentOS6.5使用yum安装mysql

第1步、yum安装mysql 安装结果: 第2步、设置开机启动 第3步、启动MySql服务 第4步、设置MySQL的root用户设置密码 查询用户的密码,都为空,用下面的命令设置root的密码为root 第5步、用新密码登陆 第6步、基本命令(进入 ...

Mon Jul 01 06:32:00 CST 2019 0 2870
centos6.5 yum安装redis

1.yum添加epel源 yum install epel-release2.安装yum yum install redis3.Redis 服务端配置——Could not connect to Redis at 127.0.0.1:6379: Connection refused ...

Tue Nov 28 02:08:00 CST 2017 0 5194
CentOS6.5下用yum安装 git

cd /etc/yum.repos.d/ wget http://geekery.altervista.org/geekery-el6-x86_64.repo 2. 到http://packages.sw.be/rpmforge-release 下载合适到rpm包 ...

Thu Jan 29 04:13:00 CST 2015 0 3198
CentOS6.5使用yum命令方便快捷安装Nginx与卸载

原文:https://my.oschina.net/ramboo/blog/223408 当然,首先要求是可以联网的CentOS系统,因为yum安装需要互联网连接。 卸载命令:yum remove nginx 1.为了追加 nginx 的 yum 仓库,需要创建一个文件 /etc ...

Tue Sep 27 01:49:00 CST 2016 0 13286
centos6.5 卸载php

1、删除php,删除之前需要查看php依赖包,使用 rpm -qa|grep php [root@localhost ~]# rpm -qa |grep phpphp55w-mysql-5.5.38 ...

Sun Jan 01 07:29:00 CST 2017 0 2844
CentOS6.5 yum安装mysql5.7.18

//mysql57-community-release-el6-11.noarch.rpm 2,安装到本地yum源   yum localinstall mysql57-commun ...

Sat Jun 24 01:02:00 CST 2017 1 2974
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM