码迷,mamicode.com
首页 >  
搜索关键字:releasever    ( 131个结果
centos7.5 安装mongo
1、修改配置文件 vim /etc/yum.repos.d/mongodb-org-4.2.repo [mongodb-org-4.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/m ...
分类:其他好文   时间:2021-03-15 11:10:26    阅读次数:0
repos文件中的$releasever和$basearch的取值
查看CentOS-Base.repo部分内容,文件路径 /etc/yum.repos.d/CentOS-Base.repo [base] baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ mirrorlist=http ...
分类:其他好文   时间:2021-02-05 10:29:54    阅读次数:0
离线方式搭建本地的nginx yum源
手动下载安装nginx 需要的安装依赖包 登录可连接公网的一台机器, 配置 nginx.repo yum源 cat nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$bas ...
分类:其他好文   时间:2020-11-23 12:47:29    阅读次数:23
ansible简单安装及拉取文件
yum源:[root@jack7-1yum.repos.d]#catali*[aliBase]name=aliBasebaseurl=https://mirrors.aliyun.com/centos/$releasever/os/$basearch/enabled=1gpgcheck=1gpgkey=https://mirrors.aliyun.com/centos/$releasever/os
分类:其他好文   时间:2020-09-10 22:45:35    阅读次数:36
2、修改国内yum源1
1、清华源 [base] name=CentOS-$releasever - Base baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/$releasever/os/$basearch/ #mirrorlist=http://mirrorlis ...
分类:其他好文   时间:2020-07-04 18:35:24    阅读次数:70
CentOS 7 执行 yum 命令失败问题的排查
1、执行yum命令报404错误1)检查yum仓库是否配置正确,可以到阿里云下载repo配置文件。wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-7.repo2)如果报错中包含$releasever变量,则执行rpm-qa|grepcentos-release确认centos-release是否
分类:其他好文   时间:2020-05-26 23:32:10    阅读次数:178
Red Hat Ceph Storage 4安装指南
由于搞不到红帽官网的软件包,只能使用CentOS的软件仓库,环境信息如下:本文主要介绍服务端的安装配置,客户端的配置以及使用将在下一篇描述。1、配置yum软件仓库[root@ceph01~]#vi/etc/yum.repos.d/CentOS-Base.repo[Storage]name=CentOS-$releasever-Storagebaseurl=https://mirrors.huawe
分类:其他好文   时间:2020-04-24 23:22:51    阅读次数:115
yum源中$releasever不能被系统识别
一、现象 使用yum makecache命令时报错 [root@MiWiFi-R3L-srv ~]# yum makecache Loaded plugins: fastestmirror Repository base is listed more than once in the configu ...
分类:其他好文   时间:2020-02-18 20:46:16    阅读次数:204
centos定制update的yum源
1.安装mini的系统,设置yum为保存cache [root@controller ~]# cat /etc/yum.conf [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=1 2.执行yum update -y #更 ...
分类:其他好文   时间:2020-02-18 18:28:08    阅读次数:49
CentOS-8 Mini
https://mirrors.aliyun.com/centos/$releasever/BaseOS/$basearch/os/ hostnamectl set-hostname CentOS hwclock timedatectl timedatectl set-timezone Asia/S ...
分类:其他好文   时间:2020-02-16 13:16:39    阅读次数:1241
131条   1 2 3 4 ... 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!