#1.安装remi源
mkdir /disk1/tools
cd /disk1/tools
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi
rpm -ih remi-release-6.rpm
相关文章
- 0.1Linux系统开发Angular项目一一首次运行环境的安装(chrome ,terminator,git,node)
- 使用autotools工具用configure、make、make install编译安装linux工程的详细步骤
- Linux系统下 Rsync 环境安装搭建
- linux下weblogic11g成功安装后,启动报错Getting boot identity from user
- BIEE11G系统数据源账号过期问题(默认安装步骤)
- (Linux)CentOS7下安装JDK 1.8
- linux (centOS)安装jdk+tomcat+nginx
- 【速写】conda安装(linux)
- Redis - linux中怎么查看redis的安装位置
- 在Ubuntu 18.04上安装Linux、Nginx、MySQL、PHP(LEMP堆栈)的方法