<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; apt-get</title>
	<atom:link href="http://www.linuxany.com/archives/tag/apt-get/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debian 无缝升级Debian5至Debian6(不重装系统)</title>
		<link>http://www.linuxany.com/archives/1501.html</link>
		<comments>http://www.linuxany.com/archives/1501.html#comments</comments>
		<pubDate>Wed, 09 Feb 2011 03:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[aptitude]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian5]]></category>
		<category><![CDATA[debian6]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[squeeze]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=1501</guid>
		<description><![CDATA[第一步：修改更新源为debian 6.0 # vi /etc/apt/sources.listdeb http://ftp.us.debian.org/debian/ squeeze maindeb-src http://ftp.us.debian.org/debian/ squeeze maindeb http://security.debian.org/ squeeze/updates maindeb-src http://security.debian.org/ squeeze/updates maindeb http://volatile.debian.org/debian-volatile squeeze/volatile maindeb-src http://volatile.debian.org/debian-volatile squeeze/volatile main 第二步：更新源及软件包 # apt-get update# apt-get install apt dpkg aptitude# apt-get dist-upgrade 第三步：重启 # reboot 第四步：检查升级后系统运行情况 # lsb_release -a# netstat -tulpn# tail -f /var/log/messages# other log files for linuxany.com 您还可能感兴趣的内容在Debian系Linux上安装rpm档Debian:6.0安装及配置过程[原创]玩转Debian5——安装(LXDE桌面)制作deb包的三种方法在Debian上安装SVN]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/1501.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu:让apt-get install 有自动补齐功能</title>
		<link>http://www.linuxany.com/archives/635.html</link>
		<comments>http://www.linuxany.com/archives/635.html#comments</comments>
		<pubDate>Sat, 29 Nov 2008 13:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[bash_completion]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=635</guid>
		<description><![CDATA[在 ~/.bashrc 里加入以下几行就行了。 # enable programmable completion featuresif [ -f /etc/bash_completion ]; then&#160;&#160; &#160;. /etc/bash_completionfi 您还可能感兴趣的内容Debian 无缝升级Debian5至Debian6(不重装系统)Debian包管理Debian系统配制工具]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/635.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian包管理</title>
		<link>http://www.linuxany.com/archives/352.html</link>
		<comments>http://www.linuxany.com/archives/352.html#comments</comments>
		<pubDate>Mon, 18 Aug 2008 05:19:13 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=376</guid>
		<description><![CDATA[查看软件XXX安装内容 dpkg -L xxx 查找软件 apt-cache search 正则表达式 查找文件属于哪个包 dpkg -S filenameapt-file search filename 查询软件xxx依赖哪些包 apt-cache depends xxx 查询软件xxx被哪个包依赖 apt-cache rdepends xxx 增加一个光盘源 sudo apt-cdrom add 系统升级 sudo apt-get updatesudo apt-get upgradesudo apt-get dist-upgrade 清除所有已删除包的残余配置文件 dpkg -l &#124;grep ^rc&#124;awk '{print $2}' &#124;tr [&#34;\n&#34;] [&#34; &#34;] sudo xargs dpkg -P - 编译时缺少h 文件的自动处理 sudo auto-apt run [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/352.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian系统配制工具</title>
		<link>http://www.linuxany.com/archives/350.html</link>
		<comments>http://www.linuxany.com/archives/350.html#comments</comments>
		<pubDate>Mon, 18 Aug 2008 04:23:10 +0000</pubDate>
		<dc:creator>x72</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[debconf]]></category>

		<guid isPermaLink="false">http://www.linuxlaptop.cn/?p=374</guid>
		<description><![CDATA[　　都是命令行的配制工具： 　　rcconf 　　系统引导是你想要启动的服务，很有用工具。 　　base-config 　　基系统配制，第一次启动后，碰到的就是它吧，配制的方面很多哦，呵呵。 　　debconf Debian 包裹配制系统　　dpkg-reconfigure 配制一个已经安装的包裹 　　很有用哦，任何安装的包裹都可以用它来配制。 　　apt-get install etherconf　　dpkg-reconfiguration etherconf 　　网络的配制，包括主机名，IP，DHCP，DNS，GATEWAY，NETMASK。等。 　　如果如果你用lan上网，这几个文件很重要： 　　/etc/hostname主机名　　/etc/network/interfaces 网络配制　　/etc/resolv.conf DNS配制 　　如： 　　nameserver 202.96.104.18　　nameserver 202.96.103.36　　dpkg-reconfiguration xserver-xfree86 　　鼠标，键盘，显示器和显卡配制，能不能进X，全看它了。 　　或手工修改/etc/X11/XF86Config-4,作用一样。 　　modconf 　　大家肯定会在刚开始装系统时碰到那个另人望而生畏的基于表单的模块选取界面（我还曾专门写一贴，关于如何选取模块），就是它了。Debian想的非常周到，它把你须要的模块都做好了，只等你动手选了，以后忘了选或想移除模块，千万不要靠重装来解决问题，呵呵。 　　当然也可以手动添加了： 　　/etc/modules 　　这里写的都是你引导时要加载的内核模块,可以自己添加 　　/etc/modules.conf 　　模块配制，这个不用自己改， 　　在你修改了/etc/modules后，可用update-modules来重建/etc/modules.conf和/etc/chandev.conf。 　　几个好用的命令： 　　modprobe - high level handling of loadable modules 　　用来加载模块 　　modprobe -c 显示当前正被使用的模块配制　　modprobe -l 显示能匹配的模块列表，你可以找你需要的模块　　modprobe modname 加载模块　　modprobe -r modname 移除模块　　insmod - [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/350.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

