首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Yum install不向我的/etc/ (ELK Stack)写入任何内容

Yum install不向我的/etc/ (ELK Stack)写入任何内容
EN

Stack Overflow用户
提问于 2015-09-24 09:33:03
回答 1查看 94关注 0票数 0

我运行的是Centos 6,每当我运行sudo yum -y install elasticsearch-1.1.1'时,我都会得到以下信息:

代码语言:javascript
复制
Loaded plugins: fastestmirror
Setting up Install Process
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository epel is listed more than once in the configuration
Loading mirror speeds from cached hostfile
Package matching elasticsearch-1.1.1-1.noarch already installed. Checking for update.
Nothing to do

每当我试图修改位于/etc/elasticsearch/elasticsearch.yml的yaml文件时,这个目录就不存在。这是否意味着我的yum没有将文件写入目录?

EN

回答 1

Stack Overflow用户

发布于 2015-09-24 11:40:08

我使用:

rpm -e --nodeps ` `yum列表已安装| grep elasticsearch.noarch | awk '{ print $1 }‘

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32751999

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档