码迷,mamicode.com
首页 >  
搜索关键字:yum rpm    ( 29639个结果
【BugFix】K8S节点NOT READY状态,错误信息:network plugin is not ready: cni config uninitialized
错误现象 runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized ...
分类:Web程序   时间:2021-06-08 23:40:55    阅读次数:0
Centos 安装 Miniconda
1、镜像下载安装包 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh 如果之前没有安装过wget,则会报错如下使用如下语句安装wget yum install ...
分类:其他好文   时间:2021-06-08 23:20:21    阅读次数:0
letsencrypt免费https泛域名(*.yourdomain.com)证书申请
安装环境CentOS *.example.com形式的域名即为泛域名,不通的子域名共用一个证书,省去多次申请的烦恼 1.工具安装 安装最新的certbot yum install -y certbot 已安装certbot,需要升级至高版本 yum update -y certbot 2.证书申请 ...
分类:Web程序   时间:2021-06-08 23:18:24    阅读次数:0
centos7使用yum方式安装MySQL8
yum -y localinstall http://mirrors.ustc.edu.cn/mysql-repo/mysql57-community-release-el7.rpm yum install -y mysql-community-server if [ ! "$(cat /usr/b ...
分类:数据库   时间:2021-06-07 21:17:01    阅读次数:0
centos7使用yum方式安装redis6
yum -y install epel-release wget make gcc-c++ cd /opt wget https://download.redis.io/releases/redis-6.2.3.tar.gz tar -xf redis-6.2.3.tar.gz cd redis-6 ...
分类:其他好文   时间:2021-06-07 21:16:38    阅读次数:0
tesseract安装(CentOS)
tesseract安装(CentOS) 1.安装图片相关依赖 yum install autoconf automake libtool libjpeg-devel libpng-devel libtiff-devel zlib-devel 2.下载 wget https://github.com/ ...
分类:其他好文   时间:2021-06-07 20:42:37    阅读次数:0
CentOS7.X yum安装MySQL8.0
查看当前系统版本的详细信息 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) yum源下载 地址:https://dev.mysql.com/downloads/repo/yum/ 下载地址:https://repo.mys ...
分类:数据库   时间:2021-06-07 20:40:56    阅读次数:0
【Redis】CentOS7安装Redis
安装Redis 首先安装wget命令,wget是一个从网络上下载文件的自由工具。 yum install wget 创建一个目录“soft” mkdir soft cd到soft目录中安装redis 打开Redis官网(https://redis.io/)获取下载链接https://download ...
分类:其他好文   时间:2021-06-07 20:10:20    阅读次数:0
yum安装8.0mysql数据库
###yum安装依赖包 yum -y install libaio ###下载mysql_8.x版本rpm包 wget http://repo.mysql.com/mysql80-community-release-el7-1.noarch.rpm ###安装mysql_yum源 yum local ...
分类:数据库   时间:2021-06-04 19:54:22    阅读次数:0
linux - 安装git
安装准备 安装环境:CentaOS 7 第一种安装方式:yum安装 在Linux上是有yum安装Git,非常简单,只需要一行命令 yum -y install git 输入 git --version 查看git是否安装完成以及查看其版本号 yum方式安装的git,在/usr/libexec/git ...
分类:系统相关   时间:2021-06-04 19:04:28    阅读次数:0
29639条   上一页 1 ... 6 7 8 9 10 ... 2964 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!