<?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=Xiaopangju</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=Xiaopangju"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Xiaopangju"/>
	<updated>2026-04-09T07:27:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Arch_User_Repository/zh-cn&amp;diff=35782</id>
		<title>Arch User Repository/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Arch_User_Repository/zh-cn&amp;diff=35782"/>
		<updated>2022-07-15T13:44:54Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;'''同样，也不能保证任何已安装的软件都能正常工作（如果你已经安装了的话）。'''&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;
{{BoxWarning|自担使用AUR的风险!|Manjaro 团队'''不会'''向遇到 AUR 有关问题的用户提供帮助。当 Manjaro 更新后，来自 AUR 的软件包可能会停止工作。'''这不是 Manjaro 的问题'''}}&lt;br /&gt;
尽管 Manjaro 和Arch Linux 很像，并且 Manjaro 就基于它，但在 Manjaro 中访问他们的官方仓库以供使用是不可能的。Manjaro会使用自己的仓库以保证任何软件包都是可访问的且经过实验确保稳定的，例如系统更新和应用程序。但从 '''[https://wiki.archlinux.org/index.php/AUR Arch 用户软件仓库]'''（AUR）安装更多的软件包是可能的。 &lt;br /&gt;
&lt;br /&gt;
AUR是由 Arch Linux 用户社区管理的。尽管这个仓库是非官方的，但如果仓库中的软件包足够受欢迎，那么最终是可以进入 Arch Linux 的官方 community 库的。 &lt;br /&gt;
&lt;br /&gt;
'''AUR作为社区维护的仓库，存在潜在的风险和问题。''' &lt;br /&gt;
&lt;br /&gt;
使用 AUR 软件包可能会出现的问题：&lt;br /&gt;
&lt;br /&gt;
* 同一个软件包会有两个版本&lt;br /&gt;
* 软件包会过时&lt;br /&gt;
* 软件包无法使用或只有部分功能可用&lt;br /&gt;
* 错误配置的软件包会下载不必要的依赖，或不下载必要的依赖（两种可能同时出现）&lt;br /&gt;
* 遇到恶意的软件包（尽管很罕见）。&lt;br /&gt;
&lt;br /&gt;
因此，尽管 AUR 提供的许多软件包都应该可以工作，但不要期望安装过程总是像使用 Manjaro 官方仓库时那样简单。 &lt;br /&gt;
&lt;br /&gt;
有些时候，自己可能需要识别并安装依赖（例如安装中断后）。 &lt;br /&gt;
&lt;br /&gt;
'''同样，也不能保证任何已安装的软件都能正常工作（如果你已经安装了的话）。'''&lt;br /&gt;
&lt;br /&gt;
{{Important|您应该熟悉手动编译过程，以便做好故障排除的准备。}}&lt;br /&gt;
&lt;br /&gt;
==访问 AUR==&lt;br /&gt;
===使用带有 GUI 的 [[Pamac]]===&lt;br /&gt;
打开 Pamac ——在启动器中的名字叫做“添加/删除软件”——然后转到首选项页面。您需要输入密码以访问。选择第三方选项卡，然后打开 AUR 支持。请确保你有必要的程序从源代码编译应用程序&lt;br /&gt;
{{UserCmd|command=pamac install base-devel git}}&lt;br /&gt;
&lt;br /&gt;
===Using commandline [[Pamac]]===&lt;br /&gt;
{{Important|It is '''strongly''' recommended to follow this link [https://aur.archlinux.org/ AUR website] and examine the relevant page(s) for any and all software intended to be installed.}}&lt;br /&gt;
These pages contain comments from both existing users and package developers, which may provide valuable information (such as, warnings and/or solutions to problems). To search for and install software packages from the AUR, the syntax is:&lt;br /&gt;
{{UserCmd|command=pamac search -a [software package name]}}&lt;br /&gt;
&lt;br /&gt;
For example, if wishing to install ''Google Chrome'' - first follow this link to '''[https://aur.archlinux.org/packages/?K=google-chrome all Google Chrome build scripts]''' and verify which package you want to build.Or you can ask pamac - for ''Google Chrome'' candidates. Just use the search command and ''Google Chrome'' as the query. Look over the results or narrow the search parameters - just remember pamac cannot tell you of any issues with build scripts - only the relevant page. E.g. following this link to the '''[https://aur.archlinux.org/packages/google-chrome buildscript for Google Chrome]'''&lt;br /&gt;
{{UserCmd|command=pamac search Google Chrome}}&lt;br /&gt;
&lt;br /&gt;
In the example we choose the standard version of ''Google Chrome''. To build the ''google-chrome'' package with '''pamac''' enter the following and press enter&lt;br /&gt;
{{UserCmd|command=pamac build google-chrome}}&lt;br /&gt;
&lt;br /&gt;
You will be presented with the outcome of the chosen build with all dependencies and you will be asked a couple of questions.&lt;br /&gt;
# Query to edit build files. This is a precaution to verify that the build scripts does not contain malicious actions.&lt;br /&gt;
# Query to continue download and install dependencies then download the sources, build and install the app.&lt;br /&gt;
# You will be asked for your password before anything happens.&lt;br /&gt;
&lt;br /&gt;
===Using GUI [[Octopi]]===&lt;br /&gt;
See [[Octopi#Accessing_the_AUR|this guide]] for enabling AUR support in Octopi.&lt;br /&gt;
&lt;br /&gt;
===Installing from the AUR by hand===&lt;br /&gt;
&lt;br /&gt;
====Manual====&lt;br /&gt;
To do that follow the steps given below:&lt;br /&gt;
* Be sure you have the necessary files for building applications from source&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=pamac install base-devel git}}&lt;br /&gt;
* Clone the PKGBUILD&lt;br /&gt;
{{UserCmd|command=git clone &amp;lt;nowiki&amp;gt;https://aur.archlinux.org/google-chrome.git&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
* Change directory to cloned folder&lt;br /&gt;
{{UserCmd|command=cd google-chrome}}&lt;br /&gt;
* To make/compile the package, run:&lt;br /&gt;
{{UserCmd|command=makepkg -s}}&lt;br /&gt;
This will build the package and pull in any dependencies needed. ''Note: it won't pull a dependency from the AUR, only from the Manjaro Repos.''. If you list the folder content&lt;br /&gt;
{{UserCmd|command=ls}}&lt;br /&gt;
you'll probably find a few new files. You're interested in the one that ends with .pkg.tar.zst &lt;br /&gt;
* The final event is running $sudo pacman -U on that file&lt;br /&gt;
{{UserCmd|command=sudo pacman -U google-chrome-ver.rel.bugfix.build-pkgrel.pkg.zst}}&lt;br /&gt;
And you've done it...the safest way to install from the AUR. This is essentially what most install scripts do for you.&lt;br /&gt;
&lt;br /&gt;
''Note:'' Instead of using ''sudo pacman -U google-chrome-ver.rel.bugfix.build-pkgrel.pkg.zst'' can also use:&lt;br /&gt;
{{UserCmd|command=makepkg -i}}&lt;br /&gt;
''Note:'' To combine above steps into one:&lt;br /&gt;
{{UserCmd|command=makepkg -is}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Upgrading the packages installed from the AUR===&lt;br /&gt;
The following command will upgrade '''all''' packages on the system including AUR builds&lt;br /&gt;
{{UserCmd|command=pamac upgrade -a}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [http://wiki.manjaro.org/index.php?title=Pacman Pacman]&lt;br /&gt;
* [http://wiki.manjaro.org/index.php?title=Pacman_Tips Pacman Tips]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Software Management{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/50/zh-cn&amp;diff=35681</id>
		<title>Translations:Arch User Repository/50/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/50/zh-cn&amp;diff=35681"/>
		<updated>2022-06-18T06:42:02Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;==访问 AUR== ===使用带有 GUI 的 Pamac=== 打开 Pamac ——在启动器中的名字叫做“添加/删除软件”——然后转到首选项页面。您需要输...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==访问 AUR==&lt;br /&gt;
===使用带有 GUI 的 [[Pamac]]===&lt;br /&gt;
打开 Pamac ——在启动器中的名字叫做“添加/删除软件”——然后转到首选项页面。您需要输入密码以访问。选择第三方选项卡，然后打开 AUR 支持。请确保你有必要的程序从源代码编译应用程序&lt;br /&gt;
{{UserCmd|command=pamac install base-devel git}}&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/63/zh-cn&amp;diff=35680</id>
		<title>Translations:Arch User Repository/63/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/63/zh-cn&amp;diff=35680"/>
		<updated>2022-06-18T06:34:39Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;{{Important|您应该熟悉手动编译过程，以便做好故障排除的准备。}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Important|您应该熟悉手动编译过程，以便做好故障排除的准备。}}&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/49/zh-cn&amp;diff=35679</id>
		<title>Translations:Arch User Repository/49/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/49/zh-cn&amp;diff=35679"/>
		<updated>2022-06-18T06:34:04Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;'''同样，也不能保证任何已安装的软件都能正常工作（如果你已经安装了的话）。'''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''同样，也不能保证任何已安装的软件都能正常工作（如果你已经安装了的话）。'''&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/48/zh-cn&amp;diff=35678</id>
		<title>Translations:Arch User Repository/48/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/48/zh-cn&amp;diff=35678"/>
		<updated>2022-06-18T06:33:23Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;有些时候，自己可能需要识别并安装依赖（例如安装中断后）。&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;有些时候，自己可能需要识别并安装依赖（例如安装中断后）。&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/47/zh-cn&amp;diff=35677</id>
		<title>Translations:Arch User Repository/47/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/47/zh-cn&amp;diff=35677"/>
		<updated>2022-06-18T06:32:05Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;因此，尽管 AUR 提供的许多软件包都应该可以工作，但不要期望安装过程总是像使用 Manjaro 官方仓库时那样简单。&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;因此，尽管 AUR 提供的许多软件包都应该可以工作，但不要期望安装过程总是像使用 Manjaro 官方仓库时那样简单。&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/46/zh-cn&amp;diff=35676</id>
		<title>Translations:Arch User Repository/46/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/46/zh-cn&amp;diff=35676"/>
		<updated>2022-06-18T06:31:12Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;* 同一个软件包会有两个版本 * 软件包会过时 * 软件包无法使用或只有部分功能可用 * 错误配置的软件包会下载不必要的依赖，或不...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* 同一个软件包会有两个版本&lt;br /&gt;
* 软件包会过时&lt;br /&gt;
* 软件包无法使用或只有部分功能可用&lt;br /&gt;
* 错误配置的软件包会下载不必要的依赖，或不下载必要的依赖（两种可能同时出现）&lt;br /&gt;
* 遇到恶意的软件包（尽管很罕见）。&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/45/zh-cn&amp;diff=35675</id>
		<title>Translations:Arch User Repository/45/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/45/zh-cn&amp;diff=35675"/>
		<updated>2022-06-18T06:28:18Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;使用 AUR 软件包可能会出现的问题：&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;使用 AUR 软件包可能会出现的问题：&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/44/zh-cn&amp;diff=35674</id>
		<title>Translations:Arch User Repository/44/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/44/zh-cn&amp;diff=35674"/>
		<updated>2022-06-18T06:27:52Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;'''AUR作为社区维护的仓库，存在潜在的风险和问题。'''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''AUR作为社区维护的仓库，存在潜在的风险和问题。'''&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/43/zh-cn&amp;diff=35673</id>
		<title>Translations:Arch User Repository/43/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/43/zh-cn&amp;diff=35673"/>
		<updated>2022-06-18T06:27:03Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;AUR是由 Arch Linux 用户社区管理的。尽管这个仓库是非官方的，但如果仓库中的软件包足够受欢迎，那么最终是可以进入 Arch Linux 的官...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;AUR是由 Arch Linux 用户社区管理的。尽管这个仓库是非官方的，但如果仓库中的软件包足够受欢迎，那么最终是可以进入 Arch Linux 的官方 community 库的。&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Arch_User_Repository/zh-cn&amp;diff=35672</id>
		<title>Arch User Repository/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Arch_User_Repository/zh-cn&amp;diff=35672"/>
		<updated>2022-07-15T13:43:52Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
==概述==&lt;br /&gt;
{{BoxWarning|自担使用AUR的风险!|Manjaro 团队'''不会'''向遇到 AUR 有关问题的用户提供帮助。当 Manjaro 更新后，来自 AUR 的软件包可能会停止工作。'''这不是 Manjaro 的问题'''}}&lt;br /&gt;
尽管 Manjaro 和Arch Linux 很像，并且 Manjaro 就基于它，但在 Manjaro 中访问他们的官方仓库以供使用是不可能的。Manjaro会使用自己的仓库以保证任何软件包都是可访问的且经过实验确保稳定的，例如系统更新和应用程序。但从 '''[https://wiki.archlinux.org/index.php/AUR Arch 用户软件仓库]'''（AUR）安装更多的软件包是可能的。 &lt;br /&gt;
&lt;br /&gt;
The AUR is managed by the Arch Linux user community itself. Although this repository is unofficial, software packages first placed here can eventually make their way into Arch Linux's official (community) repository if they become popular enough. &lt;br /&gt;
&lt;br /&gt;
'''AUR, as a community maintained repository, present potential risks and problems.''' &lt;br /&gt;
&lt;br /&gt;
Possible risks using AUR packages:&lt;br /&gt;
&lt;br /&gt;
* Multiple versions of the same packages.&lt;br /&gt;
* Out of date packages.&lt;br /&gt;
* Broken or only partially working packages.&lt;br /&gt;
* Improperly configured packages which download unnecessary dependencies, or do not download necessary dependencies, or both.&lt;br /&gt;
* Malicious packages (although extremely rare).&lt;br /&gt;
&lt;br /&gt;
As such, although much of the software packages provided by the AUR should work, do not expect the installation process to always be quite as straight-forward as when you are using the official Manjaro repositories. &lt;br /&gt;
&lt;br /&gt;
On occasion, it may be necessary to manually identify and install dependencies yourself (such as, after an aborted installation attempt). &lt;br /&gt;
&lt;br /&gt;
'''Again, there is no guarantee that any installed software will work properly, if at all.'''&lt;br /&gt;
&lt;br /&gt;
{{Important|You should become familiar with the manual build process in order to be prepared to troubleshoot problems.}}&lt;br /&gt;
&lt;br /&gt;
==Accessing the AUR==&lt;br /&gt;
===Using GUI [[Pamac]]===&lt;br /&gt;
Open Pamac - the name in menu is ''Add/Remove Software'' and navigate to the Preferences page. You will be required to enter your password to access it.At Preferences page &amp;amp;rarr; select the Third Party tab &amp;amp;rarr; and move the slider to enable AUR support. Be sure you have the necessary files for building applications from source&lt;br /&gt;
{{UserCmd|command=pamac install base-devel git}}&lt;br /&gt;
&lt;br /&gt;
===Using commandline [[Pamac]]===&lt;br /&gt;
{{Important|It is '''strongly''' recommended to follow this link [https://aur.archlinux.org/ AUR website] and examine the relevant page(s) for any and all software intended to be installed.}}&lt;br /&gt;
These pages contain comments from both existing users and package developers, which may provide valuable information (such as, warnings and/or solutions to problems). To search for and install software packages from the AUR, the syntax is:&lt;br /&gt;
{{UserCmd|command=pamac search -a [software package name]}}&lt;br /&gt;
&lt;br /&gt;
For example, if wishing to install ''Google Chrome'' - first follow this link to '''[https://aur.archlinux.org/packages/?K=google-chrome all Google Chrome build scripts]''' and verify which package you want to build.Or you can ask pamac - for ''Google Chrome'' candidates. Just use the search command and ''Google Chrome'' as the query. Look over the results or narrow the search parameters - just remember pamac cannot tell you of any issues with build scripts - only the relevant page. E.g. following this link to the '''[https://aur.archlinux.org/packages/google-chrome buildscript for Google Chrome]'''&lt;br /&gt;
{{UserCmd|command=pamac search Google Chrome}}&lt;br /&gt;
&lt;br /&gt;
In the example we choose the standard version of ''Google Chrome''. To build the ''google-chrome'' package with '''pamac''' enter the following and press enter&lt;br /&gt;
{{UserCmd|command=pamac build google-chrome}}&lt;br /&gt;
&lt;br /&gt;
You will be presented with the outcome of the chosen build with all dependencies and you will be asked a couple of questions.&lt;br /&gt;
# Query to edit build files. This is a precaution to verify that the build scripts does not contain malicious actions.&lt;br /&gt;
# Query to continue download and install dependencies then download the sources, build and install the app.&lt;br /&gt;
# You will be asked for your password before anything happens.&lt;br /&gt;
&lt;br /&gt;
===Using GUI [[Octopi]]===&lt;br /&gt;
See [[Octopi#Accessing_the_AUR|this guide]] for enabling AUR support in Octopi.&lt;br /&gt;
&lt;br /&gt;
===Installing from the AUR by hand===&lt;br /&gt;
&lt;br /&gt;
====Manual====&lt;br /&gt;
To do that follow the steps given below:&lt;br /&gt;
* Be sure you have the necessary files for building applications from source&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=pamac install base-devel git}}&lt;br /&gt;
* Clone the PKGBUILD&lt;br /&gt;
{{UserCmd|command=git clone &amp;lt;nowiki&amp;gt;https://aur.archlinux.org/google-chrome.git&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
* Change directory to cloned folder&lt;br /&gt;
{{UserCmd|command=cd google-chrome}}&lt;br /&gt;
* To make/compile the package, run:&lt;br /&gt;
{{UserCmd|command=makepkg -s}}&lt;br /&gt;
This will build the package and pull in any dependencies needed. ''Note: it won't pull a dependency from the AUR, only from the Manjaro Repos.''. If you list the folder content&lt;br /&gt;
{{UserCmd|command=ls}}&lt;br /&gt;
you'll probably find a few new files. You're interested in the one that ends with .pkg.tar.zst &lt;br /&gt;
* The final event is running $sudo pacman -U on that file&lt;br /&gt;
{{UserCmd|command=sudo pacman -U google-chrome-ver.rel.bugfix.build-pkgrel.pkg.zst}}&lt;br /&gt;
And you've done it...the safest way to install from the AUR. This is essentially what most install scripts do for you.&lt;br /&gt;
&lt;br /&gt;
''Note:'' Instead of using ''sudo pacman -U google-chrome-ver.rel.bugfix.build-pkgrel.pkg.zst'' can also use:&lt;br /&gt;
{{UserCmd|command=makepkg -i}}&lt;br /&gt;
''Note:'' To combine above steps into one:&lt;br /&gt;
{{UserCmd|command=makepkg -is}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Upgrading the packages installed from the AUR===&lt;br /&gt;
The following command will upgrade '''all''' packages on the system including AUR builds&lt;br /&gt;
{{UserCmd|command=pamac upgrade -a}}&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [http://wiki.manjaro.org/index.php?title=Pacman Pacman]&lt;br /&gt;
* [http://wiki.manjaro.org/index.php?title=Pacman_Tips Pacman Tips]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Software Management{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/42/zh-cn&amp;diff=35671</id>
		<title>Translations:Arch User Repository/42/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Arch_User_Repository/42/zh-cn&amp;diff=35671"/>
		<updated>2022-06-18T06:24:35Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==概述==&lt;br /&gt;
{{BoxWarning|自担使用AUR的风险!|Manjaro 团队'''不会'''向遇到 AUR 有关问题的用户提供帮助。当 Manjaro 更新后，来自 AUR 的软件包可能会停止工作。'''这不是 Manjaro 的问题'''}}&lt;br /&gt;
尽管 Manjaro 和Arch Linux 很像，并且 Manjaro 就基于它，但在 Manjaro 中访问他们的官方仓库以供使用是不可能的。Manjaro会使用自己的仓库以保证任何软件包都是可访问的且经过实验确保稳定的，例如系统更新和应用程序。但从 '''[https://wiki.archlinux.org/index.php/AUR Arch 用户软件仓库]'''（AUR）安装更多的软件包是可能的。&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Firewalls/zh-cn&amp;diff=35421</id>
		<title>Firewalls/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Firewalls/zh-cn&amp;diff=35421"/>
		<updated>2022-05-25T05:00:06Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==绪论==&lt;br /&gt;
&lt;br /&gt;
建议您运行本地防火墙，即使您已经处于网络防火墙的保护之下。本地防火墙将保护你免受内网中威胁的影响。&lt;br /&gt;
&lt;br /&gt;
==不复杂的防火墙（Uncomplicated FireWall）== &lt;br /&gt;
&lt;br /&gt;
UFW表示简单的防火墙，作为一个对netfilter防火墙的的包装。它提供了一个命令行界面，旨在简单易用。UFW远比iptables更加简单；除非你有特殊需求，使用UFW是最佳选择。&lt;br /&gt;
&lt;br /&gt;
==安装UFW==&lt;br /&gt;
&lt;br /&gt;
您可以使用任何包管理器安装{{ic|ufw}},如 {{UserCmd|command=pamac install ufw}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
一旦UFW安装好了，您需要使用一下命令启动您的防火墙：&lt;br /&gt;
sudo systemctl enable ufw.service&lt;br /&gt;
sudo ufw enable&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{warning|iptables.service 和 ufw.service 是冲突的，不要同时启用他们}}&lt;br /&gt;
&lt;br /&gt;
==添加规则==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
想要看见目前的设置，可以输入 {{ic|ufw status}}。 如果您是第一次安装，命令行中应当有如下输出：&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo ufw status verbose&lt;br /&gt;
Status: active&lt;br /&gt;
Logging: on (low)&lt;br /&gt;
Default: deny (incoming), allow (outgoing), disabled (routed)&lt;br /&gt;
New profiles: skip&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmdOutput|command=sudo ufw status verbose|result=&lt;br /&gt;
&amp;lt;pre&amp;gt;Status: active&lt;br /&gt;
Logging: on (low)&lt;br /&gt;
Default: deny (incoming), allow (outgoing), disabled (routed)&lt;br /&gt;
New profiles: skip&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;mw-translate-fuzzy&amp;quot;&amp;gt;&lt;br /&gt;
这表示它将阻止所有传入流量并允许所有传出流量。这在大多数情况下是一个很好的起点。但是，您通常希望允许一些传入的流量。这可以通过命令{{ic | UFW允许}}来完成。例如，如果您想要允许传入的SSH流量，所以您可以从网络上的其他机器连接到这台机器，您可以使用：&lt;br /&gt;
sudo ufw allow ssh&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If we wanted to also tcp connections to a local webserver on a non-standard https port, 8443.  We could use the command:&lt;br /&gt;
 {{UserCmd|command=sudo ufw allow in 8443/tcp}}&lt;br /&gt;
&lt;br /&gt;
{{tip|When you don't specify &amp;quot;in&amp;quot; or &amp;quot;out&amp;quot;, &amp;quot;in&amp;quot; is assumed}}&lt;br /&gt;
&lt;br /&gt;
==UFW and Applications==&lt;br /&gt;
&lt;br /&gt;
You may notice a difference in the above two commands.  When we built the rules for ssh we used the name and for https we used the port number, 8443.  This is because UFW has a small database of applications it knows the ports for.  You can see the list with the command:&lt;br /&gt;
{{UserCmd|command=sudo ufw app list}}&lt;br /&gt;
&lt;br /&gt;
For applications on the list you can add them by name.  If you want to review the configuration for one of the applications, you can use the command {{ic|ufw app info}}.  For example, to the configuration for ssh:&lt;br /&gt;
&lt;br /&gt;
 {{UserCmdOutput|command=sudo ufw app info SSH|result=&lt;br /&gt;
&amp;lt;pre&amp;gt;Profile: SSH&lt;br /&gt;
Title: SSH server&lt;br /&gt;
Description: SSH server&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
Port:&lt;br /&gt;
  22/tcp&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{tip|When using ufw app the commands are case sensitive but when adding rules they are not}}&lt;br /&gt;
&lt;br /&gt;
Some additional preconfigured applications can be added by installing the package {{ic|ufw-extras}} with your favorite package manager or the command:&lt;br /&gt;
 {{UserCmd|command=pamac install ufw-extras}}&lt;br /&gt;
&lt;br /&gt;
==Removing Rules==&lt;br /&gt;
&lt;br /&gt;
Rules can be removed with the {{ic|ufw delete}} command.  For example, to delete our 8443 rules we could use the command:&lt;br /&gt;
 {{UserCmd|command=sudo ufw delete allow 8443/tcp}}&lt;br /&gt;
&lt;br /&gt;
You can also delete them by number.  This is easier if you have a numbered list which you can see with the command:&lt;br /&gt;
&lt;br /&gt;
{{UserCmdOutput|command=sudo ufw status numbered|result=&lt;br /&gt;
&amp;lt;pre&amp;gt;Status: active&lt;br /&gt;
To                         Action      From&lt;br /&gt;
     --                         ------      ----&lt;br /&gt;
[ 1] 22                         ALLOW IN    Anywhere&lt;br /&gt;
[ 2] 22 (v6)                    ALLOW IN    Anywhere (v6)&lt;br /&gt;
&amp;lt;/pre&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Now if we wanted to stop allowing ssh on ipv6 we could use the command:&lt;br /&gt;
 {{UserCmd|command=sudo ufw delete 2}}&lt;br /&gt;
&lt;br /&gt;
==GUFW==&lt;br /&gt;
[[File:gufw.jpg|thumb|left|240px]]&lt;br /&gt;
&lt;br /&gt;
Prefer to use GUI applications and still want to manage your firewall? No problem.  GUFW is a GTK front-end for UFW that aims to make managing a Linux firewall as accessible and easy as possible. It features pre-sets for common ports and p2p applications.&lt;br /&gt;
&lt;br /&gt;
If it is not installed already gufw can be installed from the repos:&lt;br /&gt;
 {{UserCmd|command=pamac install gufw}}&lt;br /&gt;
&lt;br /&gt;
It will now be available in the menu as '''Firewall Configuration''' or by running {{ic|gufw}} directly.&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=iptables=&lt;br /&gt;
&lt;br /&gt;
iptables is included as part of the Linux kernel.  iptables is significantly more complicated than using a tool like UFW.  As a result, a full tutorial on iptables is beyond the scope of this wiki.  Using iptables on Manjaro should be the same for every distribution of Linux so there is plenty of available documentation.  Some of this is linked [[Firewalls#See_Also|below]].  Here are some basics to get you started.&lt;br /&gt;
&lt;br /&gt;
To enable loading rules on startup you can use the command:&lt;br /&gt;
 {{UserCmd|command=sudo systemctl enable iptables.service}}&lt;br /&gt;
&lt;br /&gt;
This will load the rules from the file {{ic|/etc/iptables/iptables.rules}}.&lt;br /&gt;
&lt;br /&gt;
To display the currently loaded rules:&lt;br /&gt;
 {{UserCmd|command=sudo iptables -L}}&lt;br /&gt;
&lt;br /&gt;
To save the current rules to a file&lt;br /&gt;
 {{UserCmd|command=sudo sh -c &amp;quot;iptables-save &amp;gt; /etc/iptables/iptables.rules&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
To load the rules from a file&lt;br /&gt;
 {{UserCmd|command=sudo sh -c &amp;quot;iptables-restore &amp;gt; /etc/iptables/iptables.rules&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
To allow ssh connections&lt;br /&gt;
 {{UserCmd|command=sudo iptables -A INPUT -p tcp --dport 22 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT}}&lt;br /&gt;
 {{UserCmd|command=sudo iptables -A OUTPUT -p tcp --sport 22 -m conntrack --ctstate ESTABLISHED -j ACCEPT}}&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
* The Arch Wiki on [https://wiki.archlinux.org/index.php/Ufw UFW]&lt;br /&gt;
* The [https://help.ubuntu.com/community/UFW UFW website]&lt;br /&gt;
* The [http://gufw.org/ GUFW website]&lt;br /&gt;
* The [https://linux.die.net/man/8/iptables iptables man page]&lt;br /&gt;
* The Arch Wiki on [https://wiki.archlinux.org/index.php/iptables iptables]&lt;br /&gt;
* The Debian Wiki on [https://wiki.debian.org/iptables iptables]&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Security{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Install_Desktop_Environments/zh-cn&amp;diff=35420</id>
		<title>Install Desktop Environments/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Install_Desktop_Environments/zh-cn&amp;diff=35420"/>
		<updated>2022-05-25T05:00:42Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;Manjaro 有几种可用的桌面环境和窗口管理器，每种都有其独特的风格、界面和功能。另外，在有需求的情况下，可以安装多个桌面环...&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;
&lt;br /&gt;
== 简介 ==&lt;br /&gt;
&lt;br /&gt;
Manjaro 有几种可用的桌面环境和窗口管理器，每种都有其独特的风格、界面和功能。另外，在有需求的情况下，可以安装多个桌面环境，可以在任何时候在登录界面切换。用户并不被限定使用预先安装的风格。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= 桌面环境 =&lt;br /&gt;
&lt;br /&gt;
值得注意的是，桌面环境（DE）不是独立存在的；它实际上是一起工作的不同组件的集合。这通常包括：&lt;br /&gt;
&lt;br /&gt;
* '''窗口管理器'''  用于显示、移动和改变窗口尺寸&lt;br /&gt;
* '''文件管理器''' 用于在图形化界面中浏览、复制和访问文件等&lt;br /&gt;
* '''背景显示器''' 用于显示壁纸等&lt;br /&gt;
* '''面板''' 提供菜单以显示信息（例如时间）&lt;br /&gt;
* '''设置/配置管理器''' 改变桌面环境的外观&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And so on. Most desktop environments will also come with their own preferred applications, in addition to various widgets, addons, and extensions to provide extra features. As such, upon entering the commands provided below in your terminal to download and install a desktop environment, you may be prompted to choose from a selection of components provided for it. '''To install a full desktop environment''' - complete with its own preferred file manager, applications, and so on&lt;br /&gt;
&lt;br /&gt;
Where additional (and optional) extras for a desktop environment are available, the terminal commands to obtain these have also been provided.&lt;br /&gt;
&lt;br /&gt;
Some important information about installing the Manjaro settings packages:&lt;br /&gt;
* The Manjaro settings packages contain the theming and settings to make the desktop the same as in the Manjaro ISOs&lt;br /&gt;
* They have the naming convention manjaro-&amp;lt;desktop&amp;gt;-settings i.e. manjaro-xfce-settings&lt;br /&gt;
* They share files so you can only have one at a time installed.&lt;br /&gt;
* If you are coming from gnome you must remove the meta package '''manjaro-gnome-assets''' before you can install the settings package for another desktop&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Risks of Using Multiple DEs==&lt;br /&gt;
&lt;br /&gt;
Installing multiple DEs is not without risks.  Here are some things that can pop-up when running more than one DE:&lt;br /&gt;
* The settings packages overlap so you can only have one DE pre-configured with the Manjaro theming.  The others will need to have the theming applied manually.&lt;br /&gt;
* You can end up with more than one instance of similar applications.  For example, it is common to end up with 2 Bluetooth managers.  It takes some tweaking to get a single manager working in multiple DEs&lt;br /&gt;
* Sometimes two different DEs will share the same configuration files causing strange things to happen, especially with theming&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These risks are greatly reduced by using a different user account for each DE.&lt;br /&gt;
&lt;br /&gt;
In summary, running multiple DEs is possible and a great way to enjoy Manjaro but it requires a willingness to troubleshoot and work through minor problems.  If you are the type of person who wants everything to &amp;quot;just work&amp;quot; out of the box, running multiple DEs might not be for you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== XFCE ==&lt;br /&gt;
&lt;br /&gt;
[[File: xfceDE.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://xfce.org/ XFCE]''' is a lightweight and versatile desktop environment that utilises a classic drop-down or pop-up menu to access applications. It is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. A little time and effort will also be required to properly customise the desktop to suit personal taste. A 64 bit installation of Manjaro running XFCE uses about 390MB of memory.  As of version 18, Manjaro has moved to the gtk3 version of XFCE.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic XFCE environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S xfce4-gtk3 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd-gtk3 xfce4-whiskermenu-plugin-gtk3 tumbler engrampa&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for XFCE ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings&lt;br /&gt;
 sudo systemctl enable lightdm.service --force&lt;br /&gt;
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-gtk-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for XFCE ======&lt;br /&gt;
 sudo pacman -S manjaro-xfce-gtk3-settings manjaro-settings-manager&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the official iso replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with&lt;br /&gt;
 [greeter]&lt;br /&gt;
 background = /usr/share/backgrounds/illyria-default-lockscreen.jpg&lt;br /&gt;
 font-name = Cantarell Bold 12&lt;br /&gt;
 xft-antialias = true&lt;br /&gt;
 icon-theme-name = Papirus&lt;br /&gt;
 screensaver-timeout = 60&lt;br /&gt;
 theme-name = Matcha-azul&lt;br /&gt;
 cursor-theme-name = xcursor-breeze&lt;br /&gt;
 show-clock = false&lt;br /&gt;
 default-user-image = #avatar-default&lt;br /&gt;
 xft-hintstyle = hintfull&lt;br /&gt;
 position = 50%,center 50%,center&lt;br /&gt;
 clock-format =&lt;br /&gt;
 panel-position = bottom&lt;br /&gt;
 indicators = ~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== KDE Plasma 5 ==&lt;br /&gt;
[[File: KDEPlasmaDE.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.kde.org/ The KDE community]''' offers [https://www.kde.org/plasma-desktop Plasma], a feature-rich and versatile desktop environment that provides several different styles of menu to access applications. Its default window manager is kwin, but is also compatible with '''[[Compiz_and_Emerald|Compiz]]'''. An excellent built-in interface to easily access and install new themes, widgets, etc, from the internet is also worth mentioning. A 64 bit installation of Manjaro running KDE uses about 455MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic KDE Plasma environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S plasma kio-extras&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install KDE applications ======&lt;br /&gt;
&lt;br /&gt;
To install a full set of K* applications use '''kde-applications'''.  This will be ~300 packages(including dependencies)&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S kde-applications&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use [https://wiki.manjaro.org/index.php?title=Install_Display_Managers#SDDM SDDM], the recommended display manager for KDE ======&lt;br /&gt;
&lt;br /&gt;
SDDM is installed as a dependency of plasma.  To enable it&lt;br /&gt;
 &lt;br /&gt;
 systemctl enable sddm.service --force&lt;br /&gt;
 systemctl reboot&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for plasma ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-kde-settings sddm-breath-theme manjaro-settings-manager-knotifier manjaro-settings-manager-kcm&lt;br /&gt;
&lt;br /&gt;
Open plasma settings, go to Startup &amp;amp; Shutdown-&amp;gt;Login Screen and select &amp;quot;Breath&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Alternatively, the newer themes may be installed with:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S breath2-icon-themes breath2-wallpaper plasma5-themes-breath2 sddm-breath2-theme&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gnome 3 ==&lt;br /&gt;
[[File: Gnome-de-18.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.gnome.org/ Gnome 3]''' is an intuitive desktop environment that utilises a tablet or smartphone style interface to access applications. It is not compatible with compiz. Although Gnome is very easy to learn and use, its customisation options are quite limited, and it can be difficult to configure. A 64 bit installation of Manjaro running Gnome uses about 447MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic gnome environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S gnome&lt;br /&gt;
&lt;br /&gt;
====== Optional: To install extra themes, games, and features ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S gnome-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use GDM, the recommended display manager for gnome ======&lt;br /&gt;
&lt;br /&gt;
GDM is installed as a dependency of gnome, to enable it&lt;br /&gt;
 &lt;br /&gt;
 systemctl enable gdm.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for gnome ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-gnome-assets manjaro-gdm-theme manjaro-settings-manager&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Budgie ==&lt;br /&gt;
[[File: budgie.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
The '''[https://github.com/solus-project/budgie-desktop Budgie Desktop]''' is a modern desktop designed to keep out the way of the user. It features heavy integration with the GNOME stack in order for an enhanced experience. A 64 bit installation of Manjaro running budgie uses about 632MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic budgie environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S budgie-desktop network-manager-applet gnome-control-center gnome-screensaver&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install additional commonly used components ======&lt;br /&gt;
 sudo pacman -S gnome-terminal nautilus budgie-extras dconf-editor&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for budgie ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for budgie ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-budgie-settings manjaro-settings-manager papirus-maia-icon-theme&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the official iso replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/manjaro-budgie/manjaro-budgie.jpg&lt;br /&gt;
 theme-name=Matcha-sea&lt;br /&gt;
 icon-theme-name=Papirus-Maia&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cinnamon ==&lt;br /&gt;
[[File: Cinnamon screenshot.jpeg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://cinnamon.linuxmint.com/ Cinnamon]''' is a desktop environment based on Gnome 3 that utilises a large panel-style menu to access applications. It is not compatible with compiz. Despite being based on Gnome, it has more customisation options and is easier to configure. Users of Windows Vista or Windows 7 may find Cinnamon's interface comfortably familiar. A 64 bit installation of Manjaro running Cinnamon uses about 665MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic cinnamon environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S cinnamon&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install additional commonly used components ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S cinnamon-wallpapers cinnamon-sounds gnome-terminal parcellite&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for cinnamon ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for cinnamon ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-cinnamon-settings adapta-maia-theme kvantum-manjaro&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/greeter_default.jpg&lt;br /&gt;
 background-color=#263138&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
 theme-name=Adapta-Nokto-Eta-Maia&lt;br /&gt;
 icon-theme-name=Papirus-Dark-Maia&lt;br /&gt;
 font-name='Cantarell 11'&lt;br /&gt;
 xft-antialias=true&lt;br /&gt;
 xft-hintstyle=hintfull&lt;br /&gt;
 enable-hidpi=auto&lt;br /&gt;
&lt;br /&gt;
Set the Manjaro logo on the panel by right-clicking on the menu and clicking configure.  Select &amp;quot;Use a custom icon and label&amp;quot;.  Select the Manjaro icon.&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Deepin ==&lt;br /&gt;
[[File: deepin.jpg|thumb|left|375px]]&lt;br /&gt;
The '''[https://www.deepin.org/en/dde/ Deepin Desktop]''' is an elegant, easy to use desktop. It is lightly configurable.  A 64 bit installation of Manjaro running deepin uses about 525MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic deepin environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S deepin&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the deepin applications suite ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S deepin-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for deepin======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
Then edit ''/etc/lightdm/lightdm.conf'', under '''[Seat:*]''' replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for deepin ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S deepin-manjaro&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enlightenment ==&lt;br /&gt;
{{note|There is not currently a Manjaro settings package for Enlightenment|}}&lt;br /&gt;
[[File: E20-Green_Onix_760.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://www.enlightenment.org/ Enlightenment]''', sometimes known simply as E, is a lightweight desktop environment known for its configurability and tools for creating beautiful user interfaces using its Enlightenment Foundation Libraries (EFL). E started in 1997 as a stacking windows manager, emerging as a desktop environment with development release 0.17. E does not come with a broad array of tools by default, which can be an advantage for experienced users who want to customize their installation, and a disadvantage for users with little or no experience of Linux. E uses a few unique terms, for example referring to panels as “shelves”. A 64-bit installation of E uses about 160M of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic E environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S enlightenment&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use Entrance, the recommended display manager for E ======&lt;br /&gt;
Entrance is available from the AUR in the package '''entrance-git'''.  Information on how to install packages from AUR can be found '''[https://wiki.manjaro.org/index.php/Arch_User_Repository here]'''.&lt;br /&gt;
 &lt;br /&gt;
 $ sudo pacman -S --asdeps meson&lt;br /&gt;
 $ pamac build entrance-git &lt;br /&gt;
 $ sudo systemctl enable entrance.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install Manjaro themes for E ======&lt;br /&gt;
 sudo pacman -S enlightenment-manjaro-themes&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LXDE ==&lt;br /&gt;
&lt;br /&gt;
{{Note|Installing LXDE will also result in installing ''Openbox'' as its default window manager. The LXDM display manager will also be downloaded, although it will be necessary to enable this yourself if you wish to replace your existing display manager.}}&lt;br /&gt;
[[File: lxde17.1.11.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
'''[http://lxde.org/ LXDE]''' is a super-lightweight desktop environment that is very similar to XFCE, with the exception that it is not compatible with Compiz. As with XFCE, LXDE is also a somewhat basic desktop environment, lacking some modern features that would be expected, such as a search-bar to find applications and files. However, it is also an excellent choice for less powerful computers.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic lxde environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S lxde network-manager-applet&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for lxde ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for lxde ======&lt;br /&gt;
 &lt;br /&gt;
 sudo pacman -S manjaro-lxde-logout-banner manjaro-lxde-xfce4-notifyd manjaro-lxde-xfce4-volumed-pulse manjaro-settings-manager manjaro-settings-manager-notifier manjaro-lxde-settings arc-maia-icon-theme kvantum-manjaro&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with&lt;br /&gt;
 [greeter]&lt;br /&gt;
 background = /usr/share/backgrounds/lxde-breath.png&lt;br /&gt;
 font-name = Cantarell 12&lt;br /&gt;
 xft-antialias = true&lt;br /&gt;
 icon-theme-name = Arc-Maia&lt;br /&gt;
 screensaver-timeout = 60&lt;br /&gt;
 theme-name = Adapta-Eta-Maia&lt;br /&gt;
 cursor-theme-name = xcursor-breeze&lt;br /&gt;
 show-clock = false&lt;br /&gt;
 default-user-image = #avatar-default&lt;br /&gt;
 xft-hintstyle = hintfull&lt;br /&gt;
 position = 50%,center 50%,center&lt;br /&gt;
 clock-format = &lt;br /&gt;
 panel-position = bottom&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 &lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== LXQt ==&lt;br /&gt;
&lt;br /&gt;
[[File: Lxqt-de-18.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
The '''[https://lxqt.org/ LXQt Desktop Environment]''' LXQt is a lightweight Qt desktop environment. It will not get in your way. It will not hang or slow down your system. It is focused on being a classic desktop with a modern look and feel.  A 64 bit installation of Manjaro running lxqt uses about 250MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic LXQt environment ======&lt;br /&gt;
 sudo pacman -S lxqt xscreensaver&lt;br /&gt;
&lt;br /&gt;
====== Install and use LightDM, the recommended display manager for LXQt ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings light-locker&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit /etc/lightdm/lightdm.conf, under [Seat:*] replace the greeter-session setting with greeter-session=lightdm-slick-greeter&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for LXQt ======&lt;br /&gt;
 sudo pacman -S manjaro-lxqt-extra-settings manjaro-openbox-adapta-maia papirus-maia-icon-theme&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== MATE ==&lt;br /&gt;
&lt;br /&gt;
[[File: mate.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The '''[https://mate-desktop.org/ MATE Desktop]''' Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems.  MATE is under active development to add support for new technologies while preserving a traditional desktop experience.  A 64 bit installation of Manjaro running MATE uses about 378MB of memory.&lt;br /&gt;
&lt;br /&gt;
====== Install a basic mate environment ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S mate network-manager-applet&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install mate applications and configuration tools ======&lt;br /&gt;
 sudo pacman -S mate-extra dconf-editor&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install and use LightDM, the recommended display manager for mate ======&lt;br /&gt;
 sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings&lt;br /&gt;
 systemctl enable lightdm.service --force&lt;br /&gt;
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration and theming for mate ======&lt;br /&gt;
 sudo pacman -S manjaro-mate-settings arc-maia-icon-theme papirus-maia-icon-theme manjaro-settings-manager manjaro-settings-manager-notifier&lt;br /&gt;
&lt;br /&gt;
To configure LightDM to match the community edition replace the contents of /etc/lightdm/slick-greeter.conf with&lt;br /&gt;
 [Greeter]&lt;br /&gt;
 background=/usr/share/backgrounds/manjaro-mate/manjaro-mate.jpg&lt;br /&gt;
 theme-name=Adapta-Nokto-Maia&lt;br /&gt;
 icon-theme-name=Arc-Maia&lt;br /&gt;
 draw-grid=false&lt;br /&gt;
&lt;br /&gt;
====== Create a new user for the new desktop environment ======&lt;br /&gt;
 sudo useradd -mG lp,network,power,sys,wheel &amp;lt;username&amp;gt;&lt;br /&gt;
 sudo passwd &amp;lt;username&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Window Managers =&lt;br /&gt;
&lt;br /&gt;
{{note|By nature, building your own desktop environment from a Window Manager will take substantially more time and effort than simply downloading a pre-defined desktop environment.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The images provided below are purely for illustrative purposes only. You will have you put in the necessary time and effort to configure them.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Although Desktop Environments commonly provide a good range of customisation options to suit personal taste and preference, they may still be seen as somewhat restrictive or controlled in the sense that they merely allow for the personalisation of their pre-defined components. However, certain Window Managers empower users to take a 'do it yourself' approach in order to create their own desktop environments. In essence, they may be used as a foundation on which to build upon, as literally every component and every aspect of the desktop is under the direct control and choice of the user. An environment may be as elaborate or as minimalistic as desired, and it is even possible to mix and match various components from other desktop environments. &lt;br /&gt;
&lt;br /&gt;
Therefore extremely powerful and versatile, these window managers also carry the additional benefit of being faster and more resource efficient than pre-defined desktop environments. Interestingly, the super-lightweight LXDE environment is itself built on the Openbox window manager. There are two types of Window Manager: '''Stacking''' and '''Tiling'''. These names denote how application windows will behave on your desktop.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Stacking Window Managers ==&lt;br /&gt;
&lt;br /&gt;
'''Stacking window managers''' are by far the most popular, and essentially allow application windows to be moved freely around the screen, which may overlap - or 'stack' - upon one another, hence the name. All popular desktop environments (e.g. XFCE, KDE, Gnome, etc.) use stacking window Managers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Openbox ===&lt;br /&gt;
&lt;br /&gt;
[[File: manjarobox.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://openbox.org/ Openbox]''' is by far the most popular Window Manager available. Due to its popularity there is excellent documentation available, as well as a good choice of additional themes that may be downloaded. '''To install Openbox, enter the command:'''&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S openbox&lt;br /&gt;
&lt;br /&gt;
To install a logout script, configuration application, menu-editor, and extra themes for Openbox, enter the following command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S oblogout obconf lxappearance-obconf-gtk3 obmenu openbox-themes-extra&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration, theming, and tools for Openbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S oblogout-manjaro manjaro-openbox-config manjaro-openbox-scripts manjaro-openbox-fonts matcha-gtk-theme&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FluxBox ===&lt;br /&gt;
&lt;br /&gt;
[[File: fluxbox2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://fluxbox.org/ FluxBox]''' is another popular Window Manager. It is particularly notable for providing some features not seen in Openbox, such as ''tabbing'', which allows for windows to be grouped together. '''To install FluxBox, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fluxbox&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the newsfetcher and workspace pager for Fluxbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fbnews fluxter&lt;br /&gt;
&lt;br /&gt;
====== Optional: Install the Manjaro configuration, theming, and tools for Fluxbox ======&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S fbmenu-manjaro oblogout-manjaro artwork-fluxbox fluxboxtheme-manjaro&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== IceWM ===&lt;br /&gt;
&lt;br /&gt;
[[File: icewm2.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[https://www.ice-wm.org/ IceWM]''' is a Window Manager notable for perhaps being closer to a full desktop environment than Openbox or FluxBox. This includes providing a panel complete with menu, in addition to a workspace switcher. '''To install IceWM, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S icewm&lt;br /&gt;
&lt;br /&gt;
To install a suite of tools and themes specifically for IceWM, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S icewm-utils icewm-themes&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tiling Window Managers ==&lt;br /&gt;
&lt;br /&gt;
'''Tiling window managers''' - as the name would suggest - tile application windows; each will have their own place on the screen, just like conventional tiles do not overlap. However, unlike conventional tiling, these window managers are usually very flexible, and allow for a multitude of different tiling patterns to suit personal taste and preference. Where stacking window managers focus on using the mouse for navigation, tiling window managers focus on the utilisation of the keyboard instead. As such, they can be much faster to use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Awesome ===&lt;br /&gt;
&lt;br /&gt;
[[File: awesome.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://awesome.naquadah.org/ Awesome]''' is a popular tiling Window Manager, notable for using the '''Lua''' language for configuration. '''To install Awesome, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S awesome&lt;br /&gt;
&lt;br /&gt;
To install some extra widgets for Awesome, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S vicious&lt;br /&gt;
&lt;br /&gt;
Alternatively you can install the [[Awesome Community Edition]].&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== i3 ===&lt;br /&gt;
&lt;br /&gt;
[[File: i3wm.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''[http://i3wm.org/ i3]''' is arguably the most popular tiling window manager available, and notable for using a single, completely self-contained configuration file. '''To install i3, enter the command''':&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S i3-wm&lt;br /&gt;
&lt;br /&gt;
To install a status bar and screen-locker for i3, enter the command:&lt;br /&gt;
&lt;br /&gt;
 sudo pacman -S i3lock i3status&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Editions{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/5/zh-cn&amp;diff=35419</id>
		<title>Translations:Install Desktop Environments/5/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/5/zh-cn&amp;diff=35419"/>
		<updated>2022-05-23T12:29:30Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;* '''窗口管理器'''  用于显示、移动和改变窗口尺寸 * '''文件管理器''' 用于在图形化界面中浏览、复制和访问文件等 * '''背景显示器''...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''窗口管理器'''  用于显示、移动和改变窗口尺寸&lt;br /&gt;
* '''文件管理器''' 用于在图形化界面中浏览、复制和访问文件等&lt;br /&gt;
* '''背景显示器''' 用于显示壁纸等&lt;br /&gt;
* '''面板''' 提供菜单以显示信息（例如时间）&lt;br /&gt;
* '''设置/配置管理器''' 改变桌面环境的外观&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/4/zh-cn&amp;diff=35418</id>
		<title>Translations:Install Desktop Environments/4/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/4/zh-cn&amp;diff=35418"/>
		<updated>2022-05-23T12:22:00Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;值得注意的是，桌面环境（DE）不是独立存在的；它实际上是一起工作的不同组件的集合。这通常包括：&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;值得注意的是，桌面环境（DE）不是独立存在的；它实际上是一起工作的不同组件的集合。这通常包括：&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/3/zh-cn&amp;diff=35417</id>
		<title>Translations:Install Desktop Environments/3/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/3/zh-cn&amp;diff=35417"/>
		<updated>2022-05-23T12:21:00Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;= 桌面环境 =&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 桌面环境 =&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/2/zh-cn&amp;diff=35416</id>
		<title>Translations:Install Desktop Environments/2/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/2/zh-cn&amp;diff=35416"/>
		<updated>2022-05-23T12:20:50Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;Manjaro 有几种可用的桌面环境和窗口管理器，每种都有其独特的风格、界面和功能。另外，在有需求的情况下，可以安装多个桌面环...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Manjaro 有几种可用的桌面环境和窗口管理器，每种都有其独特的风格、界面和功能。另外，在有需求的情况下，可以安装多个桌面环境，可以在任何时候在登录界面切换。用户并不被限定使用预先安装的风格。&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/1/zh-cn&amp;diff=35415</id>
		<title>Translations:Install Desktop Environments/1/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/1/zh-cn&amp;diff=35415"/>
		<updated>2022-05-23T12:15:59Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;== 简介 ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 简介 ==&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/Page_display_title/zh-cn&amp;diff=35414</id>
		<title>Translations:Install Desktop Environments/Page display title/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Install_Desktop_Environments/Page_display_title/zh-cn&amp;diff=35414"/>
		<updated>2022-05-23T12:15:52Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: Created page with &amp;quot;安装桌面环境&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;安装桌面环境&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Firewalls/6/zh-cn&amp;diff=35413</id>
		<title>Translations:Firewalls/6/zh-cn</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Firewalls/6/zh-cn&amp;diff=35413"/>
		<updated>2022-05-16T11:13:56Z</updated>

		<summary type="html">&lt;p&gt;Xiaopangju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;您可以使用任何包管理器安装{{ic|ufw}},如 $usercmd1&lt;/div&gt;</summary>
		<author><name>Xiaopangju</name></author>
	</entry>
</feed>