mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-03-24 02:20:09 +08:00
TSL
This commit is contained in:
parent
7fa43d34cf
commit
fd6b216c8d
@ -1,154 +0,0 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (wxy)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Manjaro vs Arch Linux: What’s the Difference? Which one is Better?)
|
||||
[#]: via: (https://itsfoss.com/manjaro-vs-arch-linux/)
|
||||
[#]: author: (Dimitrios Savvopoulos https://itsfoss.com/author/dimitrios/)
|
||||
|
||||
Manjaro vs Arch Linux: What’s the Difference? Which one is Better?
|
||||
======
|
||||
|
||||
_**Manjaro or Arch Linux? If Manjaro is based on Arch, how come is it different from Arch? Read how Arch and Manjaro are different in this comparison article.**_
|
||||
|
||||
Most of the [beginner-friendly Linux distributions][1] are based on Ubuntu. As Linux users gains more experience, some try their hands on the more ‘advanced distributions’, mostly in the ‘Arch domain’.
|
||||
|
||||
This Arch domain dominated by two distributions: [Arch Linux][2] itself and [Manjaro][3]. There are other [Arch-based Linux distributions][4] but none are as popular as these two.
|
||||
|
||||
If you are confused between Arch and Manjaro then this comparison should help you out.
|
||||
|
||||
### Manjaro and Arch Linux: How different or similar are they?
|
||||
|
||||
![][5]
|
||||
|
||||
I have tried to compare these two distributions on various points. Please keep in mind that I have not exclusively focused on the differences. I have also pointed out where they are similar.
|
||||
|
||||
#### Both are rolling release distributions but not of the same kind
|
||||
|
||||
There are no “releases” every few months or years in Arch and Manjaro like Ubuntu or Fedora. Just [keep your Arch or Manjaro system updated][6] and you’ll always have the latest version of the operating system and the software packages. You don’t need to worry about upgrading your installed version like ever.
|
||||
|
||||
If you are planning to do a fresh install at some point, keep in mind that both Manjaro and Arch update the installation ISO regularly. It is called ISO refresh and it ensures that newly installed systems don’t have to install all the new system updates made available in last few months.
|
||||
|
||||
But there is a difference between the rolling release model of Arch and Manjaro.
|
||||
|
||||
Manjaro maintains its own independent repositories except for the community-maintained Arch User Repository (AUR). These repositories also contain software packages not provided by Arch. Popular software packages initially provided by the official Arch repositories will first be thoroughly tested (and if necessary, patched), prior to being released, usually about two weeks behind Arch, to Manjaro’s own Stable Repositories for public use.
|
||||
|
||||
![][7]
|
||||
|
||||
A consequence of accommodating this testing process is that Manjaro will never be quite as bleeding-edge as Arch. But then, it makes Manjaro slightly more stable than Arch and less susceptible to breaking your system.
|
||||
|
||||
#### Package Management – Pacman and Pamac
|
||||
|
||||
Both Arch and Manjaro ship with command-line based package management tool called Pacman which was coded in C and uses tar to package applications. In other words, you can [use the same pacman commands][8] for managing packages in both distributions.
|
||||
|
||||
In addition to the Pacman, Manjaro has also developed a GUI application called Pamac for easily installing software on Manjaro. This makes using Manjaro easier than Arch.
|
||||
|
||||
![Pamac GUI Package Manager by Manjaro][9]
|
||||
|
||||
Do note that you may also install Pamac from AUR in Arch Linux but the tool is integral part of Manjaro.
|
||||
|
||||
#### Manjaro Hardware Detection Tool (MHWD)
|
||||
|
||||
Pamac is not the only GUI tool developed by Manjaro team to help its users. Manjaro also has a dedicated tool for detecting hardware and suggest drivers for them.
|
||||
|
||||
![Manjaro hardware configuration GUI tool][10]
|
||||
|
||||
This hardware detection tool is so useful that it can be one of the [main reasons why Manjaro is loved by the community][11]. It is insanely easy to detect/install/use or switch from one driver to another and makes the hardware compatibility an issue from the past.
|
||||
|
||||
#### Drivers support
|
||||
|
||||
Manjaro offers great support for GPU drivers. As we all know for many years Linux has issues installing drivers (Specially Nvidia).
|
||||
|
||||
While [installing Manjaro][12] it gives options to start with open source (free) or non-open source (non-free) graphics driver installation. When you choose “non-free” it automatically detects your graphics card and install the most appropriate driver for it and hence GPU works out of the box.
|
||||
|
||||
Installing graphics driver is easier even after installing Manjaro thanks to the hardware detection tool you saw in the previous section.
|
||||
|
||||
And if you have a system with Nvidia Optimus card (Hybrid GPU) it works fine with Manjaro. You will get plenty of options of get it working.
|
||||
|
||||
In Arch Linux, you have to install (if you could find) the appropriate drivers for your machine.
|
||||
|
||||
#### Access to the Arch User Repository (AUR)
|
||||
|
||||
[Arch User Repository][13] (AUR) is a community-driven repository for Arch-based Linux distributions users. The AUR was created to organize and share new packages from the community and to help accelerate popular packages’ inclusion into the [community repository][14].
|
||||
|
||||
A good number of new packages that enter the official repositories start in the AUR. In the AUR, users are able to contribute their own package builds (PKGBUILD and related files).
|
||||
|
||||
You can use AUR in both Arch and Manjaro.
|
||||
|
||||
#### Desktop environments
|
||||
|
||||
Alright! You can use virtually any desktop environments on any Linux distribution. Arch and Manjaro are no exceptions.
|
||||
|
||||
However, a dedicated desktop flavor or version makes it easier for users to have a seamless experience of the said desktop environments.
|
||||
|
||||
The default Arch ISO doesn’t include any desktop environment. For example, you want to [install KDE on Arch Linux][15], you will have to either download and install it while [installing Arch Linux][16] or after that.
|
||||
|
||||
Manjaro, on the other hand, provides different ISO for desktop environments like Xfce, KDE and GNOME. Manjaro community also maintains ISO for MATE, Cinnamon, LXDE, LXQt, OpenBox and more.
|
||||
|
||||
#### Installation procedure
|
||||
|
||||
![Arch Live Boot][17]
|
||||
|
||||
Manjaro is based on Arch Linux and it is Arch compatible, but **it is not Arch**. It’s not even a pre-configured version of Arch with just a graphical installer. Arch doesn’t come with the usual comfort out of the box, which is why most people prefer something easier. Manjaro offers you the easy entry, but supports you on your way to becoming an experienced user or power user.
|
||||
|
||||
#### Documentation and support
|
||||
|
||||
Both Arch and Manjaro have their own wiki pages and support forums to help their respective users.
|
||||
|
||||
While Manjaro has a decent [wiki][18] for documentation, the [Arch wiki][19] is in a different league altogether. You can find detailed information on every aspect of Arch Linux in the Arch wiki.
|
||||
|
||||
#### Targeted audience
|
||||
|
||||
The key difference is that [Arch is aimed to users with a do-it-yourself attitude][20] who are willing to read the documentation, and solve their own problems.
|
||||
|
||||
On the other hand Manjaro is targeted at Linux users who are not that experienced or who don’t want to spend time assembling the operating system.
|
||||
|
||||
### Conclusion
|
||||
|
||||
Some people often say that Manjaro is for those who can’t install Arch. But I think that’s not true. Not everyone wants to configure Arch from scratch or doesn’t have much time.
|
||||
|
||||
Manjaro is definitely a beast, but a very different kind of beast than Arch. **Fast, powerful, and always up to date**, Manjaro provides all the benefits of an Arch operating system, but with an especial emphasis on **stability, user-friendliness and accessibility** for newcomers and experienced users.
|
||||
|
||||
Manjaro doesn’t take its minimalism as far as Arch Linux does. With Arch, you start with a blank canvas and adjust each setting manually. When the default Arch installation completes, you have a running Linux instance at the command line. Want a [graphical desktop environment][21]? Go right ahead—there’s plenty to choose from. Pick one, install, and configure it. You learn so much doing that especially if you are new to Linux. You get a superb understanding of how the system goes together and why things are installed they way are.
|
||||
|
||||
I hope you have a better understanding of Arch and Manjaro now. You understand how they are similar and yet different.
|
||||
|
||||
_**I have voiced my opinion. Don’t hesitate to share yours in the comment section. Between Arch and Manjaro, which one do you prefer and why.**_
|
||||
|
||||
_With additional inputs from Abhishek Prakash._
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/manjaro-vs-arch-linux/
|
||||
|
||||
作者:[Dimitrios Savvopoulos][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/dimitrios/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/best-linux-beginners/
|
||||
[2]: https://www.archlinux.org/
|
||||
[3]: https://manjaro.org/
|
||||
[4]: https://itsfoss.com/arch-based-linux-distros/
|
||||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/08/arch-vs-manjaro.png?ssl=1
|
||||
[6]: https://itsfoss.com/update-arch-linux/
|
||||
[7]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/06/repositories.png?ssl=1
|
||||
[8]: https://itsfoss.com/pacman-command/
|
||||
[9]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/Pamac.png?resize=800%2C534&ssl=1
|
||||
[10]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/04/hardware-detection.png?ssl=1
|
||||
[11]: https://itsfoss.com/why-use-manjaro-linux/
|
||||
[12]: https://itsfoss.com/install-manjaro-linux/
|
||||
[13]: https://itsfoss.com/aur-arch-linux/
|
||||
[14]: https://wiki.archlinux.org/index.php/Community_repository
|
||||
[15]: https://itsfoss.com/install-kde-arch-linux/
|
||||
[16]: https://itsfoss.com/install-arch-linux/
|
||||
[17]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/Arch-live-boot.jpg?ssl=1
|
||||
[18]: https://wiki.manjaro.org/index.php?title=Main_Page
|
||||
[19]: https://wiki.archlinux.org/
|
||||
[20]: https://itsfoss.com/why-arch-linux/
|
||||
[21]: https://itsfoss.com/best-linux-desktop-environments/
|
@ -0,0 +1,154 @@
|
||||
[#]: collector: (lujun9972)
|
||||
[#]: translator: (wxy)
|
||||
[#]: reviewer: ( )
|
||||
[#]: publisher: ( )
|
||||
[#]: url: ( )
|
||||
[#]: subject: (Manjaro vs Arch Linux: What’s the Difference? Which one is Better?)
|
||||
[#]: via: (https://itsfoss.com/manjaro-vs-arch-linux/)
|
||||
[#]: author: (Dimitrios Savvopoulos https://itsfoss.com/author/dimitrios/)
|
||||
|
||||
Manjaro 和 Arch Linux 有何不同,哪个更好?
|
||||
======
|
||||
|
||||
> Manjaro 还是 Arch Linux?如果说 Manjaro 是基于 Arch 的,那么它和 Arch 又有什么不同呢?请在这篇比较文章中阅读 Arch 和 Manjaro 的不同之处吧。
|
||||
|
||||
大多数[适合初学者的 Linux 发行版][1]都是基于 Ubuntu 的。随着 Linux 用户经验的增加,一些人开始尝试使用更高级的发行版,主要是在“Arch领域”。
|
||||
|
||||
这个 Arch 领域以两个发行版为主。[Arch Linux][2] 本身和 [Manjaro][3]。还有其他[基于 Arch 的 Linux 发行版][4],但都没有这两个发行版受欢迎。
|
||||
|
||||
如果你在 Arch 和 Manjaro 之间感到困惑,那么这个比较应该能帮助你。
|
||||
|
||||
### Manjaro 和 Arch Linux:它们有什么不同或相似之处?
|
||||
|
||||
![][5]
|
||||
|
||||
我试图在各个方面比较这两种发行版。请记住,我并没有只关注差异,我还指出了它们的相似之处。
|
||||
|
||||
#### 两者都是滚动发布的版本,但不是同一种类型
|
||||
|
||||
在 Arch 和 Manjaro 中,没有像 Ubuntu 或 Fedora 那样每隔几个月或几年就会有一次“发布”。只要[保持你的 Arch 或 Manjaro 系统的更新][6],你将永远拥有最新版本的操作系统和软件包。你不需要像以往一样担心升级你的安装版本。
|
||||
|
||||
如果你打算在某个时候进行全新安装,请记住,Manjaro 和 Arch 都会定期更新它的安装 ISO。这被称为 ISO 刷新,它确保新安装的系统不必安装过去几个月中所有可用的新系统更新。
|
||||
|
||||
但 Arch 和 Manjaro 的滚动发布模式是有区别的。
|
||||
|
||||
除了社区维护的 Arch 用户软件库(AUR)之外,Manjaro 维护着自己独立的软件库。这些软件库也包含非 Arch 提供的软件包。那些由 Arch 官方软件库所提供的流行软件包将首先进行彻底的测试(必要时打上补丁),然后 Manjaro 再发布,通常比 Arch 晚两周左右,发布到 Manjaro 自己的稳定软件库供公众使用。
|
||||
|
||||
![][7]
|
||||
|
||||
适应这个测试过程的一个后果是,Manjaro 永远不会像 Arch 一样具有激进尝鲜。但这样一来,就使得 Manjaro 比 Arch 稍微稳定一些,也不容易破坏你的系统。
|
||||
|
||||
#### 包管理 - Pacman 和 Pamac
|
||||
|
||||
Arch 和 Manjaro 都提供了基于命令行的软件包管理工具 Pacman,它是用 C 语言编写的,使用 tar 来打包应用程序。换句话说,你可以[使用相同的 pacman 命令][8]来管理两个发行版的软件包。
|
||||
|
||||
除了 Pacman,Manjaro 还开发了一个名为 Pamac 的 GUI 应用程序,用于在 Manjaro 上轻松安装软件。这使得使用 Manjaro 比使用 Arch 更容易。
|
||||
|
||||
![Manjaro 的 Pamac GUI P包管理器][9]
|
||||
|
||||
请注意,你也可以在 Arch Linux 中从 AUR 安装 Pamac,但该工具是 Manjaro 的组成部分。
|
||||
|
||||
#### Manjaro 硬件检测工具(MHWD)
|
||||
|
||||
Pamac 并不是 Manjaro 团队开发的唯一帮助用户的 GUI 工具。Manjaro 还有一个专门的工具,用于检测硬件并为其推荐驱动程序。
|
||||
|
||||
![Manjaro 硬件配置 GUI 工具][10]。
|
||||
|
||||
这个硬件检测工具非常有用,可以说是 [Manjaro 受到社区喜爱的主要原因][11]之一。它使得检测/安装/使用或从一个驱动切换到另一个驱动都非常简单,让硬件兼容性成为了过去的问题。
|
||||
|
||||
#### 驱动程序支持
|
||||
|
||||
Manjaro 为 GPU 驱动提供了极大的支持。我们都知道多年来 Linux 在安装驱动程序(特别是 Nvidia)方面存在问题。
|
||||
|
||||
当[安装 Manjaro][12] 时,它给出了从开源(自由)或非开源(非自由)图形驱动安装开始的选项。当你选择“非自由”时,它会自动检测你的显卡,并为其安装最合适的驱动程序,因此 GPU 可以开箱即用。
|
||||
|
||||
由于有了上一节中看到的硬件检测工具,甚至安装 Manjaro 时,安装显卡驱动会更加容易。
|
||||
|
||||
如果你有一个带有 Nvidia Optimus 卡(混合 GPU)的系统,它与 Manjaro 配合良好。你会有很多方式来让它工作。
|
||||
|
||||
在 Arch Linux 中,你必须为你的机器安装(如果你能找到)合适的驱动程序。
|
||||
|
||||
#### 访问 Arch 用户软件库(AUR)
|
||||
|
||||
[Arch 用户软件库][13](AUR)是一个面向基于 Arch 的 Linux 发行版用户的社区驱动的软件库。AUR 的创建是为了组织和分享来自社区的新软件包,并帮助加快流行软件包被纳入[社区软件库][14]。
|
||||
|
||||
大量进入官方软件库的新软件包都是从 AUR 开始的。在 AUR 中,用户能够贡献自己的软件包构建(`PKGBUILD` 和相关文件)。
|
||||
|
||||
你可以在 Arch 和 Manjaro 中使用 AUR。
|
||||
|
||||
#### 桌面环境
|
||||
|
||||
好吧!你可以在任何 Linux 发行版上使用几乎所有的桌面环境。Arch 和 Manjaro 也不例外。
|
||||
|
||||
然而,一个专门的桌面风格或版本可以让用户更容易地对上述桌面环境进行无缝体验。
|
||||
|
||||
默认的 Arch ISO 并不包含任何桌面环境。例如,你想[在 Arch Linux 上安装 KDE][15],你必须在[安装 Arch Linux][16] 时或之后下载并安装它。
|
||||
|
||||
而 Manjaro 则为 Xfce、KDE 和 GNOME 等桌面环境提供了不同的 ISO。Manjaro 社区还维护着 MATE、Cinnamon、LXDE、LXQt、OpenBox 等桌面环境的 ISO。
|
||||
|
||||
#### 安装程序
|
||||
|
||||
![Arch 即用启动][17]
|
||||
|
||||
Manjaro 是基于 Arch Linux 的,它是兼容 Arch 的,但**它不是 Arch**。它甚至不是只有一个图形安装程序的预配置版本的 Arch。Arch 并不具备通常的舒适的开箱即用,这也是为什么大多数人喜欢更简单的东西。Manjaro 为你提供了简单的入口,但支持你成为经验丰富的用户或资深用户。
|
||||
|
||||
#### 文档和支持
|
||||
|
||||
Arch 和 Manjaro 都有自己的维基页面和支持论坛来帮助各自的用户。
|
||||
|
||||
虽然 Manjaro 有一个不错的[维基][18]文档,但 [Arch 维基][19]则完全不同。你可以在 Arch 维基中找到关于 Arch Linux 各方面的详细信息。
|
||||
|
||||
#### 目标受众
|
||||
|
||||
关键的区别在于 [Arch 针对的是抱着自己动手的态度的用户][20],他们愿意阅读文档,自己解决问题。
|
||||
|
||||
而 Manjaro 则是针对那些没有那么多经验或者不想花时间组装操作系统的 Linux 用户。
|
||||
|
||||
### 结论
|
||||
|
||||
有些人经常说 Manjaro 是给那些不会安装 Arch 的人用的。但我认为这是不对的。不是每个人都想从头配置 Arch,或者没有太多时间。
|
||||
|
||||
Manjaro 绝对是一只野兽,但与 Arch 截然不同。**快速、强大,并总是保持更新**,Manjaro 提供了 Arch 操作系统的所有优点,但特别强调**稳定性、用户友好性和可访问性**,适合新手和有经验的用户。
|
||||
|
||||
Manjaro 并不像 Arch Linux 那样极简主义。在 Arch 中,你从一个空白的画布开始,手动调整每个设置。当默认的 Arch 安装完成后,你在命令行就有了一个正在运行的 Linux 实例。想要一个[图形化桌面环境][21]?那就自己来吧 —— 有很多选择。选择一个,安装,然后配置它。你可以从中学到很多东西,特别是如果你是 Linux 新手的话。你会对系统是如何组合在一起的,以及为什么要以这样的方式安装东西有很好的理解。
|
||||
|
||||
我希望你现在对 Arch 和 Manjaro 有了更好的理解。你明白了它们的相似,却又不同。
|
||||
|
||||
我已经发表了我的看法。不要犹豫,请在评论区分享你的观点。在 Arch 和 Manjaro 之间,你更喜欢哪一个,为什么。
|
||||
|
||||
Abhishek Prakash 补充了更多内容。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/manjaro-vs-arch-linux/
|
||||
|
||||
作者:[Dimitrios Savvopoulos][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[wxy](https://github.com/wxy)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/dimitrios/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://itsfoss.com/best-linux-beginners/
|
||||
[2]: https://www.archlinux.org/
|
||||
[3]: https://manjaro.org/
|
||||
[4]: https://itsfoss.com/arch-based-linux-distros/
|
||||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2020/08/arch-vs-manjaro.png?ssl=1
|
||||
[6]: https://itsfoss.com/update-arch-linux/
|
||||
[7]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/06/repositories.png?ssl=1
|
||||
[8]: https://itsfoss.com/pacman-command/
|
||||
[9]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/Pamac.png?resize=800%2C534&ssl=1
|
||||
[10]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2020/04/hardware-detection.png?ssl=1
|
||||
[11]: https://itsfoss.com/why-use-manjaro-linux/
|
||||
[12]: https://itsfoss.com/install-manjaro-linux/
|
||||
[13]: https://itsfoss.com/aur-arch-linux/
|
||||
[14]: https://wiki.archlinux.org/index.php/Community_repository
|
||||
[15]: https://itsfoss.com/install-kde-arch-linux/
|
||||
[16]: https://itsfoss.com/install-arch-linux/
|
||||
[17]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2020/05/Arch-live-boot.jpg?ssl=1
|
||||
[18]: https://wiki.manjaro.org/index.php?title=Main_Page
|
||||
[19]: https://wiki.archlinux.org/
|
||||
[20]: https://itsfoss.com/why-arch-linux/
|
||||
[21]: https://itsfoss.com/best-linux-desktop-environments/
|
Loading…
Reference in New Issue
Block a user