<?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>apt-get &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/apt-get/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Fri, 07 Jan 2022 08:32:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>利用squidman在mac上搭建代理服务作为ubuntu的apt源</title>
		<link>https://moneyslow.com/%e5%88%a9%e7%94%a8squidman%e5%9c%a8mac%e4%b8%8a%e6%90%ad%e5%bb%ba%e4%bb%a3%e7%90%86%e6%9c%8d%e5%8a%a1.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Tue, 27 Mar 2018 03:34:29 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[squidman]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=7808</guid>

					<description><![CDATA[软件地址：http://squidman.net/squidman/ 打开后修改端口号，点击开始即可。 场景：如果有服务器不能上网的话，可以连过来，比如ubuntu 的apt 源。 新建文件： /etc/apt/apt.conf 内容： Acquire::http::Proxy "http://192.100.50.15:61500";]]></description>
		
		
		
			</item>
		<item>
		<title>Ubuntu 中的 APT 和 dpkg 有什么区别？ apt-get update 和 upgrade 的区别</title>
		<link>https://moneyslow.com/apt-get-update-%e5%92%8c-upgrade-%e7%9a%84%e5%8c%ba%e5%88%ab.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 09:02:34 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://moneyslow.com/?p=7644</guid>

					<description><![CDATA[Debian系的Linux发行版的两种包管理工具：apt (Advanced Packaging Tools) 高级包管理工具(install安装，remove移除)dpkg Debian package，直接操作下载好的软件包文件(-i安装，-r移除)。 apt update：只检查，不更新（已安装的软件包是否有可用的更新，给出汇总报告）用法： apt update apt upgrade：更新已安装的软件包用法： apt upgrade 软件包名 关系：apt是基于dpkg的。APT 和dpkg都是命令行包管理界面,APT 使用 dpkg 安装包，当 APT（或其表亲 Apt-get）安装软件包时，它实际上是在后端使用 dpkg 来完成该操作。通过这种方式，dpkg 更像是 APT 更友好的用户界面的“幕后”工具。APT会自动检查并获取相关的依赖项，以确保您尝试正确安装任何功能。这就是为什么我们建议在使用 dpkg 安装软件包后，您仍然使用 APT 的特殊命令来恢复依赖项：sudo apt install -f 使用语法 Apt：apt install ./discord-0.0.14.deb使用语法 Dpkg：dpkg -i ./discord-0.0.14.deb APT可以下载包,可以从远程存储库中检索文件并安装它。dpkg，只能安装自己已经下载的本地文件。它无法搜索远程存储库或从中提取包。dpkg 不会安装依赖,只简单地安装软件包。 apt 列出已安装的软件 apt list --installed安装 apt-get install xxx卸载 apt-get remove xxx [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
