Chinaunix首页 | 论坛 | 博客
  • 博客访问: 609134
  • 博文数量: 142
  • 博客积分: 116
  • 博客等级: 入伍新兵
  • 技术积分: 1445
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-28 08:37
文章分类

全部博文(142)

文章存档

2017年(7)

2016年(57)

2015年(48)

2014年(30)

我的朋友

分类: LINUX

2015-10-15 10:01:13

从debian wheezy升级到jessie,把source.list的源改为jessie后,
apt-get update
apt-get dist-upgrade
下载完成后进行安装时,发生错误:
UNMET dependences ...
apt-get install -f
又发生
dpkg: error processing ...
trying to overwrite 'xxx', which is also in package yyy

apt-get -f install -o Dpkg::Options::=”--force-overwrite”
apt-get remove yyy
apt-get dist-upgrade

阅读(1036) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~