<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]解决yum update出错package is a duplicate with, 后面居然把openssh-server删除掉ssh不上了用VNC才重新装上，注意了。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Thu, 10 May 2018 03:10:17 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	产生可能原因：之前执行yun update命令时ctrl + c将其中断了， 现在重新执行yum update时出现如下错误：<br/>问题描述：<br/><textarea name="code" class="php" rows="15" cols="100">
subversion-libs-1.7.14-14.el7.x86_64 is a duplicate with subversion-libs-1.7.14-11.el7_4.x86_64
systemd-219-57.el7.x86_64 is a duplicate with systemd-219-42.el7_4.10.x86_64
systemd-libs-219-57.el7.x86_64 is a duplicate with systemd-libs-219-42.el7_4.10.x86_64
</textarea><br/><br/>解决方法<br/>在stackovreflow网站找到了答案<br/><br/>列出重复的包<br/><br/># package-cleanup --dupes<br/>删除重复的包<br/><br/># package-cleanup --cleandupes<br/>执行完上面两个命令， 再yum update成功解决问题<br/><br/>OK， Enjoy it~<br/><br/>来自：https://blog.csdn.net/Cryhelyxx/article/details/51121407<br/><br/><br/>yum install openssh-server -y<br/>systemctl start sshd
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]解决yum update出错package is a duplicate with, 后面居然把openssh-server删除掉ssh不上了用VNC才重新装上，注意了。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>