remove libs: [apt-get purge remove] or [aptitude purge] how to use apt-get and aptitude https://blog.csdn.net/yili_xie/article/details/4803314 some er ...
分类:
其他好文 时间:
2018-08-17 23:33:24
阅读次数:
201
Could not publish server configuration for Tomcat v8.0 Server at localhost. Context with path “/jspDemo” conflicts with another Context with path “/Js ...
分类:
其他好文 时间:
2018-07-16 11:18:41
阅读次数:
1538
https://access.redhat.com/solutions/3425111 环境 Red Hat Enterprise Linux 7 问题 yum fails to apply updates with the following error. Raw --> Processing C ...
分类:
其他好文 时间:
2018-07-11 19:49:51
阅读次数:
4321
欢迎关注大数据和人工智能技术文章发布的微信公众号:清研学堂,在这里你可以学到夜白(作者笔名)精心整理的笔记,让我们每天进步一点点,让优秀成为一种习惯! 今天在我的ubuntu系统上使用yum来安装软件时出错了错误:Transaction Check Error:file /usr/libexec/g ...
分类:
其他好文 时间:
2018-04-07 17:33:00
阅读次数:
1238
Windows PowerShell版权所有 (C) 2014 Microsoft Corporation。保留所有权利。PS C:\Users\Administrator> sqlplus sys/xxxxxx@orcl as sysdbaSQL*Plus: Release 11.2.0.1.0 ...
分类:
其他好文 时间:
2018-03-05 20:51:06
阅读次数:
284
背景: 手动安装的PHP7 环境 问题:在安装扩展的时候。无论输入 php-* 来安装任何扩展。都会报错 解决办法: 要指定PHP 版本来安装,比如上边报错 是71w 那么你来执行 就会提示安装成功 原因:linux系统的默认php版本是5.4,如果你手动安装的环境。。就要处理这个问题了。 ...
分类:
Web程序 时间:
2017-12-19 12:22:44
阅读次数:
3474
环境:centos7 执行一下命令时, docker service create --mode global --name logspout gliderlabs/logspout 出现以下报错: Error response from daemon: rpc error: code = Unkn ...
分类:
其他好文 时间:
2017-12-17 12:12:52
阅读次数:
660
Conflicts are everywhere in the world, from the young to the elderly, from families to countries. Conflicts cause quarrels, fights or even wars. How w ...
分类:
其他好文 时间:
2017-12-07 19:02:33
阅读次数:
147
博客原文地址https://xgs888.top/post/view?id=43错误:php70w-common conflicts with php-common-5.3.3-49.el6.x86_64 You could try using --skip-broken to记录一下 由于之前系统自带的php5.3.3没有卸载干净;在执行phpize时报错说需要php-devel&n
分类:
Web程序 时间:
2017-11-27 11:12:48
阅读次数:
882
1、卸载掉冲突的文件,安装新的文件。如果由于由于依赖关系导致要卸载很多软件,那可以优先考虑下一个方法。yum-yremovelibstdc++-4.4.7-11.el6.i686注意,卸载的是软件,不是rpm包。可以使用rpm-qa|greplisbstdc查看已安装的包含lisbstadc的软件名2、安装的时候增加–replace..
分类:
其他好文 时间:
2017-11-21 17:05:43
阅读次数:
115