<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shenyao</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Shenyao"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Special:Contributions/Shenyao"/>
	<updated>2026-05-24T13:21:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Switching_Branches/zh-cn&amp;diff=36797</id>
		<title>Switching Branches/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Switching_Branches/zh-cn&amp;diff=36797"/>
		<updated>2022-12-06T07:09:32Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;=== 我怎么知道自己在哪个分支？ ===  pacman-mirrors -G&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
= 概述 =&lt;br /&gt;
{{重要|Manjaro 从“测试分支”或“不稳定分支”下载和安装的特定软件包本质上未经过全面测试，可能不稳定.&lt;br /&gt;
&lt;br /&gt;
请参阅 [[系统维护]] 部分了解重要的维护信息。}}&lt;br /&gt;
Manjaro 与其他基于 Arch 的发行版不同的众多功能之一是它使用自己的专用软件分支，而不是依赖于 Arch 本身提供的那些。事实上，为了确保持续的稳定性和可靠性，Manjaro实际上使用了三个不同的分支：&lt;br /&gt;
*“稳定分支“：稳定的软件包在获得包裹之前，大约经过了“不稳定/测试”存储库的用户进行了几周的测试。这些软件包通常没有任何问题。&lt;br /&gt;
*”测试分支“：这是第二道防线。作为比使用“不稳定”的用户更多的用户，他们通过提供有关他们收到的更新包的反馈来改进之前完成的工作。&lt;br /&gt;
*“不稳定分支”：不稳定分支每天与 Arch 软件包版本同步数次。只有一部分 Arch 软件包被修改以适应 Manjaro。那些使用不稳定分支的用户在将系统移至此分支时，需要具备使自己摆脱困境的技能。他们是最有可能需要使用这些技能的Manjaro用户。由于使用不稳定分支仓库的用户的反馈，许多问题在这个级别被捕获和修复。虽然最新的软件将位于此处，&amp;lt;u&amp;gt;但是使用“不稳定分支”通常是安全的，但在极少数情况下可能会导致您的系统出现问题！&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
“总而言之”，Manjaro包在“不稳定”分支中开始它们的生命。 一旦它们被认为是稳定的，它们就会被移动到“测试”分支，在那里将实现更多测试以确保包准备好提交到“稳定”分支。&lt;br /&gt;
&lt;br /&gt;
{{BoxSecondary|关于不稳定分支的注意事项|“请记住”：Manjaro 特定的包，如内核、内核模块和 Manjaro 应用程序进入“不稳定”分支中的仓库，是因为它们被认为是不稳定的包才进入的。&lt;br /&gt;
&amp;lt;p&amp;gt;从Arch存储库同步的未修改包被认为是稳定的，因为它们已经过Archlinux社区的审查。&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== 切换到另一个分支 ==&lt;br /&gt;
{{BoxSuccess|你考虑过吗？|为什么不通过成为一名测试员来积极参与 Manjaro 社区？}}&lt;br /&gt;
为了访问一个分支，你需要改变你的 pacman-mirrors 配置。&lt;br /&gt;
&lt;br /&gt;
你应该替换下面&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;被标记为绿色的部分&amp;lt;/font&amp;gt;（仅用于说明目的）为以下参数: &amp;quot;stable&amp;quot;，&amp;quot;testing&amp;quot;或者&amp;quot;unstable&amp;quot;。&lt;br /&gt;
 sudo pacman-mirrors --api --set-branch &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;{branch}&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
更改分支后，重建镜像列表并更新您的包：&lt;br /&gt;
sudo pacman-mirrors --fasttrack 5 &amp;amp;&amp;amp; sudo pacman -Syyu&lt;br /&gt;
&lt;br /&gt;
== 问题 ==&lt;br /&gt;
=== 更改到其中一个测试分支后如何返回？ ===&lt;br /&gt;
回到稳定的分支很容易。 您所要做的就是重复上述操作，并使用&amp;quot;stable&amp;quot;作为分支值。&lt;br /&gt;
&lt;br /&gt;
请注意切换到更稳定的分支后，您将收到来自pacman的消息，通知您安装的软件包比软件仓库中可用的更新。不要惊慌，因为当软件包到达您当前的分支时，情况会自行解决。&lt;br /&gt;
&lt;br /&gt;
如果出于某种原因您希望在更改分支时也“降级”软件包，请在 pacman 命令中添加一个额外的“u”：&lt;br /&gt;
sudo pacman -Syyuu&lt;br /&gt;
&lt;br /&gt;
=== 我怎么知道自己在哪个分支？ ===&lt;br /&gt;
 pacman-mirrors -G&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/11/zh-cn&amp;diff=36756</id>
		<title>Translations:Switching Branches/11/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/11/zh-cn&amp;diff=36756"/>
		<updated>2022-11-01T02:29:34Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;=== 我怎么知道自己在哪个分支？ ===  pacman-mirrors -G&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== 我怎么知道自己在哪个分支？ ===&lt;br /&gt;
 pacman-mirrors -G&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/10/zh-cn&amp;diff=36755</id>
		<title>Translations:Switching Branches/10/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/10/zh-cn&amp;diff=36755"/>
		<updated>2022-11-01T02:26:29Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;如果出于某种原因您希望在更改分支时也“降级”软件包，请在 pacman 命令中添加一个额外的“u”： sudo pacman -Syyuu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;如果出于某种原因您希望在更改分支时也“降级”软件包，请在 pacman 命令中添加一个额外的“u”：&lt;br /&gt;
sudo pacman -Syyuu&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/9/zh-cn&amp;diff=36754</id>
		<title>Translations:Switching Branches/9/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/9/zh-cn&amp;diff=36754"/>
		<updated>2022-11-01T02:25:46Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;请注意切换到更稳定的分支后，您将收到来自pacman的消息，通知您安装的软件包比软件仓库中可用的更新。不要惊慌，因为当软件包...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;请注意切换到更稳定的分支后，您将收到来自pacman的消息，通知您安装的软件包比软件仓库中可用的更新。不要惊慌，因为当软件包到达您当前的分支时，情况会自行解决。&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/8/zh-cn&amp;diff=36753</id>
		<title>Translations:Switching Branches/8/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/8/zh-cn&amp;diff=36753"/>
		<updated>2022-11-01T02:24:34Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;== 问题 == === 更改到其中一个测试分支后如何返回？ === 回到稳定的分支很容易。 您所要做的就是重复上述操作，并使用&amp;quot;stable&amp;quot;作为分...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 问题 ==&lt;br /&gt;
=== 更改到其中一个测试分支后如何返回？ ===&lt;br /&gt;
回到稳定的分支很容易。 您所要做的就是重复上述操作，并使用&amp;quot;stable&amp;quot;作为分支值。&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/7/zh-cn&amp;diff=36752</id>
		<title>Translations:Switching Branches/7/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/7/zh-cn&amp;diff=36752"/>
		<updated>2022-11-01T02:23:32Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;更改分支后，重建镜像列表并更新您的包： sudo pacman-mirrors --fasttrack 5 &amp;amp;&amp;amp; sudo pacman -Syyu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;更改分支后，重建镜像列表并更新您的包：&lt;br /&gt;
sudo pacman-mirrors --fasttrack 5 &amp;amp;&amp;amp; sudo pacman -Syyu&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/6/zh-cn&amp;diff=36751</id>
		<title>Translations:Switching Branches/6/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/6/zh-cn&amp;diff=36751"/>
		<updated>2022-11-01T02:22:54Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;你应该替换下面&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;被标记为绿色的部分&amp;lt;/font&amp;gt;（仅用于说明目的）为以下参数: &amp;quot;stable&amp;quot;，&amp;quot;testing&amp;quot;或者&amp;quot;unstable&amp;quot;。  sudo pacman-mir...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;你应该替换下面&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;被标记为绿色的部分&amp;lt;/font&amp;gt;（仅用于说明目的）为以下参数: &amp;quot;stable&amp;quot;，&amp;quot;testing&amp;quot;或者&amp;quot;unstable&amp;quot;。&lt;br /&gt;
 sudo pacman-mirrors --api --set-branch &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;{branch}&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/5/zh-cn&amp;diff=36750</id>
		<title>Translations:Switching Branches/5/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/5/zh-cn&amp;diff=36750"/>
		<updated>2022-11-01T02:20:21Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;== 切换到另一个分支 == {{BoxSuccess|你考虑过吗？|为什么不通过成为一名测试员来积极参与 Manjaro 社区？}} 为了访问一个分支，你需要...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 切换到另一个分支 ==&lt;br /&gt;
{{BoxSuccess|你考虑过吗？|为什么不通过成为一名测试员来积极参与 Manjaro 社区？}}&lt;br /&gt;
为了访问一个分支，你需要改变你的 pacman-mirrors 配置。&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/4/zh-cn&amp;diff=36749</id>
		<title>Translations:Switching Branches/4/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/4/zh-cn&amp;diff=36749"/>
		<updated>2022-11-01T02:18:53Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;{{BoxSecondary|关于不稳定分支的注意事项|“请记住”：Manjaro 特定的包，如内核、内核模块和 Manjaro 应用程序进入“不稳定”分支中的...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{BoxSecondary|关于不稳定分支的注意事项|“请记住”：Manjaro 特定的包，如内核、内核模块和 Manjaro 应用程序进入“不稳定”分支中的仓库，是因为它们被认为是不稳定的包才进入的。&lt;br /&gt;
&amp;lt;p&amp;gt;从Arch存储库同步的未修改包被认为是稳定的，因为它们已经过Archlinux社区的审查。&amp;lt;/p&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/3/zh-cn&amp;diff=36748</id>
		<title>Translations:Switching Branches/3/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/3/zh-cn&amp;diff=36748"/>
		<updated>2022-11-01T02:16:58Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;“总而言之”，Manjaro包在“不稳定”分支中开始它们的生命。 一旦它们被认为是稳定的，它们就会被移动到“测试”分支，在那里...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;“总而言之”，Manjaro包在“不稳定”分支中开始它们的生命。 一旦它们被认为是稳定的，它们就会被移动到“测试”分支，在那里将实现更多测试以确保包准备好提交到“稳定”分支。&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/2/zh-cn&amp;diff=36747</id>
		<title>Translations:Switching Branches/2/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Switching_Branches/2/zh-cn&amp;diff=36747"/>
		<updated>2022-11-01T02:14:17Z</updated>

		<summary type="html">&lt;p&gt;Shenyao: Created page with &amp;quot;请参阅 系统维护 部分了解重要的维护信息。}} Manjaro 与其他基于 Arch 的发行版不同的众多功能之一是它使用自己的专用软件分支...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;请参阅 [[系统维护]] 部分了解重要的维护信息。}}&lt;br /&gt;
Manjaro 与其他基于 Arch 的发行版不同的众多功能之一是它使用自己的专用软件分支，而不是依赖于 Arch 本身提供的那些。事实上，为了确保持续的稳定性和可靠性，Manjaro实际上使用了三个不同的分支：&lt;br /&gt;
*“稳定分支“：稳定的软件包在获得包裹之前，大约经过了“不稳定/测试”存储库的用户进行了几周的测试。这些软件包通常没有任何问题。&lt;br /&gt;
*”测试分支“：这是第二道防线。作为比使用“不稳定”的用户更多的用户，他们通过提供有关他们收到的更新包的反馈来改进之前完成的工作。&lt;br /&gt;
*“不稳定分支”：不稳定分支每天与 Arch 软件包版本同步数次。只有一部分 Arch 软件包被修改以适应 Manjaro。那些使用不稳定分支的用户在将系统移至此分支时，需要具备使自己摆脱困境的技能。他们是最有可能需要使用这些技能的Manjaro用户。由于使用不稳定分支仓库的用户的反馈，许多问题在这个级别被捕获和修复。虽然最新的软件将位于此处，&amp;lt;u&amp;gt;但是使用“不稳定分支”通常是安全的，但在极少数情况下可能会导致您的系统出现问题！&amp;lt;/u&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shenyao</name></author>
	</entry>
</feed>