<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://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://jackxiang.com/post//</link>
<title><![CDATA[ssh 装不上ubutu-server10.04版,]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 28 Jun 2010 14:51:26 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	使用 sudo apt-get install openssh-server&nbsp;&nbsp;命令后<br/>提示:<br/>Package openssh-server is not available, but is referred to by another<br/>package. This may mean that the package is missing, has been obsoleted,<br/>or is only available from another source. <br/>E: Package openssh-server has no installation candidate.<br/><br/>使用 sudo /etc/init.d/ssh start 或者restart&nbsp;&nbsp;提示:<br/>/ect/init.d/ssh:command not found <br/>表示不存在,,那为什么还装不了!<br/><br/>先用apt-get install -f 清理一下软件包，再试试<br/><br/>apt-get install -f&nbsp;&nbsp; 后<br/>提示: 0 upgraded,0 newly installed,0 to remove and 0 not upgraded<br/><br/>再去安装,还是那个错误<br/><br/>最后在一个老外的网站上看到如下解决方案：<br/>Thank you everyone. I did the "sudo apt-get update" (took a while), and then the "sudo apt-get install openssh-server" worked!<br/><br/><br/><br/><br/><br/>Basic apt tutorial.<br/><br/>Apt looks at your sources.list file to find the download servers for all software to install. Package managers such as synaptic also look at your sources.list file. This file is located at /etc/apt/sources.list. Apt is a very useful and powerful tool that is very easy to use. Synaptic is a GUI interface available in the gnome desktop environment to control apt. Adversely Kpackage does the same thing in the KDE desktop environment. <br/><br/>If you want to search for a package you can use apt-cache<br/><br/>Code:<br/>apt-cache search <package name>To install a package use apt-get install<br/><br/>Code:<br/>apt-get install <package name>To Remove a package use apt-get remove<br/><br/>Code:<br/>apt-get remove <package name>When removing software in some files such as configurations are not always removed. To completely remove a package use the purge switch<br/><br/>Code:<br/>apt-get remove --purge <package name>To fix broken packages use the force option with install<br/><br/>Code:<br/>apt-get -f install*** Note there was not a package name specified here. This is intentional.<br/><br/>To perform a system update use apt-get upgrade<br/><br/>Code:<br/>apt-get upgradeTo perform a distribution upgrade use apt-get dist-upgrade<br/><br/>Code:<br/>apt-get dist-upgradeTo re-load your sources.list file use apt-get update<br/><br/>Code:<br/>apt-get update<br/>using the above information you should be able to do almost anything related to package management on your system.
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] ssh 装不上ubutu-server10.04版,]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>