YUM在线安装 yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-syst ...
分类:
系统相关 时间:
2020-01-02 15:35:10
阅读次数:
257
最小化安装CentOS基础命令 # yum install vim iotop bc gcc gcc-c++ glibc glibc-devel pcre \ pcre-devel openssl openssl-devel zip unzip zlib-devel net-tools \ lrzs ...
分类:
其他好文 时间:
2020-01-01 18:26:04
阅读次数:
72
1、检查安装包 安装依赖包 yum -y install gcc make binutils gcc-c++ compat-libstdc++-33 elfutils-libelf-devel elfutils-libelf-devel-static elfutils-libelf-devel ks ...
分类:
数据库 时间:
2020-01-01 15:15:31
阅读次数:
115
一、安装Nginx 下载nginx wget http://nginx.org/download/nginx-1.17.0.tar.gz 解压 tar -zxvf nginx-1.17.0.tar.gz 编译之前先安装俩个依赖 yum -y install pcre-devel yum -y ins... ...
分类:
其他好文 时间:
2020-01-01 09:42:49
阅读次数:
105
Git 的2中安装方法 1. yum命令安装: yum install -y git 2. 服务编译安装(推荐) 2.1 安装依赖包 yum install -y wget yum install -y gcc-c++ yum install -y zlib-devel perl-ExtUtils- ...
分类:
Web程序 时间:
2019-12-31 14:38:20
阅读次数:
87
内核包使用ELReo提供 1.准备ELRepo (1)检测ELRepo是否安装 yum --disablerepo="*" --enablerepo="elrepo-kernel" list available (2)安装ELRepo centos6 使用 rpm --import https:// ...
分类:
其他好文 时间:
2019-12-30 19:12:28
阅读次数:
361
安装依赖包 yum -y install libffi-devel zlib-devel bzip2-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-deve... ...
分类:
其他好文 时间:
2019-12-28 22:36:58
阅读次数:
75
解决编译所需要的基础开发环境 yum install gcc patch libffi-devel python-devel zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel ...
分类:
编程语言 时间:
2019-12-28 21:20:55
阅读次数:
110
L用的是Centos7.5以上,主要是NMP三组件的安装记录。 通常会先安装一下依赖: yum install -y pcre-devel zlib-devel openssl-devel 使用yum或rpm方式安装MariaDB # 保留缓存软件包#sudo vim /etc/yum.conf c ...
分类:
数据库 时间:
2019-12-28 20:51:31
阅读次数:
115
1. 下载源码包 进网站选 5.5 "mariadb" 传到要安装的主机 2. 解包 3. 安装包 yum install bison bison devel zlib devel libcurl devel libarchive devel boost devel gcc gcc c++ cmak ...
分类:
数据库 时间:
2019-12-28 11:36:13
阅读次数:
114