码迷,mamicode.com
首页 >  
搜索关键字:yum、yum repository    ( 4190个结果
Error injecting: org.apache.maven.artifact.installer.DefaultArtifactInstaller com.google.inject.ProvisionException: Unable to provision
1、这个错误下还有两个错误提示:1)Error injecting: private org.eclipse.aether.spi.log.Logger org.apache.maven.repository.internal.DefaultVersionRangeResolver.logger;2 ...
分类:Web程序   时间:2019-12-05 01:31:24    阅读次数:526
docker安装
1)Uninstall old versions 2)SET UP THE REPOSITORY 2.1)Install required packages 2.2)set up the stable repository. 3)INSTALL DOCKER ENGINE - COMMUNITY 4 ...
分类:其他好文   时间:2019-12-03 21:24:29    阅读次数:75
Ubuntu 18.4 安装.net core
Register the Microsoft key register the product repository Install required dependencies 参考网址:https://docs.microsoft.com/zh-cn/dotnet/core/install/lin ...
分类:Web程序   时间:2019-12-03 15:30:51    阅读次数:219
Another git process seems to be running in this repository
git add . 报错 Another git process seems to be running in this repository, e.g.an editor opened by 'git commit'. Please make sure all processesare termi ...
分类:其他好文   时间:2019-12-02 16:56:22    阅读次数:89
9、本地镜像发布到阿里云
本地镜像发布到阿里云流程 镜像的生成方法 前面的DockerFile 从容器创建一个新的镜像 docker commit [OPTIONS] 容器ID [REPOSITORY[:TAG]] 将本地镜像推送到阿里云 本地镜像素材原型 阿里云开发者平台 https://dev.aliyun.com/se ...
分类:其他好文   时间:2019-12-01 18:37:24    阅读次数:88
Nexus Repository Manager的应用
Nexus Repository Manager
分类:其他好文   时间:2019-12-01 10:12:18    阅读次数:293
ansible基本命令
1. ping 用来检查目标主机是否在线 ansible webserver -m ping2. yum yum 模块用来在CentOS系统上使用yum命令安装软件包 name 指定安装包的名字 state: latest 安装最新版 present默认安装 installed安装 absent卸载 ...
分类:其他好文   时间:2019-11-30 14:07:43    阅读次数:89
ubuntu_软件推荐
1、便签:Indicator Stickynotes sudo add-apt-repository ppa:umang/indicator-stickynotes sudo apt-get update sudo apt-get install indicator-stickynotes 2、安装 ...
分类:系统相关   时间:2019-11-30 13:33:21    阅读次数:95
dockerfile
使用Dockerfile封装Django镜像 部署过程 1.查看镜像 REPOSITORY TAG IMAGE ID CREATED SIZE centos latest 9f38484d220f 3 weeks ago 202MB 2.在/opt下建立了docker目录,下载一个django-2. ...
分类:其他好文   时间:2019-11-28 12:57:59    阅读次数:64
Elasticsearch
Centos7安装Elasticsearch 在/etc/yum.repos.d/目录下创建elasticsearch.repo文件,并写入一下内容 [elasticsearch-7.x] name=Elasticsearch repository for 7.x packages baseurl= ...
分类:其他好文   时间:2019-11-27 19:10:41    阅读次数:52
4190条   上一页 1 ... 44 45 46 47 48 ... 419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!