<?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=Hanzel</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=Hanzel"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Special:Contributions/Hanzel"/>
	<updated>2026-05-22T00:21:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=48079</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=48079"/>
		<updated>2023-03-12T20:07:42Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Added info about a printer and linked to forum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ommon &amp;#039;&amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;#039;nix &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;rinting &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
{{UserCmd|command=pamac install manjaro-printer}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, use the command:&lt;br /&gt;
{{UserCmd|command=sudo gpasswd -a your_username sys}}&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
{{UserCmd|command=sudo systemctl enable --now cups.service}}&lt;br /&gt;
{{UserCmd|command=sudo systemctl enable --now cups.socket}}&lt;br /&gt;
{{UserCmd|command=sudo systemctl enable --now cups.path}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
If easy detection of network printers is needed (not all editions have avahi installed and running) the following service can be installed &amp;amp; started: &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install avahi}}&lt;br /&gt;
{{UserCmd|command=sudo systemctl enable --now avahi-daemon.service}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting &amp;#039;&amp;#039;&amp;#039;HP Device Manager&amp;#039;&amp;#039;&amp;#039; from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn&amp;#039;t seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Webpage Interface&amp;#039;&amp;#039;&amp;#039;: CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Desktop Interface&amp;#039;&amp;#039;&amp;#039;: A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install your DE&amp;#039;s printer config package using your favorite package manager or by using one of the following commands.&lt;br /&gt;
GNOME: &lt;br /&gt;
{{UserCmd|command=pamac install system-config-printer}}&lt;br /&gt;
KDE:&lt;br /&gt;
{{UserCmd|command=pamac install print-manager}}&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select &amp;#039;&amp;#039;&amp;#039;Manage Printing&amp;#039;&amp;#039;&amp;#039; from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{BoxSuccess|Tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Add your printer&amp;#039;&amp;#039;&amp;#039;. Ensuring that your printer is properly connected and switched on, select &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; from your desktop menu. Once the &amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039; window has opened, click &amp;#039;&amp;#039;&amp;#039;+ add&amp;#039;&amp;#039;&amp;#039; to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer name&amp;#039;&amp;#039;&amp;#039;. Once the &amp;#039;&amp;#039;New Printer&amp;#039;&amp;#039; window has opened, under the &amp;#039;&amp;#039;&amp;#039;Select Device&amp;#039;&amp;#039;&amp;#039; heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer connection&amp;#039;&amp;#039;&amp;#039;. Under the &amp;#039;&amp;#039;&amp;#039;Connection&amp;#039;&amp;#039;&amp;#039; heading, click to highlight your printer&amp;#039;s connection method. As illustrated, this will usually always be &amp;#039;USB&amp;#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Install your printer driver&amp;#039;&amp;#039;&amp;#039;. Once your printer name and connection have been highlighted, click the &amp;#039;&amp;#039;&amp;#039;Forward&amp;#039;&amp;#039;&amp;#039; button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{BoxSuccess|Tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Select your printer make&amp;#039;&amp;#039;&amp;#039;. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the &amp;#039;&amp;#039;Chose Driver&amp;#039;&amp;#039; window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of &amp;#039;&amp;#039;HP&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer model&amp;#039;&amp;#039;&amp;#039;. Under the left-heading &amp;#039;&amp;#039;&amp;#039;models&amp;#039;&amp;#039;&amp;#039;, select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of &amp;#039;&amp;#039;PSC 2210&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer driver&amp;#039;&amp;#039;&amp;#039;. At last! Under the right-heading &amp;#039;&amp;#039;&amp;#039;Drivers&amp;#039;&amp;#039;&amp;#039;, select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. &amp;#039;&amp;#039;&amp;#039;It is advised that you also select whatever driver is recommended for you&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Choose your printer name, description (optional), and location (optional)&amp;#039;&amp;#039;&amp;#039;. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5. Configure your printer&amp;#039;&amp;#039;&amp;#039;. Having clicked the Apply button in the previous step, your printer&amp;#039;s properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer&amp;#039;s settings if you wish. &amp;#039;&amp;#039;&amp;#039;The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6. Test your printer&amp;#039;&amp;#039;&amp;#039;. Although optional, this step is highly recommended! Click the &amp;#039;&amp;#039;&amp;#039;Print Test Page&amp;#039;&amp;#039;&amp;#039; button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{BoxSuccess|Tip|Your printer properties can be accessed - and changed - at any time by selecting the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, and then double-clicking your printer&amp;#039;s icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That&amp;#039;s it! Now click the &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; double-click the printer&amp;#039;s icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; and then &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; buttons to confirm and save your changes, or click the &amp;#039;&amp;#039;&amp;#039;Cancel&amp;#039;&amp;#039;&amp;#039; button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, right-click your printer&amp;#039;s icon, and then select &amp;#039;&amp;#039;&amp;#039;delete&amp;#039;&amp;#039;&amp;#039;. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
{{UserCmd|command=sudo systemctl disable --now cups.service}}&lt;br /&gt;
{{UserCmd|command=sudo systemctl disable --now cups.socket}}&lt;br /&gt;
{{UserCmd|command=sudo systemctl disable --now cups.path}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Specific printers/scanners that are known to work = &amp;lt;!--T:58--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Brand !! Type !! Print !! Scan !! Description how to set up !! Issues &amp;amp; Solutions !! More info !!&lt;br /&gt;
|-&lt;br /&gt;
| Canon || mp 280 || Yes, via network|| Yes, only local || CUPS and manjaro-printer || Remote scanning&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma MX535 || Yes, via network|| Yes, via network || Manjaro printer detects remote printer as mx530. scanner needs scangearmp2-sane-git to function properly || Needs avahi and in my case ipv6 for some reason to be able to &amp;#039;see&amp;#039; the printer (@hanzel on the forum) &lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TR4522 || || || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/installing-a-canon-pixma-tr4522/78221 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TS5120 || Yes|| Yes || Scanner seems to work after CUPS and manjaro-printer, printing requires cnijfilter and selecting Canon TS5100 series drivers|| Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma Pro-100 || Yes, via network and local || Not a feature || manjaro-printer || Takes a moment to start printing, just be patient&lt;br /&gt;
|-&lt;br /&gt;
| Canon || ISensys || LBP223dw || Yes || ||  || [https://forum.manjaro.org/t/installation-canon-i-sensys-lbp223dw/80306 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma E4270 || Yes via Network || not tested || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]]  || || [https://forum.manjaro.org/t/canon-pixma-e4270/86212 forum post]&lt;br /&gt;
|- &lt;br /&gt;
| Canon || Pixma G2100 || Yes || Yes || Plug&amp;amp; play || || [https://forum.manjaro.org/t/does-canon-printers-well-supported/87040/5 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA MG3650 ||  || Yes || || || [https://forum.manjaro.org/t/troubles-with-printing-on-canon-pixma-mg3650/136112/1 forum post]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| Epson || ET-M1120 || Yes, via Network || Not a feature || manjaro-printer and system-config-printer || Needs: epson-inkjet-printer-escpr and epson-inkjet-printer-escpr2 in [[Arch_User_Repository|AUR]] and then patch from pacman&lt;br /&gt;
|-&lt;br /&gt;
| Epson|| WF-3825 driver || || || Needs: epson-inkjet-printer-escpr2 [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/epson-wf-3825-driver/77910/5 Forum post]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
Table made from suggestion [https://forum.manjaro.org/t/printer-overview-and-functionality-on-manjaro/79794 here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=36151</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=36151"/>
		<updated>2022-09-18T11:24:12Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: driver adjustment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ommon &amp;#039;&amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;#039;nix &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;rinting &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install manjaro-printer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, use the command:&lt;br /&gt;
 sudo gpasswd -a yourusername sys&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
 sudo systemctl enable --now cups.service&lt;br /&gt;
 sudo systemctl enable --now cups.socket&lt;br /&gt;
 sudo systemctl enable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
If easy detection of network printers is needed (not all editions have avahi installed and running) the following service can be installed &amp;amp; started: &lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
pamac install avahi&lt;br /&gt;
 sudo systemctl enable --now avahi-daemon.service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting &amp;#039;&amp;#039;&amp;#039;HP Device Manager&amp;#039;&amp;#039;&amp;#039; from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn&amp;#039;t seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Webpage Interface&amp;#039;&amp;#039;&amp;#039;: CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Desktop Interface&amp;#039;&amp;#039;&amp;#039;: A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install your DE&amp;#039;s printer config package using your favorite package manager or by using one of the following commands.&lt;br /&gt;
GNOME: &lt;br /&gt;
 pamac install system-config-printer.&lt;br /&gt;
KDE:&lt;br /&gt;
 pamac install print-manager&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select &amp;#039;&amp;#039;&amp;#039;Manage Printing&amp;#039;&amp;#039;&amp;#039; from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Add your printer&amp;#039;&amp;#039;&amp;#039;. Ensuring that your printer is properly connected and switched on, select &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; from your desktop menu. Once the &amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039; window has opened, click &amp;#039;&amp;#039;&amp;#039;+ add&amp;#039;&amp;#039;&amp;#039; to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer name&amp;#039;&amp;#039;&amp;#039;. Once the &amp;#039;&amp;#039;New Printer&amp;#039;&amp;#039; window has opened, under the &amp;#039;&amp;#039;&amp;#039;Select Device&amp;#039;&amp;#039;&amp;#039; heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer connection&amp;#039;&amp;#039;&amp;#039;. Under the &amp;#039;&amp;#039;&amp;#039;Connection&amp;#039;&amp;#039;&amp;#039; heading, click to highlight your printer&amp;#039;s connection method. As illustrated, this will usually always be &amp;#039;USB&amp;#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Install your printer driver&amp;#039;&amp;#039;&amp;#039;. Once your printer name and connection have been highlighted, click the &amp;#039;&amp;#039;&amp;#039;Forward&amp;#039;&amp;#039;&amp;#039; button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Select your printer make&amp;#039;&amp;#039;&amp;#039;. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the &amp;#039;&amp;#039;Chose Driver&amp;#039;&amp;#039; window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of &amp;#039;&amp;#039;HP&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer model&amp;#039;&amp;#039;&amp;#039;. Under the left-heading &amp;#039;&amp;#039;&amp;#039;models&amp;#039;&amp;#039;&amp;#039;, select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of &amp;#039;&amp;#039;PSC 2210&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer driver&amp;#039;&amp;#039;&amp;#039;. At last! Under the right-heading &amp;#039;&amp;#039;&amp;#039;Drivers&amp;#039;&amp;#039;&amp;#039;, select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. &amp;#039;&amp;#039;&amp;#039;It is advised that you also select whatever driver is recommended for you&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Choose your printer name, description (optional), and location (optional)&amp;#039;&amp;#039;&amp;#039;. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5. Configure your printer&amp;#039;&amp;#039;&amp;#039;. Having clicked the Apply button in the previous step, your printer&amp;#039;s properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer&amp;#039;s settings if you wish. &amp;#039;&amp;#039;&amp;#039;The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6. Test your printer&amp;#039;&amp;#039;&amp;#039;. Although optional, this step is highly recommended! Click the &amp;#039;&amp;#039;&amp;#039;Print Test Page&amp;#039;&amp;#039;&amp;#039; button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{tip|Your printer properties can be accessed - and changed - at any time by selecting the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, and then double-clicking your printer&amp;#039;s icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That&amp;#039;s it! Now click the &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; double-click the printer&amp;#039;s icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; and then &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; buttons to confirm and save your changes, or click the &amp;#039;&amp;#039;&amp;#039;Cancel&amp;#039;&amp;#039;&amp;#039; button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, right-click your printer&amp;#039;s icon, and then select &amp;#039;&amp;#039;&amp;#039;delete&amp;#039;&amp;#039;&amp;#039;. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
 sudo systemctl disable --now cups.service&lt;br /&gt;
 sudo systemctl disable --now cups.socket&lt;br /&gt;
 sudo systemctl disable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Specific printers/scanners that are known to work = &amp;lt;!--T:58--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Brand !! Type !! Print !! Scan !! Description how to set up !! Issues &amp;amp; Solutions !! More info !!&lt;br /&gt;
|-&lt;br /&gt;
| Canon || mp 280 || Yes, via network|| Yes, only local || CUPS and manjaro-printer || Remote scanning&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma MX535 || Yes, via network|| Yes, via network || Manjaro printer detects remote printer as mx530. scanner needs scangearmp2-sane-git to function properly || Needs avahi and in my case ipv6 for some reason to be able to &amp;#039;see&amp;#039; the printer (@hanzel on the forum) &lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TR4522 || || || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/installing-a-canon-pixma-tr4522/78221 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TS5120 || Yes|| Yes || Scanner seems to work after CUPS and manjaro-printer, printing requires cnijfilter and selecting Canon TS5100 series drivers|| Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| Epson|| WF-3825 driver || || || Needs: epson-inkjet-printer-escpr2 [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/epson-wf-3825-driver/77910/5 Forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma Pro-100 || Yes, via network and local || Not a feature || manjaro-printer || Takes a moment to start printing, just be patient&lt;br /&gt;
|-&lt;br /&gt;
| Canon || ISensys || LBP223dw || Yes || ||  || [https://forum.manjaro.org/t/installation-canon-i-sensys-lbp223dw/80306 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma E4270 || Yes via Network || not tested || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]]  || || [https://forum.manjaro.org/t/canon-pixma-e4270/86212 forum post]&lt;br /&gt;
|- &lt;br /&gt;
| Canon || Pixma G2100 || Yes || Yes || Plug&amp;amp; play || || [https://forum.manjaro.org/t/does-canon-printers-well-supported/87040/5 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Epson || ET-M1120 || Yes, via Network || Not a feature || manjaro-printer and system-config-printer || Needs: epson-inkjet-printer-escpr and epson-inkjet-printer-escpr2 in [[Arch_User_Repository|AUR]] and then patch from pacman || [https://tutorialforlinux.com/2021/03/06/step-by-step-driver-epson-et-m1100-et-m1120-manjaro-linux-installation/ External link]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
Table made from suggestion [https://forum.manjaro.org/t/printer-overview-and-functionality-on-manjaro/79794 here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=32351</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=32351"/>
		<updated>2022-02-16T21:54:01Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Made it a little neater and some explanation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ommon &amp;#039;&amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;#039;nix &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;rinting &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install manjaro-printer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, use the command:&lt;br /&gt;
 sudo gpasswd -a yourusername sys&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
 sudo systemctl enable --now cups.service&lt;br /&gt;
 sudo systemctl enable --now cups.socket&lt;br /&gt;
 sudo systemctl enable --now cups.path&lt;br /&gt;
&lt;br /&gt;
If easy detection of network printers is needed (not all editions have avahi installed and running) the following service can be installed &amp;amp; started: &lt;br /&gt;
&lt;br /&gt;
 pamac install avahi&lt;br /&gt;
 sudo systemctl enable --now avahi-daemon.service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting &amp;#039;&amp;#039;&amp;#039;HP Device Manager&amp;#039;&amp;#039;&amp;#039; from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn&amp;#039;t seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Webpage Interface&amp;#039;&amp;#039;&amp;#039;: CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Desktop Interface&amp;#039;&amp;#039;&amp;#039;: A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install the {{ic|system-config-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install system-config-printer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select &amp;#039;&amp;#039;&amp;#039;Manage Printing&amp;#039;&amp;#039;&amp;#039; from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Add your printer&amp;#039;&amp;#039;&amp;#039;. Ensuring that your printer is properly connected and switched on, select &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; from your desktop menu. Once the &amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039; window has opened, click &amp;#039;&amp;#039;&amp;#039;+ add&amp;#039;&amp;#039;&amp;#039; to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer name&amp;#039;&amp;#039;&amp;#039;. Once the &amp;#039;&amp;#039;New Printer&amp;#039;&amp;#039; window has opened, under the &amp;#039;&amp;#039;&amp;#039;Select Device&amp;#039;&amp;#039;&amp;#039; heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer connection&amp;#039;&amp;#039;&amp;#039;. Under the &amp;#039;&amp;#039;&amp;#039;Connection&amp;#039;&amp;#039;&amp;#039; heading, click to highlight your printer&amp;#039;s connection method. As illustrated, this will usually always be &amp;#039;USB&amp;#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Install your printer driver&amp;#039;&amp;#039;&amp;#039;. Once your printer name and connection have been highlighted, click the &amp;#039;&amp;#039;&amp;#039;Forward&amp;#039;&amp;#039;&amp;#039; button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Select your printer make&amp;#039;&amp;#039;&amp;#039;. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the &amp;#039;&amp;#039;Chose Driver&amp;#039;&amp;#039; window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of &amp;#039;&amp;#039;HP&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer model&amp;#039;&amp;#039;&amp;#039;. Under the left-heading &amp;#039;&amp;#039;&amp;#039;models&amp;#039;&amp;#039;&amp;#039;, select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of &amp;#039;&amp;#039;PSC 2210&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer driver&amp;#039;&amp;#039;&amp;#039;. At last! Under the right-heading &amp;#039;&amp;#039;&amp;#039;Drivers&amp;#039;&amp;#039;&amp;#039;, select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. &amp;#039;&amp;#039;&amp;#039;It is advised that you also select whatever driver is recommended for you&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Choose your printer name, description (optional), and location (optional)&amp;#039;&amp;#039;&amp;#039;. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5. Configure your printer&amp;#039;&amp;#039;&amp;#039;. Having clicked the Apply button in the previous step, your printer&amp;#039;s properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer&amp;#039;s settings if you wish. &amp;#039;&amp;#039;&amp;#039;The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6. Test your printer&amp;#039;&amp;#039;&amp;#039;. Although optional, this step is highly recommended! Click the &amp;#039;&amp;#039;&amp;#039;Print Test Page&amp;#039;&amp;#039;&amp;#039; button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{tip|Your printer properties can be accessed - and changed - at any time by selecting the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, and then double-clicking your printer&amp;#039;s icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That&amp;#039;s it! Now click the &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; double-click the printer&amp;#039;s icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; and then &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; buttons to confirm and save your changes, or click the &amp;#039;&amp;#039;&amp;#039;Cancel&amp;#039;&amp;#039;&amp;#039; button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, right-click your printer&amp;#039;s icon, and then select &amp;#039;&amp;#039;&amp;#039;delete&amp;#039;&amp;#039;&amp;#039;. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
 sudo systemctl disable --now cups.service&lt;br /&gt;
 sudo systemctl disable --now cups.socket&lt;br /&gt;
 sudo systemctl disable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Specific printers/scanners that are known to work = &amp;lt;!--T:58--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Brand !! Type !! Print !! Scan !! Description how to set up !! Issues &amp;amp; Solutions !! More info !!&lt;br /&gt;
|-&lt;br /&gt;
| Canon || mp 280 || Yes, via network|| Yes, only local || CUPS and manjaro-printer || Remote scanning&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma MX535 || Yes, via network|| Yes, via network || Manjaro printer detects remote printer as mx530  &amp;amp; scanner and sets them up with no specific driver.|| Needs avahi and in my case ipv6 for some reason to be able to &amp;#039;see&amp;#039; the printer (@hanzel on the forum) &lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TR4522 || || || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/installing-a-canon-pixma-tr4522/78221 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TS5120 || Yes|| Yes || Scanner seems to work after CUPS and manjaro-printer, printing requires cnijfilter and selecting Canon TS5100 series drivers|| Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| Epson|| WF-3825 driver || || || Needs: epson-inkjet-printer-escpr2 [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/epson-wf-3825-driver/77910/5 Forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma Pro-100 || Yes, via network and local || Not a feature || manjaro-printer || Takes a moment to start printing, just be patient&lt;br /&gt;
|-&lt;br /&gt;
| Canon || ISensys || LBP223dw || Yes || ||  || [https://forum.manjaro.org/t/installation-canon-i-sensys-lbp223dw/80306 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma E4270 || Yes via Network || not tested || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]]  || || [https://forum.manjaro.org/t/canon-pixma-e4270/86212 forum post]&lt;br /&gt;
|- &lt;br /&gt;
| Canon || Pixma G2100 || Yes || Yes || Plug&amp;amp; play || || [https://forum.manjaro.org/t/does-canon-printers-well-supported/87040/5 forum post]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
Table made from suggestion [https://forum.manjaro.org/t/printer-overview-and-functionality-on-manjaro/79794 here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=32350</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=32350"/>
		<updated>2022-02-16T21:46:17Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Some editions do not have the avahi deamon running by default for easy network printer detection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ommon &amp;#039;&amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;#039;nix &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;rinting &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install manjaro-printer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, use the command:&lt;br /&gt;
 sudo gpasswd -a yourusername sys&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
 sudo systemctl enable --now cups.service&lt;br /&gt;
 sudo systemctl enable --now cups.socket&lt;br /&gt;
 sudo systemctl enable --now cups.path&lt;br /&gt;
 sudo systemctl enable --now avahi-daemon.service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting &amp;#039;&amp;#039;&amp;#039;HP Device Manager&amp;#039;&amp;#039;&amp;#039; from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn&amp;#039;t seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Webpage Interface&amp;#039;&amp;#039;&amp;#039;: CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Desktop Interface&amp;#039;&amp;#039;&amp;#039;: A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install the {{ic|system-config-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install system-config-printer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select &amp;#039;&amp;#039;&amp;#039;Manage Printing&amp;#039;&amp;#039;&amp;#039; from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Add your printer&amp;#039;&amp;#039;&amp;#039;. Ensuring that your printer is properly connected and switched on, select &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; from your desktop menu. Once the &amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039; window has opened, click &amp;#039;&amp;#039;&amp;#039;+ add&amp;#039;&amp;#039;&amp;#039; to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer name&amp;#039;&amp;#039;&amp;#039;. Once the &amp;#039;&amp;#039;New Printer&amp;#039;&amp;#039; window has opened, under the &amp;#039;&amp;#039;&amp;#039;Select Device&amp;#039;&amp;#039;&amp;#039; heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer connection&amp;#039;&amp;#039;&amp;#039;. Under the &amp;#039;&amp;#039;&amp;#039;Connection&amp;#039;&amp;#039;&amp;#039; heading, click to highlight your printer&amp;#039;s connection method. As illustrated, this will usually always be &amp;#039;USB&amp;#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Install your printer driver&amp;#039;&amp;#039;&amp;#039;. Once your printer name and connection have been highlighted, click the &amp;#039;&amp;#039;&amp;#039;Forward&amp;#039;&amp;#039;&amp;#039; button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Select your printer make&amp;#039;&amp;#039;&amp;#039;. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the &amp;#039;&amp;#039;Chose Driver&amp;#039;&amp;#039; window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of &amp;#039;&amp;#039;HP&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer model&amp;#039;&amp;#039;&amp;#039;. Under the left-heading &amp;#039;&amp;#039;&amp;#039;models&amp;#039;&amp;#039;&amp;#039;, select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of &amp;#039;&amp;#039;PSC 2210&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer driver&amp;#039;&amp;#039;&amp;#039;. At last! Under the right-heading &amp;#039;&amp;#039;&amp;#039;Drivers&amp;#039;&amp;#039;&amp;#039;, select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. &amp;#039;&amp;#039;&amp;#039;It is advised that you also select whatever driver is recommended for you&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Choose your printer name, description (optional), and location (optional)&amp;#039;&amp;#039;&amp;#039;. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5. Configure your printer&amp;#039;&amp;#039;&amp;#039;. Having clicked the Apply button in the previous step, your printer&amp;#039;s properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer&amp;#039;s settings if you wish. &amp;#039;&amp;#039;&amp;#039;The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6. Test your printer&amp;#039;&amp;#039;&amp;#039;. Although optional, this step is highly recommended! Click the &amp;#039;&amp;#039;&amp;#039;Print Test Page&amp;#039;&amp;#039;&amp;#039; button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{tip|Your printer properties can be accessed - and changed - at any time by selecting the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, and then double-clicking your printer&amp;#039;s icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That&amp;#039;s it! Now click the &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; double-click the printer&amp;#039;s icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; and then &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; buttons to confirm and save your changes, or click the &amp;#039;&amp;#039;&amp;#039;Cancel&amp;#039;&amp;#039;&amp;#039; button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, right-click your printer&amp;#039;s icon, and then select &amp;#039;&amp;#039;&amp;#039;delete&amp;#039;&amp;#039;&amp;#039;. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
 sudo systemctl disable --now cups.service&lt;br /&gt;
 sudo systemctl disable --now cups.socket&lt;br /&gt;
 sudo systemctl disable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Specific printers/scanners that are known to work = &amp;lt;!--T:58--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Brand !! Type !! Print !! Scan !! Description how to set up !! Issues &amp;amp; Solutions !! More info !!&lt;br /&gt;
|-&lt;br /&gt;
| Canon || mp 280 || Yes, via network|| Yes, only local || CUPS and manjaro-printer || Remote scanning&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma MX535 || Yes, via network|| Yes, via network || Manjaro printer detects remote printer as mx530  &amp;amp; scanner and sets them up with no specific driver.|| Needs avahi and in my case ipv6 for some reason to be able to &amp;#039;see&amp;#039; the printer (@hanzel on the forum) &lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TR4522 || || || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/installing-a-canon-pixma-tr4522/78221 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TS5120 || Yes|| Yes || Scanner seems to work after CUPS and manjaro-printer, printing requires cnijfilter and selecting Canon TS5100 series drivers|| Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| Epson|| WF-3825 driver || || || Needs: epson-inkjet-printer-escpr2 [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/epson-wf-3825-driver/77910/5 Forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma Pro-100 || Yes, via network and local || Not a feature || manjaro-printer || Takes a moment to start printing, just be patient&lt;br /&gt;
|-&lt;br /&gt;
| Canon || ISensys || LBP223dw || Yes || ||  || [https://forum.manjaro.org/t/installation-canon-i-sensys-lbp223dw/80306 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma E4270 || Yes via Network || not tested || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]]  || || [https://forum.manjaro.org/t/canon-pixma-e4270/86212 forum post]&lt;br /&gt;
|- &lt;br /&gt;
| Canon || Pixma G2100 || Yes || Yes || Plug&amp;amp; play || || [https://forum.manjaro.org/t/does-canon-printers-well-supported/87040/5 forum post]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
Table made from suggestion [https://forum.manjaro.org/t/printer-overview-and-functionality-on-manjaro/79794 here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=29155</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=29155"/>
		<updated>2021-10-21T21:59:44Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Added another printers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ommon &amp;#039;&amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;#039;nix &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;rinting &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install manjaro-printer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, us the command:&lt;br /&gt;
 sudo gpasswd -a yourusername sys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
 sudo systemctl enable --now cups.service&lt;br /&gt;
 sudo systemctl enable --now cups.socket&lt;br /&gt;
 sudo systemctl enable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting &amp;#039;&amp;#039;&amp;#039;HP Device Manager&amp;#039;&amp;#039;&amp;#039; from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn&amp;#039;t seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Webpage Interface&amp;#039;&amp;#039;&amp;#039;: CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Desktop Interface&amp;#039;&amp;#039;&amp;#039;: A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install the {{ic|system-config-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install system-config-printer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select &amp;#039;&amp;#039;&amp;#039;Manage Printing&amp;#039;&amp;#039;&amp;#039; from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Add your printer&amp;#039;&amp;#039;&amp;#039;. Ensuring that your printer is properly connected and switched on, select &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; from your desktop menu. Once the &amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039; window has opened, click &amp;#039;&amp;#039;&amp;#039;+ add&amp;#039;&amp;#039;&amp;#039; to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer name&amp;#039;&amp;#039;&amp;#039;. Once the &amp;#039;&amp;#039;New Printer&amp;#039;&amp;#039; window has opened, under the &amp;#039;&amp;#039;&amp;#039;Select Device&amp;#039;&amp;#039;&amp;#039; heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer connection&amp;#039;&amp;#039;&amp;#039;. Under the &amp;#039;&amp;#039;&amp;#039;Connection&amp;#039;&amp;#039;&amp;#039; heading, click to highlight your printer&amp;#039;s connection method. As illustrated, this will usually always be &amp;#039;USB&amp;#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Install your printer driver&amp;#039;&amp;#039;&amp;#039;. Once your printer name and connection have been highlighted, click the &amp;#039;&amp;#039;&amp;#039;Forward&amp;#039;&amp;#039;&amp;#039; button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Select your printer make&amp;#039;&amp;#039;&amp;#039;. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the &amp;#039;&amp;#039;Chose Driver&amp;#039;&amp;#039; window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of &amp;#039;&amp;#039;HP&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer model&amp;#039;&amp;#039;&amp;#039;. Under the left-heading &amp;#039;&amp;#039;&amp;#039;models&amp;#039;&amp;#039;&amp;#039;, select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of &amp;#039;&amp;#039;PSC 2210&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer driver&amp;#039;&amp;#039;&amp;#039;. At last! Under the right-heading &amp;#039;&amp;#039;&amp;#039;Drivers&amp;#039;&amp;#039;&amp;#039;, select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. &amp;#039;&amp;#039;&amp;#039;It is advised that you also select whatever driver is recommended for you&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Choose your printer name, description (optional), and location (optional)&amp;#039;&amp;#039;&amp;#039;. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5. Configure your printer&amp;#039;&amp;#039;&amp;#039;. Having clicked the Apply button in the previous step, your printer&amp;#039;s properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer&amp;#039;s settings if you wish. &amp;#039;&amp;#039;&amp;#039;The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6. Test your printer&amp;#039;&amp;#039;&amp;#039;. Although optional, this step is highly recommended! Click the &amp;#039;&amp;#039;&amp;#039;Print Test Page&amp;#039;&amp;#039;&amp;#039; button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{tip|Your printer properties can be accessed - and changed - at any time by selecting the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, and then double-clicking your printer&amp;#039;s icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That&amp;#039;s it! Now click the &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; double-click the printer&amp;#039;s icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; and then &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; buttons to confirm and save your changes, or click the &amp;#039;&amp;#039;&amp;#039;Cancel&amp;#039;&amp;#039;&amp;#039; button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, right-click your printer&amp;#039;s icon, and then select &amp;#039;&amp;#039;&amp;#039;delete&amp;#039;&amp;#039;&amp;#039;. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
 sudo systemctl disable --now cups.service&lt;br /&gt;
 sudo systemctl disable --now cups.socket&lt;br /&gt;
 sudo systemctl disable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Specific printers/scanners that are known to work = &amp;lt;!--T:58--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Brand !! Type !! Print !! Scan !! Description how to set up !! Issues &amp;amp; Solutions !! More info !!&lt;br /&gt;
|-&lt;br /&gt;
| Canon || mp 280 || Yes, via network|| Yes, only local || CUPS and manjaro-printer || Remote scanning&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma MX535 || Yes, via network|| Yes, via network || Manjaro printer detects remote printer as mx530  &amp;amp; scanner and sets them up with no specific driver.|| Needs avahi and in my case ipv6 for some reason to be able to &amp;#039;see&amp;#039; the printer (@hanzel on the forum) &lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TR4522 || || || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/installing-a-canon-pixma-tr4522/78221 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Epson|| WF-3825 driver || || || Needs: epson-inkjet-printer-escpr2 [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/epson-wf-3825-driver/77910/5 Forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma Pro-100 || Yes, via network and local || Not a feature || manjaro-printer || Takes a moment to start printing, just be patient&lt;br /&gt;
|-&lt;br /&gt;
| Canon || ISensys || LBP223dw || Yes || ||  || [https://forum.manjaro.org/t/installation-canon-i-sensys-lbp223dw/80306 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma E4270 || Yes via Network || not tested || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]]  || || [https://forum.manjaro.org/t/canon-pixma-e4270/86212 forum post]&lt;br /&gt;
|- &lt;br /&gt;
| Canon || Pixma G2100 || Yes || Yes || Plug&amp;amp; play || || [https://forum.manjaro.org/t/does-canon-printers-well-supported/87040/5 forum post]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
Table made from suggestion [https://forum.manjaro.org/t/printer-overview-and-functionality-on-manjaro/79794 here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Printing&amp;diff=29146</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Printing&amp;diff=29146"/>
		<updated>2021-10-14T16:46:58Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: another printer added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
Printing is undertaken through the use of [http://en.wikipedia.org/wiki/CUPS CUPS] (previously an acronym for &amp;#039;&amp;#039;&amp;#039;C&amp;#039;&amp;#039;&amp;#039;ommon &amp;#039;&amp;#039;&amp;#039;U&amp;#039;&amp;#039;&amp;#039;nix &amp;#039;&amp;#039;&amp;#039;P&amp;#039;&amp;#039;&amp;#039;rinting &amp;#039;&amp;#039;&amp;#039;S&amp;#039;&amp;#039;&amp;#039;ystem). This is a popular open source printing system used in most Linux distributions due to its ease of use. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Installing the Printer Software = &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
First, install the {{ic|manjaro-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install manjaro-printer&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
Note that you may need to add yourself to the {{ic|sys}} group.  To do this, us the command:&lt;br /&gt;
 sudo gpasswd -a yourusername sys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Enabling Printing Capabilities = &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once the necessary software has been installed, to start and enable printing capabilities, enter the following commands:&lt;br /&gt;
 sudo systemctl enable --now cups.service&lt;br /&gt;
 sudo systemctl enable --now cups.socket&lt;br /&gt;
 sudo systemctl enable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
At this point you should be ready to configure a printer&lt;br /&gt;
&lt;br /&gt;
=Managing Printers= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with HP Device Manager== &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
[[File:Hplip.png|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
If have a printer made by HP, the easiest way to manage it is with the HP Device Manager({{ic|hp-toolbox}}).  It is wizard based and handles automatic detection and setup of your printer locally or across a network.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
You can run it by selecting &amp;#039;&amp;#039;&amp;#039;HP Device Manager&amp;#039;&amp;#039;&amp;#039; from the menu or with the command {{ic|hp-toolbox}}.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Managing Printers with CUPS== &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to add a printer is to use CUPS directly. Assuming CUPS has been enabled (and started), upon connecting a printer, it should be automatically detected and configured for you to use. The process itself should take only about a minute. However, if the automatic detection and configuration doesn&amp;#039;t seem to work, then your printer can be manually set up with relative ease. There are two methods to do so:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Webpage Interface&amp;#039;&amp;#039;&amp;#039;: CUPS provides an webpage interface that will open in your default web browser to configure your printer. This interface also provides access to further information about CUPS, as well as on-line help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Desktop Interface&amp;#039;&amp;#039;&amp;#039;: A standard desktop wizard is also available, which should be instantly familiar to those who have configured a printer before, whether using Linux or another operating system such as windows. Note that you may need to install the {{ic|system-config-printer}} package using your favorite package manager or by using the command:&lt;br /&gt;
 pamac install system-config-printer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Webpage Interface=== &amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
[[File:CUPSweb.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
To access the webpage interface, select &amp;#039;&amp;#039;&amp;#039;Manage Printing&amp;#039;&amp;#039;&amp;#039; from your desktop menu. The interface will automatically open in your default web browser. Alternatively, you can also open your choice of web browser, and enter the following into the address bar:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
http://localhost:631/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
{{tip|You can also just click the address provided above to access the CUPS web interface!}}&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 1: The Automatic Method=== &amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
[[File:CUPS1.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Add your printer&amp;#039;&amp;#039;&amp;#039;. Ensuring that your printer is properly connected and switched on, select &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; from your desktop menu. Once the &amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039; window has opened, click &amp;#039;&amp;#039;&amp;#039;+ add&amp;#039;&amp;#039;&amp;#039; to add a new printer. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
[[File:CUPS2.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer name&amp;#039;&amp;#039;&amp;#039;. Once the &amp;#039;&amp;#039;New Printer&amp;#039;&amp;#039; window has opened, under the &amp;#039;&amp;#039;&amp;#039;Select Device&amp;#039;&amp;#039;&amp;#039; heading, find the name of your printer and click to highlight it. If your printer is listed more than once, check the description on the right to ensure your selection is not for another function, such as scanning or faxing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer connection&amp;#039;&amp;#039;&amp;#039;. Under the &amp;#039;&amp;#039;&amp;#039;Connection&amp;#039;&amp;#039;&amp;#039; heading, click to highlight your printer&amp;#039;s connection method. As illustrated, this will usually always be &amp;#039;USB&amp;#039;.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
[[File:CUPS3.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Install your printer driver&amp;#039;&amp;#039;&amp;#039;. Once your printer name and connection have been highlighted, click the &amp;#039;&amp;#039;&amp;#039;Forward&amp;#039;&amp;#039;&amp;#039; button and CUPS will automatically search for the available drivers for it. In most instances, once the appropriate driver has been found it will be automatically installed, and the set-up process will have completed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
Otherwise, if the process did not succeed, it will be necessary to click the forward button again in order chose the appropriate driver yourself. &lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===CUPS Desktop Interface Part 2: The Manual Method=== &amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
[[File:CUPS4.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
{{tip|CUPS will usually help you out by showing recommended choices for each step.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1. Select your printer make&amp;#039;&amp;#039;&amp;#039;. If the Automatic method did not automatically find and install an appropriate driver for your printer, then clicking the forward button again will present the &amp;#039;&amp;#039;Chose Driver&amp;#039;&amp;#039; window. The first step is to select the make of your printer. As illustrated, as an HP printer is to be installed, the recommended choice of &amp;#039;&amp;#039;HP&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Once your make of printer has been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
[[File:CUPS5.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2. Select your printer model&amp;#039;&amp;#039;&amp;#039;. Under the left-heading &amp;#039;&amp;#039;&amp;#039;models&amp;#039;&amp;#039;&amp;#039;, select the specific model of your printer. As illustrated, as the printer model to be installed in this instance is a Model 2210, the recommended choice of &amp;#039;&amp;#039;PSC 2210&amp;#039;&amp;#039; has been highlighted by clicking on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3. Select your printer driver&amp;#039;&amp;#039;&amp;#039;. At last! Under the right-heading &amp;#039;&amp;#039;&amp;#039;Drivers&amp;#039;&amp;#039;&amp;#039;, select the appropriate driver for your printer. As illustrated, the recommended printer driver has been clicked to highlight it. &amp;#039;&amp;#039;&amp;#039;It is advised that you also select whatever driver is recommended for you&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
Once your printer model and driver have been highlighted, click the forward button to proceed to the next step.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
[[File:CUPS6.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4. Choose your printer name, description (optional), and location (optional)&amp;#039;&amp;#039;&amp;#039;. Unless you want to change something, it will not be necessary to make any amendments here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
If you are happy with the information provided - or have made the desired changes - click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; button to complete the process.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
[[File:CUPS7.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5. Configure your printer&amp;#039;&amp;#039;&amp;#039;. Having clicked the Apply button in the previous step, your printer&amp;#039;s properties will be displayed. By selecting the categories on the right-hand side, you can view information and amend your printer&amp;#039;s settings if you wish. &amp;#039;&amp;#039;&amp;#039;The standard settings will be fine for most people, so unless you have something specific in mind, there will be nothing you need to do&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6. Test your printer&amp;#039;&amp;#039;&amp;#039;. Although optional, this step is highly recommended! Click the &amp;#039;&amp;#039;&amp;#039;Print Test Page&amp;#039;&amp;#039;&amp;#039; button to ensure that your printer is set up and working properly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
{{tip|Your printer properties can be accessed - and changed - at any time by selecting the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, and then double-clicking your printer&amp;#039;s icon.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
That&amp;#039;s it! Now click the &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; button to close the window and start using your printer.&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Modifying an Installed Printer=== &amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
To configure an installed printer at any time:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your desktop menu, and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; double-click the printer&amp;#039;s icon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
The configuration window will appear. Select any of the categories on the left-hand side of the window to view the appropriate information and make any desired changes. Once complete, click the &amp;#039;&amp;#039;&amp;#039;Apply&amp;#039;&amp;#039;&amp;#039; and then &amp;#039;&amp;#039;&amp;#039;OK&amp;#039;&amp;#039;&amp;#039; buttons to confirm and save your changes, or click the &amp;#039;&amp;#039;&amp;#039;Cancel&amp;#039;&amp;#039;&amp;#039; button to close the window without making any changes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Removing an Installed Printer=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
If for any reason you wish to remove a printer (e.g. to reinstall it), select the &amp;#039;&amp;#039;&amp;#039;Print Settings&amp;#039;&amp;#039;&amp;#039; option from your menu, right-click your printer&amp;#039;s icon, and then select &amp;#039;&amp;#039;&amp;#039;delete&amp;#039;&amp;#039;&amp;#039;. You will need to confirm your decision to delete the printer, as well as enter your password to complete the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Disabling Printing Capabilities = &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
If for any reason you wish to disable CUPS (e.g. in order to use an alternative printing system), open your terminal and enter the following command:&lt;br /&gt;
 sudo systemctl disable --now cups.service&lt;br /&gt;
 sudo systemctl disable --now cups.socket&lt;br /&gt;
 sudo systemctl disable --now cups.path&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Specific printers/scanners that are known to work = &amp;lt;!--T:58--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Brand !! Type !! Print !! Scan !! Description how to set up !! Issues &amp;amp; Solutions !! More info !!&lt;br /&gt;
|-&lt;br /&gt;
| Canon || mp 280 || Yes, via network|| Yes, only local || CUPS and manjaro-printer || Remote scanning&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma MX535 || Yes, via network|| Yes, via network || Manjaro printer detects remote printer as mx530  &amp;amp; scanner and sets them up with no specific driver.|| Needs avahi and in my case ipv6 for some reason to be able to &amp;#039;see&amp;#039; the printer (@hanzel on the forum) &lt;br /&gt;
|-&lt;br /&gt;
| Canon || PIXMA TR4522 || || || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/installing-a-canon-pixma-tr4522/78221 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Epson|| WF-3825 driver || || || Needs: epson-inkjet-printer-escpr2 [[Arch_User_Repository|AUR]] || || [https://forum.manjaro.org/t/epson-wf-3825-driver/77910/5 Forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma Pro-100 || Yes, via network and local || Not a feature || manjaro-printer || Takes a moment to start printing, just be patient&lt;br /&gt;
|-&lt;br /&gt;
| Canon || ISensys || LBP223dw || Yes || ||  || [https://forum.manjaro.org/t/installation-canon-i-sensys-lbp223dw/80306 forum post]&lt;br /&gt;
|-&lt;br /&gt;
| Canon || Pixma E4270 || Yes via Network || not tested || Needs: cnijfilter2 or cnijfilter2-bin from the [[Arch_User_Repository|AUR]]  || || [https://forum.manjaro.org/t/canon-pixma-e4270/86212 forum post]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
Table made from suggestion [https://forum.manjaro.org/t/printer-overview-and-functionality-on-manjaro/79794 here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Manjaro_Kernels&amp;diff=29122</id>
		<title>Manjaro Kernels</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Manjaro_Kernels&amp;diff=29122"/>
		<updated>2021-10-09T14:31:00Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Found a dead end page, this article will be enhanced with this info.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Overview = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
As the name would imply, as with the kernel of a seed, the Linux kernel is the core of a Linux operating system. Every other element of a Linux-based operating system is built around the kernel, which acts as an interface between your computer&amp;#039;s hardware and the applications that run on it. As hardware and software applications become more complex and sophisticated, so do the kernels to fully utilise them. As such, Linux kernels are continually under development, with new revisions and versions being regularly released. Further information on the very latest developments in kernel technology can be found at [http://www.kernel.org/ The Linux Kernel Archives]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
The first Linux kernel was originally developed by [http://en.wikipedia.org/wiki/Linus_Torvalds Linus Torvalds], the creator of Linux. It is now an open-source project containing millions of lines of code generated by thousands of programmers.  However, Linus Torvalds still has the final authority on their development and release.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= GUI Tool = &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
[[File:Msm-kernels.jpg|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
[[Manjaro Settings Manager]] offers an easy way to add and remove kernel (including the necessary kernel modules).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
New kernels can be installed by pressing the &amp;quot;Install&amp;quot; button.  All necessary kernel modules will be installed automatically with a new kernel as well.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Please consider the &amp;quot;Recommended&amp;quot; tag when choosing a kernel.  LTS means Long Term Support, which is safest for most users. [[&amp;quot;What should I be aware of if I&amp;#039;m not on an LTS kernel?&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The newest installed Kernel will be booted by default, but to run other kernels that are installed, see [[Manjaro_Kernels#Selecting_Kernels|Selecting Kernels]] section below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Terminal Commands = &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Instead of using the [[Manjaro Settings Manager]] GUI to identify, choose, add, and remove kernels everything can be achieved from a terminal as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Identifying the Kernel Being Used == &amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
This terminal command will give your system&amp;#039;s kernel information:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
 {{UserCmd|command=mhwd-kernel -li}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
The above command not only shows which kernel is being used, it also lists any other kernels that are also installed, as shown in the following example Terminal output:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
{{UserCmdOutput|command=mhwd-kernel -li|result=&lt;br /&gt;
 Currently running: 5.0.17-1-MANJARO (linux50)&amp;lt;br&amp;gt; The following kernels are installed in your system:&amp;lt;br&amp;gt;    * linux419&amp;lt;br&amp;gt;    * linux420&amp;lt;br&amp;gt;    * linux50}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:17--&amp;gt;&lt;br /&gt;
As seen in the above example, Manjaro is running kernel 5.0.17-1-MANJARO. The information given here is not arbitrary; each part of the kernel name identifies something about that kernel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:18--&amp;gt;&lt;br /&gt;
* The 5 indicates the version&lt;br /&gt;
* The 0 indicates the major revision&lt;br /&gt;
* The 17 indicates the minor revision&lt;br /&gt;
* The 1 indicates the revision of the Manjaro package&lt;br /&gt;
* MANJARO indicates the specific distribution it is used for&lt;br /&gt;
&lt;br /&gt;
== Adding New Kernels == &amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
{{tip| &amp;#039;&amp;#039;&amp;#039;mhwd-kernel will automatically update a newly installed kernel with any modules currently used in your existing kernel&amp;#039;&amp;#039;&amp;#039;. For example, if you were to update from kernel 4.14 to 4.19, mhwd-kernel would automatically update 4.19 with any and all modules present in 4.14. How about that!}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
Manjaro not only supports the use of &amp;#039;&amp;#039;multiple&amp;#039;&amp;#039; kernels (selectable from the boot screen), but allows easy access to the &amp;#039;&amp;#039;&amp;#039;very latest &amp;#039;&amp;#039;bleeding edge&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039; kernels as well. This is undertaken through use of Manjaro&amp;#039;s own &amp;#039;&amp;#039;MHWD-kernel&amp;#039;&amp;#039; (Manjaro Hard-Ware Detection) command. The syntax of the command is as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
sudo mhwd-kernel [-i] [new kernel: linux(version)] [optional - remove the current kernel: rmc]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:23--&amp;gt;&lt;br /&gt;
When listing a new kernel to be installed in the command, it is not necessary to write the entire version number. For example, any version of Kernel 4.19 can be listed simply as &amp;#039;linux419&amp;#039;, and any version of Kernel 4.14 can be listed as &amp;#039;linux414&amp;#039;, and so on. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
The optional &amp;#039;&amp;#039;&amp;#039;rmc&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;&amp;lt;u&amp;gt;r&amp;lt;/u&amp;gt;&amp;#039;&amp;#039;&amp;#039;e&amp;#039;&amp;#039;&amp;#039;&amp;lt;u&amp;gt;m&amp;lt;/u&amp;gt;&amp;#039;&amp;#039;&amp;#039;ove &amp;#039;&amp;#039;&amp;#039;&amp;lt;u&amp;gt;c&amp;lt;/u&amp;gt;&amp;#039;&amp;#039;&amp;#039;urrent) component is of vital importance. Using this will result in your existing kernel being deleted upon the installation of the new kernel. Otherwise, if it is not used, then the existing kernel will be kept, and will be selectable alongside the new kernel at the boot screen. &amp;#039;&amp;#039;&amp;#039;It is recommended - especially if updating to the latest bleeding edge kernel - to keep your old one, even if only for a short time afterwards&amp;#039;&amp;#039;&amp;#039;. This the safer option, and the old kernel can be easily removed when satisfied with the stability and functionality of the new one. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:25--&amp;gt;&lt;br /&gt;
As an example, once the terminal is opened, the following command will install a new kernel (4.19) &amp;#039;&amp;#039;&amp;#039;without deleting the existing kernel currently being used&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo mhwd-kernel -i linux419}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:27--&amp;gt;&lt;br /&gt;
Otherwise, the following command will install a new kernel (5.10) to replace the existing kernel, &amp;#039;&amp;#039;&amp;#039;which will be deleted&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo mhwd-kernel -i linux510 &amp;#039;&amp;#039;&amp;#039;rmc&amp;#039;&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:29--&amp;gt;&lt;br /&gt;
Either way, Manjaro will automatically configure the new kernel for you, ready for immediate use. Once completed, close the terminal and re-boot the system for the change to take effect.&lt;br /&gt;
&lt;br /&gt;
== Removing Kernels == &amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
{{warning|DO NOT attempt to delete an existing kernel while it is actually being used by Manjaro at the time. You can first identify what kernel is running on your system by using the command &amp;#039;&amp;#039;&amp;#039;mhwd-kernel -li&amp;#039;&amp;#039;&amp;#039; in the terminal (see above).}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
Where multiple kernels are present on your system, &amp;#039;&amp;#039;pacman&amp;#039;&amp;#039; can be used to remove them in the terminal. It may be necessary to delete a total of three elements of the kernel in total to completely remove it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
# The kernel itself&lt;br /&gt;
# The kernel&amp;#039;s headers&lt;br /&gt;
# The kernel&amp;#039;s extra modules&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
Whether or not the headers and extra modules must be deleted depends on whether or not they have been installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:35--&amp;gt;&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;To remove a kernel&amp;#039;&amp;#039;&amp;#039; use the following syntax:&lt;br /&gt;
sudo mhwd-kernel -r linux[version]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:36--&amp;gt;&lt;br /&gt;
Here is an example for removing kernel 5.0.17-1&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:37--&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo mhwd-kernel -r linux50}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;To delete a kernel&amp;#039;s headers&amp;#039;&amp;#039;&amp;#039;, the syntax is:&lt;br /&gt;
 sudo pacman -R linux[version]-headers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
For example, to delete the headers of kernel version 5.0.x from the system, the following command would be entered:&lt;br /&gt;
 {{UserCmd|command=sudo pacman -R linux50-headers}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:40--&amp;gt;&lt;br /&gt;
3. &amp;#039;&amp;#039;&amp;#039;To delete a kernel&amp;#039;s extra modules&amp;#039;&amp;#039;&amp;#039;, the syntax is:&lt;br /&gt;
 sudo pacman -R linux[version]-extramodules&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
For example, to delete the extra modules of kernel version 5.0.x from the system, the following command would be entered:&lt;br /&gt;
 {{UserCmd|command=sudo pacman -R linux50-extramodules}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:42--&amp;gt;&lt;br /&gt;
4. &amp;#039;&amp;#039;&amp;#039;To delete all elements of a kernel at the same time&amp;#039;&amp;#039;&amp;#039;  - where they are all present on your system - the syntax is:&lt;br /&gt;
 sudo pacman -R linux[version] linux[version]-headers linux[version]-extramodules&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:43--&amp;gt;&lt;br /&gt;
For example, to completely remove all elements of kernel version 5.0.x, the following command would be entered:&lt;br /&gt;
 {{UserCmd|command=sudo pacman -R linux50 linux50-headers linux50-extramodules}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:44--&amp;gt;&lt;br /&gt;
Please note however, that attempting to delete multiple elements at once if they are not present on your system will result in an error message before the operation itself is aborted. It is also worthwhile noting if Manjaro is being run in a virtual machine (e.g. Oracle Virtualbox), you may not be able to delete certain kernels if they contain elements important to the virtualisation process itself.&lt;br /&gt;
&lt;br /&gt;
== Don&amp;#039;t forget the mhwd-kernel -h command == &amp;lt;!--T:45--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:46--&amp;gt;&lt;br /&gt;
As with most Linux commands that can be entered into the Terminal, typing the command followed by either &amp;#039;&amp;#039;&amp;#039;-h&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;--help&amp;#039;&amp;#039;&amp;#039; will print out the usage &amp;amp; available options to the Terminal for your reference. Here is the output of the &amp;#039;&amp;#039;&amp;#039;mhwd-kernel -h&amp;#039;&amp;#039;&amp;#039; command:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;!--T:47--&amp;gt;&lt;br /&gt;
[handy@jarmano ~]$ mhwd-kernel -h&lt;br /&gt;
 Usage: mhwd-kernel [option]&lt;br /&gt;
    -h  --help              Show this help message&lt;br /&gt;
    -i  --install           Install a new kernel        [kernel(s)] [optional: rmc = remove current kernel]&lt;br /&gt;
    -l  --list              List all available kernels&lt;br /&gt;
    -li --listinstalled     List installed kernels&lt;br /&gt;
    -r  --remove            Remove a kernel             [kernel(s)]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Selecting Kernels = &amp;lt;!--T:48--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:49--&amp;gt;&lt;br /&gt;
[[file:kernel_select.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:50--&amp;gt;&lt;br /&gt;
All available kernels installed on your system will be presented upon booting up. GNU GRUB is visible with a couple of options. Choose &amp;quot;Advanced Options for Manjaro Linux&amp;quot; by using the arrow keys on your keyboard and then press &amp;lt;Enter&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:51--&amp;gt;&lt;br /&gt;
On the next screen (as illustrated) are backup copies of each kernel version installed (which will also be automatically removed if or when a kernel version is deleted). To select a kernel, simply use the arrow keys to highlight the desired version, and then press &amp;lt;Enter&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:52--&amp;gt;&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Kernel{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Burn_an_ISO_File&amp;diff=29039</id>
		<title>Burn an ISO File</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Burn_an_ISO_File&amp;diff=29039"/>
		<updated>2021-10-02T14:48:20Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: /* Using Rufus */Changed link to current homepage of Rufus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
==Overview== &amp;lt;!--T:53--&amp;gt;&lt;br /&gt;
As outlined in the &amp;#039;&amp;#039;&amp;#039;[[Download Manjaro| Download Manjaro page]]&amp;#039;&amp;#039;&amp;#039;, an ISO is not simply a &amp;#039;drag and drop&amp;#039; or &amp;#039;copy and paste&amp;#039; duplication of Manjaro&amp;#039;s installation files. It is in fact a copy of the raw computer code that makes up the files themselves. This is why it is necessary to use a &amp;#039;&amp;#039;&amp;#039;software burning application&amp;#039;&amp;#039;&amp;#039; to &amp;#039;burn&amp;#039; an ISO file, that is, convert its raw code into the files onto a physical medium such as a DVD or USB flashdrive / datastick in order to use it. Once burned / converted, the files on that medium can then be used to run Manjaro directly without having to install it to your system (referred to as &amp;#039;&amp;#039;Live-CD or Live-USB&amp;#039;&amp;#039; mode), and/or install Manjaro on your system. Again however, it will not be necessary to to burn an ISO if you intend on running Manjaro in a virtual machine environment using Oracle&amp;#039;s Virtualbox. This is because Virtualbox is able to read ISO files directly as &amp;#039;&amp;#039;virtual disks&amp;#039;&amp;#039;.&lt;br /&gt;
{{BoxInfo|note|Manjaro will not have full functionality when run in Live-CD mode. For example, you will not be able to save any changes to the system, or install updates or new applications.}}&lt;br /&gt;
&lt;br /&gt;
===Burning to CD/DVD in Linux=== &amp;lt;!--T:54--&amp;gt;&lt;br /&gt;
{{BoxSuccess|tip|It is strongly recommended to select the slowest speed available when burning to disc in order minimise the possibility of corruption during the burning process.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
Several different software burning applications - if not already installed - should be available for installation from your distribution&amp;#039;s Software Center / Software Manager / Package Manager / repositories. Popular burners include &amp;#039;&amp;#039;XFBurn&amp;#039;&amp;#039;, &amp;#039;&amp;#039;K3b&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;Brasero&amp;#039;&amp;#039;. Which one you may choose is entirely down to personal choice.  However, a guide to burning your downloaded Manjaro ISO using Brasero has been provided below:&lt;br /&gt;
[[file:Brasero.png|thumb|left|375px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; Insert a Blank CD/DVD (use a DVD if burning an ISO for anything other than the NET Edition)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Start the Brasero software burner&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.&amp;#039;&amp;#039;&amp;#039; Click the &amp;#039;&amp;#039;&amp;#039;Burn Image - Burn an existing CD/DVD image to disc&amp;#039;&amp;#039;&amp;#039; button to open the &amp;#039;&amp;#039;Image Burning Setup&amp;#039;&amp;#039; window.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.&amp;#039;&amp;#039;&amp;#039; Click the button beneath the title &amp;#039;&amp;#039;&amp;#039;Select a disc image to write&amp;#039;&amp;#039;&amp;#039; to open up your file manager. Locate and double-click the downloaded ISO file to load it. Upon automatically returning to the &amp;#039;&amp;#039;Image Burning Setup&amp;#039;&amp;#039; window, note that the ISO file is now listed as the disc image to write.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5.&amp;#039;&amp;#039;&amp;#039; Underneath the title &amp;#039;&amp;#039;&amp;#039;Select a disc to write to&amp;#039;&amp;#039;&amp;#039; the blank CD/DVD inserted should already have been automatically listed. Otherwise, click the button to select it manually.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;6.&amp;#039;&amp;#039;&amp;#039; Click the &amp;#039;&amp;#039;&amp;#039;properties&amp;#039;&amp;#039;&amp;#039; button to open the &amp;#039;&amp;#039;properties window&amp;#039;&amp;#039;, and then click the button beneath the title &amp;#039;&amp;#039;&amp;#039;Burning Speed&amp;#039;&amp;#039;&amp;#039;. Again, it is strongly recommended to select the slowest speed available. Once selected, click the &amp;#039;&amp;#039;&amp;#039;Close&amp;#039;&amp;#039;&amp;#039; button.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;7.&amp;#039;&amp;#039;&amp;#039; Click the &amp;#039;&amp;#039;&amp;#039;Burn&amp;#039;&amp;#039;&amp;#039; button to start the burning process. If necessary, follow any on-screen instructions provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Burning to a CD/DVD in Windows=== &amp;lt;!--T:56--&amp;gt;&lt;br /&gt;
In Windows 7 and later, support for burning an ISO to DVD is built-in.  Simply right click on the on .iso file and select &amp;quot;Burn disk image&amp;quot;.  This will bring up a series of dialogues to walk you through the process.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:57--&amp;gt;&lt;br /&gt;
For Windows Vista or older versions of Windows you will need to download 3rd party software.  Several free software burner applications are available for Windows. One such tool is DeepBurner.  The portable version can be downloaded from [https://pendriveapps.com/deepburner-portable/ here].&lt;br /&gt;
&lt;br /&gt;
===Writing to a USB Stick in Linux=== &amp;lt;!--T:58--&amp;gt;&lt;br /&gt;
This section describes how to write a Linux ISO file to USB.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:19--&amp;gt;&lt;br /&gt;
Windows ISO files are notoriously difficult and requires special attention. Read the forum post on [https://archived.forum.manjaro.org/t/howto-use-manjaro-to-create-a-bootable-windows-usb/92780 HowTo create a bootable Windows ISO]&lt;br /&gt;
&lt;br /&gt;
===Using the Terminal=== &amp;lt;!--T:59--&amp;gt;&lt;br /&gt;
To burn the iso on an usb stick, enter the following command in a terminal :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:60--&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo dd bs=4M if=/path/to/manjaro.iso of=/dev/sd[drive letter] status=progress oflag=sync}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:61--&amp;gt;&lt;br /&gt;
Where [drive letter] is the letter of your removable device. Please note that it is the &amp;#039;&amp;#039;&amp;#039;device&amp;#039;&amp;#039;&amp;#039; (e.g. /dev/sdb), and &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; the partition number (e.g. /dev/sdb1).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:62--&amp;gt;&lt;br /&gt;
To find which drive letter it might be write:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:63--&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo fdisk -l}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:64--&amp;gt;&lt;br /&gt;
{{BoxWarning|Warning|Not all ISO are isohybrid ! However you can create isohybrid ISO. If you use very old hardware and rare, may not support isohybrid. Isohybrid created for UEFI should work with &amp;quot;Legacy mode&amp;quot;, without support UEFI not will work on UEFI. Before use USB stick check Bios/UEFI settings, USB should start first. If isohybrid not working for you with uefi, try create isohybrid for own use without this option.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How you can check ISO=== &amp;lt;!--T:65--&amp;gt;&lt;br /&gt;
{{UserCmd|command=fdisk -l}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:66--&amp;gt;&lt;br /&gt;
: Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:67--&amp;gt;&lt;br /&gt;
{{UserCmd|command=fdisk -l manjaro-mate-15.12-x86_64.iso&lt;br /&gt;
Disk manjaro-mate-15.12-x86_64.iso: 7,5 GiB, 8006074368 bytes, 15636864 sectors&lt;br /&gt;
Units: sectors of 1 * 512 = 512 bytes&lt;br /&gt;
Sector size (logical/physical): 512 bytes / 512 bytes&lt;br /&gt;
I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;br /&gt;
Disklabel type: dos&lt;br /&gt;
Disk identifier: 0x00000000}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:68--&amp;gt;&lt;br /&gt;
{{UserCmd|command=fdisk -l manjaro-xfce-16.08-x86_64.iso &lt;br /&gt;
Disk manjaro-xfce-16.08-x86_64.iso: 1,5 GiB, 1561657344 bytes, 3050112 sectors&lt;br /&gt;
Units: sectors of 1 * 512 = 512 bytes&lt;br /&gt;
Sector size (logical/physical): 512 bytes / 512 bytes&lt;br /&gt;
I/O size (minimum/optimal): 512 bytes / 512 bytes&lt;br /&gt;
Disklabel type: dos&lt;br /&gt;
Disk identifier: 0x06c2dccb&lt;br /&gt;
.&lt;br /&gt;
Device                         Boot Start     End Sectors  Size Id Type&lt;br /&gt;
manjaro-xfce-16.08-x86_64.iso1 *        0 3050111 3050112  1,5G  0 Empty&lt;br /&gt;
manjaro-xfce-16.08-x86_64.iso2        224   63711   63488   31M ef EFI (FAT-12/16/32)}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:69--&amp;gt;&lt;br /&gt;
: Isohybrid have 2 partitions, you can check also with gparted after burn the iso on an usb stick.&lt;br /&gt;
&lt;br /&gt;
===How create isohybrid=== &amp;lt;!--T:70--&amp;gt;&lt;br /&gt;
{{UserCmd|command=isohybrid -v /path/to/name.iso}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:71--&amp;gt;&lt;br /&gt;
: or for UEFI&lt;br /&gt;
{{UserCmd|command=isohybrid --uefi -v output.iso}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:72--&amp;gt;&lt;br /&gt;
: More in http://www.syslinux.org/wiki/index.php?title=Isohybrid&lt;br /&gt;
&lt;br /&gt;
===Using a Burning Application=== &amp;lt;!--T:73--&amp;gt;&lt;br /&gt;
====ImageWriter====&lt;br /&gt;
ImageWriter should be available for installation from your distribution&amp;#039;s Software Center / Software Manager / Package Manager / repositories. Once Imagewriter has been downloaded and installed, ensure that your USB stick is plugged in before starting it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:74--&amp;gt;&lt;br /&gt;
A brief guide to writing the Manjaro .ISO image has been provided:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:75--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.&amp;#039;&amp;#039;&amp;#039; Click on the centre icon&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:76--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.&amp;#039;&amp;#039;&amp;#039; Navigate to where the ISO image has been saved and select it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:77--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.&amp;#039;&amp;#039;&amp;#039; Ensure that your USB device has been selected from the drop-down menu&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:78--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.&amp;#039;&amp;#039;&amp;#039; Click on the &amp;#039;&amp;#039;&amp;#039;Write&amp;#039;&amp;#039;&amp;#039; button&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:79--&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5.&amp;#039;&amp;#039;&amp;#039; After the &amp;#039;&amp;#039;&amp;#039;Write&amp;#039;&amp;#039;&amp;#039; process has finished, reboot your system&lt;br /&gt;
&lt;br /&gt;
===Writing to a USB Stick in Windows=== &amp;lt;!--T:80--&amp;gt;&lt;br /&gt;
====Using Rufus====&lt;br /&gt;
[http://rufus.ie/ Rufus] Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:81--&amp;gt;&lt;br /&gt;
When you use Rufus to write a Manjaro Live ISO to USB you must select DD mode when prompted to use standard or DD mode.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:82--&amp;gt;&lt;br /&gt;
See its website for more details: [http://rufus.ie/]&lt;br /&gt;
&lt;br /&gt;
==See Also== &amp;lt;!--T:83--&amp;gt;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Download Manjaro]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Check a Downloaded ISO Image For Errors]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Installation Guides]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:ISO{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Locale&amp;diff=29038</id>
		<title>Locale</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Locale&amp;diff=29038"/>
		<updated>2021-10-02T14:17:34Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Link points to the archived forum, changed the link .&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
= Locale = &amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
The locale is all the settings related to localization, like language, time, currency etc.&lt;br /&gt;
In Manjaro you can set the desired locale settings with [[Manjaro Settings Manager]] GUI application.&lt;br /&gt;
Sometimes, because of complicated setups and often after some user mistakes, you might not be able to have the correct settings for each user. Below you will see how you can check and set properly your configuration manually.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
In Linux systems all locales are available for installation, they just need to be enabled and generated. The settings are configured initially system-wide, but it is possible to override them for user-session.&lt;br /&gt;
&lt;br /&gt;
== System == &amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
Check your current system settings (type in terminal)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 locale&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Check which are already active&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 locale -a&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If your locale is not listed, you must edit &amp;#039;&amp;#039;&amp;#039;/etc/locale.gen&amp;#039;&amp;#039;&amp;#039; and uncomment yours. In example &amp;#039;&amp;#039;&amp;#039;LANG=zh_TW.UTF-8&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# zh_SG.UTF-8 UTF-8&lt;br /&gt;
# zh_TW BIG5&lt;br /&gt;
# zh_TW.EUC-TW EUC-TW&lt;br /&gt;
zh_TW.UTF-8 UTF-8&lt;br /&gt;
# zu_ZA ISO-8859-1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You may want to uncomment all the variations of your country code &amp;quot;zh_TW&amp;quot; to use them as fallbacks for some programs they might use them. Then, generate them with this command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo locale-gen&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now you can set the system locale with this&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo localectl set-locale LANG=zh_TW.UTF-8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The settings are set in the system file &amp;#039;&amp;#039;&amp;#039;/etc/locale.conf&amp;#039;&amp;#039;&amp;#039;. You don&amp;#039;t need to manually edit this file unless you are having troubles. &lt;br /&gt;
Here is a sample&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:5--&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 LANG=zh_TW.UTF-8&lt;br /&gt;
 LANGUAGE=zh_TW:en_AU&lt;br /&gt;
 LC_ADDRESS=en_AU.UTF-8&lt;br /&gt;
 LC_IDENTIFICATION=en_AU.UTF-8&lt;br /&gt;
 LC_MEASUREMENT=en_AU.UTF-8&lt;br /&gt;
 LC_MONETARY=en_AU.UTF-8&lt;br /&gt;
 LC_MESSAGES=zh_TW.UTF-8&lt;br /&gt;
 LC_NAME=en_AU.UTF-8&lt;br /&gt;
 LC_NUMERIC=en_AU.UTF-8&lt;br /&gt;
 LC_PAPER=en_AU.UTF-8&lt;br /&gt;
 LC_TELEPHONE=en_AU.UTF-8&lt;br /&gt;
 LC_TIME=en_AU.UTF-8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User == &amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
The system locale can be overriden for a user that wants a different locale language by creating (or editing if it already exists) a file named `.xprofile` in the home folder `/home/USERNAME/.xprofile`. Edit it with any user specific locale settings as below.  &lt;br /&gt;
This sample illustrates how to set Traditional Chinese as the UI language while keeping Australian English for the formats.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Set display language to zh_TW and gcin as default IM&lt;br /&gt;
export LANG=zh_TW.UTF-8&lt;br /&gt;
export LANGUAGE=zh_TW:en_AU&lt;br /&gt;
export LC_MESSAGES=zh_TW.UTF-8&lt;br /&gt;
export LC_CTYPE=zh_TW.UTF-8&lt;br /&gt;
export XMODIFIERS=@im=gcin&lt;br /&gt;
export GTK_IM_MODULE=gcin&lt;br /&gt;
export QT_IM_MODULE=gcin&lt;br /&gt;
export XIM_MODULE=gcin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Console fonts == &amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
The file &amp;#039;&amp;#039;&amp;#039;vconsole.conf&amp;#039;&amp;#039;&amp;#039; holds information on your keyboard layout and the font displayed in the TTY - the physical console.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
Here is a sample setup for danish keyboard and font.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
KEYMAP=dk&lt;br /&gt;
FONT=ter-118n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
== Troubleshooting == &amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
If you have followed the above guide and still have issues, there are possibilities of other files conflicting. Xorg, GDM and Plasma may have overriden your settings. The authoritative Archlinux wiki for locale is an excellent place to look for a solution and of course the Manjaro Forum is always the more welcoming community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Archlinux wiki is an ultimate source of Linux related information. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Just remember that Arch is not Manjaro so &amp;#039;&amp;#039;&amp;#039;please ask Manjaro questions in the Manjaro forum&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== References == &amp;lt;!--T:13--&amp;gt;&lt;br /&gt;
Arch Linux Wiki - [https://wiki.archlinux.org/index.php/locale Locale], [https://wiki.archlinux.org/index.php/Xprofile Xprofile]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
Manjaro Forum Topics [https://archived.forum.manjaro.org/t/one-distinct-language-per-user/37097/6]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
This guide was copied over to [https://forum.manjaro.org/t/localize-manjaro/42946 Localize Manjaro] Forum Tutorials, &lt;br /&gt;
{02:19, 21 March 2018 (CET)}&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Snap&amp;diff=29037</id>
		<title>Snap</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Snap&amp;diff=29037"/>
		<updated>2021-10-02T13:29:13Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Option to enable snao is missing in pamac without the plugin since that is not installed automatically see thread about this: https://forum.manjaro.org/t/why-are-snap-and-flatpack-not-in-the-pamac-gui-anymore/81516/12&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{FlexSideContainerTemplate|__TOC__|[[File:Snapcraft.png|250px]]|7|1}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; Overview&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[https://snapcraft.io/ Snaps] are a distro independent method for packaging and distributing Linux software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Using software distributed by Snap has a couple of distinct advantages:&lt;br /&gt;
* Software that is not compatible with current system libraries will still work when packaged as a Snap&lt;br /&gt;
* Snaps are automatically updated&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
There are some other considerations to be aware of:&lt;br /&gt;
* Snaps do not always integrate with system themes&lt;br /&gt;
* Snaps may need to install shared run-times which consume disk space&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; Installing Support for Snaps&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
To use Snaps you to install and configure the Snap Daemon.  It is available in the Manjaro repos as {{ic|snapd}}, with {{ic|libpamac-snap-plugin}} and can be installed with your favorite package manager or using the command&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install snapd libpamac-snap-plugin}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:7--&amp;gt;&lt;br /&gt;
Once installed, you need to enable snapd using the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo systemctl enable --now snapd.socket}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:8--&amp;gt;&lt;br /&gt;
If you also want support for classic snaps you can use the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=ln -s /var/lib/snapd/snap /snap}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; Using Snaps&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&amp;lt;!-- sub 1 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:10--&amp;gt; Managing Snaps via Discover&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
{{FlexSideContainerTemplate|[[File:Kdediscover.png|400px]]|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
One way to manage your Snaps is with the application [https://userbase.kde.org/Discover Discover] from the KDE project.  You need a special version of Discover that can be found in the repos to manage snaps.  This is now installed by default in some Manjaro editions that include Discover.  If it isn&amp;#039;t, you can install the package {{ic|discover-snap}} with your favorite package manager or the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install discover-snap}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:12--&amp;gt;&lt;br /&gt;
Once installed you can run &amp;#039;&amp;#039;&amp;#039;Discover&amp;#039;&amp;#039;&amp;#039; and you will be able to browse and install Snaps with a familiar store interface.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{tip|&amp;lt;translate&amp;gt;&amp;lt;!--T:13--&amp;gt; Discover can also install and update software from the Manjaro repos if you install the package {{ic|packagekit-qt5}}&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sub 2 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; Managing Snaps via Gnome Software&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
{{FlexSideContainerTemplate|[[File:Gnomesoftware.png|400px]]|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
Another way to manage your Snaps is with the application [https://wiki.gnome.org/Apps/Software Gnome Software] from the Gnome project.  You need a special version of Gnome Software that has support for managing snaps.  This now comes pre-installed in several Manjaro editions.  If it isn&amp;#039;t, you can install the package {{ic|gnome-software-snap}} with your favorite package manager or the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install gnome-software-snap}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Once installed you can run &amp;#039;&amp;#039;&amp;#039;Software&amp;#039;&amp;#039;&amp;#039; and you will be able to browse and install Snaps with a familiar store interface.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{tip|&amp;lt;translate&amp;gt;&amp;lt;!--T:17--&amp;gt; Gnome Software can also install and update software from the Manjaro repos&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Managing Snaps via the CLI&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&amp;lt;!-- sub 1 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:19--&amp;gt; Finding and Installing Snaps&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
You can use the command {{ic|snap search}} to search for available Snaps.  For example, if you wanted to install VLC here is what it might look like:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=snap search vlc}}&lt;br /&gt;
&lt;br /&gt;
 Name            Version                 Publisher  Notes  Summary&lt;br /&gt;
 vlc             3.0.6                   videolan✓  -      The ultimate media player&lt;br /&gt;
 dav1d           0.2.0-1-ge29cb9a        videolan✓  -      AV1 decoder from VideoLAN&lt;br /&gt;
 mjpg-streamer   2.0                     ogra       -      UVC webcam streaming tool&lt;br /&gt;
 audio-recorder  3.0.5+rev1432+pkg-7b07  brlin      -      A free audio-recorder for Linux&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
From this output we can see that VLC and some related applications are avialable.  To install VLC, we would use the command&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=snap install vlc}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
This will install the application as well as any required run-times.  Once the application is installed you should be able to run it from your menu as you would with any application.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sub 2 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:23--&amp;gt; Displaying Detailed Snap Information&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
You can get more details about a specific Snap using the command {{ic|snap info}}.  For example:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=snap info vlc}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
name:      vlc&lt;br /&gt;
summary:   The ultimate media player&lt;br /&gt;
publisher: VideoLAN✓&lt;br /&gt;
contact:   https://www.videolan.org/support/&lt;br /&gt;
license:   GPL-2.0+&lt;br /&gt;
description: |&lt;br /&gt;
  VLC is the VideoLAN project&amp;#039;s media player.&lt;br /&gt;
  &lt;br /&gt;
  Completely open source and privacy-friendly, it plays every multimedia file and streams.&lt;br /&gt;
  &lt;br /&gt;
  It notably plays MKV, MP4, MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3,&lt;br /&gt;
  Ogg/Vorbis files, BluRays, DVDs, VCDs, podcasts, and multimedia streams from various network&lt;br /&gt;
  sources. It supports subtitles, closed captions and is translated in numerous languages.&lt;br /&gt;
snap-id: RT9mcUhVsRYrDLG8qnvGiy26NKvv6Qkd&lt;br /&gt;
channels:&lt;br /&gt;
  stable:    3.0.6                      2019-01-10  (770) 212MB -&lt;br /&gt;
  candidate: 3.0.6                      2019-01-10  (770) 212MB -&lt;br /&gt;
  beta:      3.0.6-341-g18d7d08         2019-05-24 (1020) 212MB -&lt;br /&gt;
  edge:      4.0.0-dev-8011-gfdbf7317e0 2019-05-24 (1019) 335MB -&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|4=1}}&lt;br /&gt;
&amp;lt;!-- sub 3 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; Getting a list of installed Snaps&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
To show a list of all the Snaps and run-times that are currently installed you can use the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=snap list}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sub 4 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; Removing Snaps&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
You can remove Snaps with the command {{ic|snap remove}}.  For example:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=snap remove vlc}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sub 5 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; Removing Snap Support&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
If you want to remove support for snaps from the system, you can do so with a few simple steps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:31--&amp;gt;&lt;br /&gt;
First, check if you have {{ic|gnome-software-snap}} or {{ic|discover-snap}} installed.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac list -i | grep snap}}&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
If you find either of those packages, replace them with the non-snap versions.  For example, if {{ic|gnome-software-snap}} was on that list you can replace it with:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install gnome-software}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
Next, remove snapd itself&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac remove snapd}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:34--&amp;gt;&lt;br /&gt;
Optionally, you can also remove the remaining snapd files which would include any installed snaps.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo rm -r /var/lib/snapd}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Software Management{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Flatpak&amp;diff=29036</id>
		<title>Flatpak</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Flatpak&amp;diff=29036"/>
		<updated>2021-10-02T13:24:55Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Option to enable flatpak is missing in pamac without the plugin since that is not installed automaticly see thread about this: https://forum.manjaro.org/t/why-are-snap-and-flatpack-not-in-the-pamac-gui-anymore/81516/12&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|__TOC__|[[File:Flatpaklogo.png|250px]]|7|1}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:1--&amp;gt; Overview&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
[https://flatpak.org/ Flatpak] is a distro independent method for packaging and distributing Linux software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
Using software distributed by Flatpak has a couple of distinct advantages:&lt;br /&gt;
* Software that is not compatible with current system libraries will still work when packaged as a Flatpak&lt;br /&gt;
* Delta upgrades make upgrades more network efficient in the long-term&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;gt;&lt;br /&gt;
There are some other considerations to be aware of:&lt;br /&gt;
* Flatpaks are not updated as part of your system updates, they must be updated separately&lt;br /&gt;
* Only themes that have been ported to Flatpak will work with Flatpaks&lt;br /&gt;
* A large set of shared runtimes will need to be installed to use Flatpaks&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; Installing Flatpak&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:6--&amp;gt;&lt;br /&gt;
Flatpak is available in the Manjaro repos as {{ic|flatpak}}, with {{ic|libpamac-flatpak-plugin}} for support in the pamac GUI and can be installed with your favorite package manager or using the command&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=pamac install flatpak libpamac-flatpak-plugin}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:7--&amp;gt; Using Flatpak&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;!-- Sub 1 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:8--&amp;gt; Managing Flatpaks via Discover&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|[[File:Kdediscover.png|400px]]|2=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
One way to manage your Flatpaks is with the application [https://userbase.kde.org/Discover Discover] from the KDE project.  You can install the package {{ic|discover}} with your favorite package manager or the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install discover}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:11--&amp;gt;&lt;br /&gt;
Once installed you can run &amp;#039;&amp;#039;&amp;#039;Discover&amp;#039;&amp;#039;&amp;#039; and you will be able to browse, install and update Flatpaks with a familiar store interface.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{tip|&amp;lt;translate&amp;gt;&amp;lt;!--T:12--&amp;gt; Discover can also install and update software from the Manjaro repos if you install the package {{ic|packagekit-qt5}}&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|4=1}}&lt;br /&gt;
&amp;lt;!-- Sub 2 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:13--&amp;gt; Managing Flatpaks via Gnome Software&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&lt;br /&gt;
{{FlexSideContainerTemplate|[[File:Gnomesoftware.png|400px]]|2=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:14--&amp;gt;&lt;br /&gt;
One way to manage your Flatpaks is with the application [https://wiki.gnome.org/Apps/Software Gnome Software] from the Gnome project.  You can install the package {{ic|gnome-software}} with your favorite package manager or the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:15--&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac install gnome-software}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:16--&amp;gt;&lt;br /&gt;
Once installed you can run &amp;#039;&amp;#039;&amp;#039;Software&amp;#039;&amp;#039;&amp;#039; and you will be able to browse, install and update Flatpaks with a familiar store interface.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{tip|&amp;lt;translate&amp;gt;&amp;lt;!--T:17--&amp;gt; Gnome Software can also install and update software from the Manjaro repos&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Managing Flatpaks via the CLI&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&amp;lt;!-- Sub 1 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:19--&amp;gt; Finding and Installing Flatpaks&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:20--&amp;gt;&lt;br /&gt;
You can use the command {{ic|flatpak search}} to search for available Flatpaks.  For example, if you wanted to install VLC here is what it might look like:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=flatpak search vlc}}&lt;br /&gt;
 Name                                                Description                                                                Application ID                               Version              Branch               Remotes&lt;br /&gt;
 MakeMKV plugin for VLC                              Provides MakeMKV features for direct Blu-ray playback in VLC.              org.videolan.VLC.Plugin.makemkv                                   3-18.08              flathub&lt;br /&gt;
 Bluray Java menus (BDJ) plugin for VLC              Provides Bluray Java menus (BDJ) support in VLC.                           org.videolan.VLC.Plugin.bdj                                       3-18.08              flathub&lt;br /&gt;
 VLC                                                 VLC media player, the open-source multimedia player                        org.videolan.VLC                                                  stable               flathub&lt;br /&gt;
 FDK-AAC Encoding Plugin for VLC                     Provides better AAC encoding and HE profiles support.                      org.videolan.VLC.Plugin.fdkaac                                    3-1.6                flathub&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:21--&amp;gt;&lt;br /&gt;
From this output we can see that VLC and some related applications via Flatpak.  To install VLC, we would use it&amp;#039;s &amp;quot;Application ID&amp;quot;, shown above with the command&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=flatpak install org.videolan.VLC}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:22--&amp;gt;&lt;br /&gt;
This will install the application as well as any required run-times.  Once the application is installed you should be able to run it from your menu as you would with any application.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Sub 2 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:23--&amp;gt; Displaying Detailed Flatpak Information&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:24--&amp;gt;&lt;br /&gt;
You can get more details about a specific Flatpak using the command {{ic|flatpak info}}.  For example:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=flatpak info org.videolan.VLC}}&lt;br /&gt;
&lt;br /&gt;
 VLC - VLC media player, the open-source multimedia player   &lt;br /&gt;
           ID: org.videolan.VLC&lt;br /&gt;
          Ref: app/org.videolan.VLC/x86_64/stable&lt;br /&gt;
         Arch: x86_64&lt;br /&gt;
       Branch: stable&lt;br /&gt;
      License: GPL-2.0+&lt;br /&gt;
       Origin: flathub&lt;br /&gt;
   Collection: org.flathub.Stable&lt;br /&gt;
 Installation: system&lt;br /&gt;
    Installed: 81.4 MB&lt;br /&gt;
      Runtime: org.kde.Platform/x86_64/5.12&lt;br /&gt;
          Sdk: org.kde.Sdk/x86_64/5.12 &lt;br /&gt;
       Commit: 87a8e23cefe6c3f4962d303d3724db399872e68379a52b7553089f5540c9a883&lt;br /&gt;
       Parent: 8f0c0e0bd79bfeb8748bb53e8476ee1f2deffc0e131ea5fb2890505e449df8a2&lt;br /&gt;
      Subject: Update shared-modules for udev (d3f66ebc)&lt;br /&gt;
         Date: 2019-05-06 13:30:44 +0000&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Sub 3 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; Getting installed Flatpaks&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:26--&amp;gt;&lt;br /&gt;
To show a list of all the Flatpaks and run-times that are currently installed you can use the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=flatpak list}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Sub 4 --&amp;gt;&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; Updating Flatpaks&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:28--&amp;gt;&lt;br /&gt;
Updating your collection of Flatpaks is a simple process.  Simply run the command:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=flatpak upgrade}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Sub 5 --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; Removing Flatpaks&amp;lt;/translate&amp;gt;|&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:30--&amp;gt;&lt;br /&gt;
You can remove Flatpaks with the command {{ic|flatpak uninstall}}.  For example:&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=flatpak uninstall org.videolan.VLC}}&lt;br /&gt;
|4=1}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; Removing Flatpak Support&amp;lt;/translate&amp;gt;|2=&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:32--&amp;gt;&lt;br /&gt;
If you no longer wish to have support for the Flatpack in your system you can remove it from the system by simply removing the package {{ic|flatpak}} with your favorite package manager or with the command&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=pamac remove flatpak}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:33--&amp;gt;&lt;br /&gt;
To also remove any installed Flatpaks you need to remove the directories containing them. These are {{ic|/var/lib/flatpak}} and {{ic|~/.local/share/flatpak}}.  For example, you could use the command&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
{{UserCmd|command=sudo rm -r /var/lib/flatpak}}&lt;br /&gt;
{{UserCmd|command=rm -r ~/.local/share/flatpak}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Software Management{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/nl&amp;diff=28489</id>
		<title>Main Page/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/nl&amp;diff=28489"/>
		<updated>2021-09-11T14:07:14Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Wat is er nieuw - De laatste aanpassingen|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Er staan staan &amp;#039;&amp;#039;&amp;#039;{{NUMBEROFARTICLES}}&amp;#039;&amp;#039;&amp;#039; artikelen op jouw te wachten }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Inhoudsopgave|&lt;br /&gt;
2=Alle wiki handleidingen en naslagwerken staan  [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} hier].|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Beginnen|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Overzicht|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro|Manjaro Overview]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;verschillende artikelen om jouw vragen te beantwoorden&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Using Manjaro for Beginners|Manjaro voor beginners]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Nieuw bij Manjaro? Bekijk hier een overzicht! &amp;#039;&amp;#039;&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online en Ondersteuning|&lt;br /&gt;
&amp;#039;&amp;#039;[[Manjaro Online|Manjaro Online]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Onze Forum, Twitter, Reddit, and Facebook accounts.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[https://t.me/manjaro_official Manjaro Telegram]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Extra support voor Manjaro users.&amp;#039;&amp;#039;&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Haal Manjaro op|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Download Manjaro|Download Manjaro]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Waar vind je de laatste en beste Manjaro releases.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Check a Downloaded ISO Image For Errors|Controleer een ISA bestand op fouten]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Controleer je download op fouten in Linux en Windows.&amp;#039;&amp;#039;&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installatie|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Burn an ISO File|Brand een ISO bestand]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Zet Manjaro op een CD/DVD of USB stick in Linux and Windows.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Installation Guides|Installeer Manjaro]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;installatie en partitionering handleiding voor beginners en gevorderden.&amp;#039;&amp;#039;&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Maatwerk en Configuratie|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Boot / Opstarten|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[BIOS and UEFI|BIOS en UEFI]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hoe zet je virtualisatie aan, draai Manjaro op Windows 10 systems, en meer!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Display Managers / Login Screens|Display Managers / Login Screens]]&amp;#039;&amp;#039;&amp;#039;    &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;installeer , configureer, of negeer MDM, GDM, SDDM, LXDM, and SLiM.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Fstab - Use SystemD automount|Fstab - Gebruik SystemD automount]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;SystemD en /etc/fstab opties voor het mounten van devices.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Maak GRUB, opstart, en afsluit fonts groter]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Vergrootten van de letters tijdens opstarten afsluiten en in het GRUB menu.&amp;#039;&amp;#039;&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs / WMs|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Basic Tips for conky|Conky - Basic Tips]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Conky kan heel veel gegevens over je computer op je desktop laten zien. &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Desktop Environments|Desktop Environments en Window Managers]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Installeer populaire desktops en configureer desktop specifieke instellingen&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Set all Qt app&amp;#039;s to use GTK+ font &amp;amp; theme settings| Stel alle Qt-apps in om GTK+-lettertype- en thema-instellingen te gebruiken]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Zorg dat QT applicaties hetzelfde thema gebruiken als GTK+ DE/WM thema&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Alle Java-apps instellen om GTK+-lettertype- en thema-instellingen te gebruiken]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Zorg dat java applicaties het GTK+ DE/WM thema volgen&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Software Beheren|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Repositories and Servers|Repositories and Servers]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Pas repositories aan en vindt de snelste mirrors.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Pacman|Pacman]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Instructies in het gebruik van de &amp;#039;&amp;#039;&amp;#039;Pac&amp;#039;&amp;#039;&amp;#039;kage &amp;#039;&amp;#039;&amp;#039;Man&amp;#039;&amp;#039;&amp;#039;ager en meer.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Graphical Software Managers|Grafische software beheerd programma&amp;#039;s]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Er zijn meerdere gebruiksvriendelijke software managers beschikbaar.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Arch User Repository|Arch User Repository]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Meer over het waarom en gebruik van de AUR.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Flatpak|Flatpak]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Breid jouw applicatie bibliotheek uit met flatpacks &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Snap|Snap]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Installeren en beheer Snaps op Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Software Applications|Software Applicaties]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Een collectie van tips en configuratie instellingen voor veel applicaties.&amp;#039;&amp;#039;&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Hardware / MSM|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro Settings Manager|Manjaro Settings Manager]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;MSM kan uw taal, gebruikersaccount, kernel, tijd en datum, grafische kaartstuurprogramma&amp;#039;s en meer instellen&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro Hardware Detection|Manjaro Hardware Detection]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Kernels and Drivers.(mhwd)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Configure Graphics Cards|Configureer Grafische Kaarten]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Bekijk, installeer, verwijder of herinstalleer GPU drivers en veel meer.&lt;br /&gt;
&lt;br /&gt;
Energie beheer&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Got the power? No? Then optimise it!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Printing|Printen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Zet printen aan en voeg printers toe&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Wacom Tablet And Pen|Wacom Tablet en Pen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Tablets en pennen configureren&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro-ARM|Manjaro-ARM]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Specifiek tips voor ARM systemen&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Netwerk / Internet|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Internet Browsers|Internet Browsers]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Beveiliging, Maatwerk en Configuratie&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Firewalls|Firewalls en Beveiliging]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Firewalls en Beveiliging in Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Sync dynamic IP with openDNS service via ddclient|Synchroniseer dynamisch IP met openDNS-service via ddclient]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Oplossing voor het updaten van dynamische IP voor de openDNS service&lt;br /&gt;
&lt;br /&gt;
Toetsenbord en Muis delen &lt;br /&gt;
&lt;br /&gt;
Gebruik een muis en toetsenbord met meerdere machines en besturingssystemen.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Networking|Networking]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Netwerk beheer&lt;br /&gt;
&lt;br /&gt;
Gebruik Samba met de verkenner &lt;br /&gt;
&lt;br /&gt;
Samba configureren in een netwerk&lt;br /&gt;
&lt;br /&gt;
Bestanden delen met Python &lt;br /&gt;
&lt;br /&gt;
Gebruik de ingebouwde netwerk deel opties van python om bestanden te delen&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Using autofs (automount) with NFS|Het gebruik van autofs (automount) met NFS]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Een van de vele manieren om gedeelden mappen te koppelen&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Systeem / Diversen|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro Polkit Rules|Manjaro Polkit Regels]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
De geïmplementeerde policykity regels door Manjaro&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Add a Storage Partition &amp;amp; Modify your System to Suit|Voeg een opslagpartitie toe en pas uw systeem aan om deze te gebruiken]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hoe een partitie te verkleinen en toe te voegen en Manjaro te laten weten waar en wat het is.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Aliases in .bashrc|Aliases in .bashrc]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Snelkoppelingen voor uw terminal.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Developer Tools|Gereedschap voor ontwikkelaars]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Set tools die worden gebruikt door Manjaro-ontwikkelaars en geavanceerde gebruikers.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[File Systems|Bestandssystemen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Informatie over verschillende bestandssystemen, hoe ze werken en hoe ze te gebruiken.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Swap|Swap configureren]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Alles over swap&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Limit the size of .log files &amp;amp; the journal|Beheer van het Systemd Journal en .log-bestanden]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Beheer Systemd&amp;#039;s Journal &amp;amp; syslog-ng&amp;#039;s /var/log/*log files.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Linux Security|Linux Beveiliging]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Informatie over root- en superuser-wachtwoorden.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[How to mount Windows (NTFS) filesystem due to hibernation|Hoe het Windows (NTFS)-bestandssysteem te koppelen rekening houdend met de slaapstand]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Oplossingen &amp;amp; workarounds voor verschillende Windows-versies.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Keyboard_Shortcuts|Keyboard Snelkoppelingen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Stel aangepaste toetsenbordbindingen in.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Viewing and editing configuration files|Configuratiebestanden bekijken en bewerken]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hoe u bestanden in elke Manjaro-editie kunt bekijken en bewerken.&amp;#039;&amp;#039;&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Probleemoplossen|&lt;br /&gt;
{{SubContentTemplate|Boot / Opstarten|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Herstel de GRUB Bootloader]]&lt;br /&gt;
&lt;br /&gt;
:  &amp;#039;&amp;#039;Kun je Manjaro niet opstarten? Je kunt mogelijk repareren in plaats van opnieuw installeren!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Preserve Manjaro Bootloader|Bescherm de Manjaro Bootloader]]&lt;br /&gt;
&lt;br /&gt;
:  &amp;#039;&amp;#039;Voorkom dat Manjaro&amp;#039;s GRUB wordt overschreven.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Kernel Fails to Load / &amp;quot;Unable to Find Device&amp;quot; Error]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Oplossing voor een probleem dat bepaalde computers treft die JMicron-chips gebruiken.&amp;#039;&amp;#039;&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureaublad|&lt;br /&gt;
* [[Various screen tearing fixes|Verschillende screen tearing oplossingen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hopelijk lost een van deze tips uw probleem met het scheuren van het scherm op.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Een oplossing voor de &amp;quot;geen locale support&amp;quot;-fout in dmenu.&amp;#039;&amp;#039;&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Software Management|&lt;br /&gt;
* [[pacman troubleshooting|Veel voorkomende problemen en Pacman probleem oplossingen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|&amp;quot;GPGME_error:_No_data&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|&amp;quot;Unable to lock database&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|&amp;quot;Invalid or corrupted package&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|&amp;quot;Configuration file...not recognized&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|&amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Hardware|&lt;br /&gt;
* [[Reactivating the Backlight|Schermhelderheid is te donker of te zwak]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;De oplossing voor een probleem dat vooral sommige merken laptops treft&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Heeft X.server uw monitor correct herkend?]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Een snelle test in de Terminal&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Veelvoorkomende problemen met ALSA oplossen&amp;#039;&amp;#039;.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Meer|&lt;br /&gt;
{{SubContentTemplate|Help|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User&amp;#039;s Guide]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Volledige gebruikershandleiding over elk aspect van het auteurschap en onderhoud van Wiki.&amp;#039;&amp;#039; &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Anderen|&lt;br /&gt;
* [[Basic Submission Rules|Basis Regels voor Indienen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;How to create an account, and the dos and do-nots for Wiki contributors.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Bijdragen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Het startpunt voor degenen die willen bijdragen aan de wiki.&amp;#039;&amp;#039;&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/314/nl&amp;diff=28488</id>
		<title>Translations:Main Page/314/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/314/nl&amp;diff=28488"/>
		<updated>2021-09-11T14:07:13Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* &amp;#039;&amp;#039;&amp;#039;[[Firewalls|Firewalls en Beveiliging]]&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Main_Page/nl&amp;diff=28487</id>
		<title>Main Page/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Main_Page/nl&amp;diff=28487"/>
		<updated>2021-09-11T14:06:51Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--Manjaro Logo--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Main page logo.png|center|300px]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{FlexBoxTemplate|Wat is er nieuw - De laatste aanpassingen|{{Special:RecentChanges/days=100,limit=12,hidebots}}|Er staan staan &amp;#039;&amp;#039;&amp;#039;{{NUMBEROFARTICLES}}&amp;#039;&amp;#039;&amp;#039; artikelen op jouw te wachten }}|&lt;br /&gt;
&lt;br /&gt;
__TOC__|&lt;br /&gt;
9|&lt;br /&gt;
1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--========================================================================================--&amp;gt;&lt;br /&gt;
{{SectionTemplate|&lt;br /&gt;
1=Inhoudsopgave|&lt;br /&gt;
2=Alle wiki handleidingen en naslagwerken staan  [https://wiki.manjaro.org/index.php?title=Category:Contents_Page{{#translation:}} hier].|&lt;br /&gt;
3=Gtk-dialog-info.png&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECTIONS --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Beginnen|&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Overzicht|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro|Manjaro Overview]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;verschillende artikelen om jouw vragen te beantwoorden&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Using Manjaro for Beginners|Manjaro voor beginners]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Nieuw bij Manjaro? Bekijk hier een overzicht! &amp;#039;&amp;#039;&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Online en Ondersteuning|&lt;br /&gt;
&amp;#039;&amp;#039;[[Manjaro Online|Manjaro Online]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Onze Forum, Twitter, Reddit, and Facebook accounts.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[https://t.me/manjaro_official Manjaro Telegram]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Extra support voor Manjaro users.&amp;#039;&amp;#039;&lt;br /&gt;
|Dragon-ball-online-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Haal Manjaro op|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Download Manjaro|Download Manjaro]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Waar vind je de laatste en beste Manjaro releases.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Check a Downloaded ISO Image For Errors|Controleer een ISA bestand op fouten]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Controleer je download op fouten in Linux en Windows.&amp;#039;&amp;#039;&lt;br /&gt;
|Emblem-downloads.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Installatie|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Burn an ISO File|Brand een ISO bestand]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Zet Manjaro op een CD/DVD of USB stick in Linux and Windows.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Installation Guides|Installeer Manjaro]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;installatie en partitionering handleiding voor beginners en gevorderden.&amp;#039;&amp;#039;&lt;br /&gt;
|System-os-installer.png}}|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Maatwerk en Configuratie|&lt;br /&gt;
&amp;lt;!-- First --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Boot / Opstarten|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[BIOS and UEFI|BIOS en UEFI]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hoe zet je virtualisatie aan, draai Manjaro op Windows 10 systems, en meer!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Display Managers / Login Screens|Display Managers / Login Screens]]&amp;#039;&amp;#039;&amp;#039;    &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;installeer , configureer, of negeer MDM, GDM, SDDM, LXDM, and SLiM.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Fstab - Use SystemD automount|Fstab - Gebruik SystemD automount]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;SystemD en /etc/fstab opties voor het mounten van devices.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Make GRUB menu &amp;amp; boot-up/down fonts bigger|Maak GRUB, opstart, en afsluit fonts groter]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Vergrootten van de letters tijdens opstarten afsluiten en in het GRUB menu.&amp;#039;&amp;#039;&lt;br /&gt;
|System-shutdown.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|DEs / WMs|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Basic Tips for conky|Conky - Basic Tips]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Conky kan heel veel gegevens over je computer op je desktop laten zien. &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Desktop Environments|Desktop Environments en Window Managers]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Installeer populaire desktops en configureer desktop specifieke instellingen&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Set all Qt app&amp;#039;s to use GTK+ font &amp;amp; theme settings| Stel alle Qt-apps in om GTK+-lettertype- en thema-instellingen te gebruiken]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Zorg dat QT applicaties hetzelfde thema gebruiken als GTK+ DE/WM thema&amp;#039;s&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Set all Java apps to use GTK+ font &amp;amp; theme settings|Alle Java-apps instellen om GTK+-lettertype- en thema-instellingen te gebruiken]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Zorg dat java applicaties het GTK+ DE/WM thema volgen&lt;br /&gt;
|Preferences-desktop-theme-global.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Software Beheren|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Repositories and Servers|Repositories and Servers]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Pas repositories aan en vindt de snelste mirrors.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Pacman|Pacman]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Instructies in het gebruik van de &amp;#039;&amp;#039;&amp;#039;Pac&amp;#039;&amp;#039;&amp;#039;kage &amp;#039;&amp;#039;&amp;#039;Man&amp;#039;&amp;#039;&amp;#039;ager en meer.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Graphical Software Managers|Grafische software beheerd programma&amp;#039;s]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Er zijn meerdere gebruiksvriendelijke software managers beschikbaar.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Arch User Repository|Arch User Repository]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Meer over het waarom en gebruik van de AUR.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Flatpak|Flatpak]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Breid jouw applicatie bibliotheek uit met flatpacks &amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Snap|Snap]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Installeren en beheer Snaps op Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Software Applications|Software Applicaties]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Een collectie van tips en configuratie instellingen voor veel applicaties.&amp;#039;&amp;#039;&lt;br /&gt;
|X-content-unix-software.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Hardware / MSM|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro Settings Manager|Manjaro Settings Manager]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;MSM kan uw taal, gebruikersaccount, kernel, tijd en datum, grafische kaartstuurprogramma&amp;#039;s en meer instellen&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro Hardware Detection|Manjaro Hardware Detection]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Kernels and Drivers.(mhwd)&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Configure Graphics Cards|Configureer Grafische Kaarten]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Bekijk, installeer, verwijder of herinstalleer GPU drivers en veel meer.&lt;br /&gt;
&lt;br /&gt;
Energie beheer&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Got the power? No? Then optimise it!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Printing|Printen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Zet printen aan en voeg printers toe&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Wacom Tablet And Pen|Wacom Tablet en Pen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Tablets en pennen configureren&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro-ARM|Manjaro-ARM]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Specifiek tips voor ARM systemen&lt;br /&gt;
|Kali-hardware-hacking-trans.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fifth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Netwerk / Internet|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Internet Browsers|Internet Browsers]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Beveiliging, Maatwerk en Configuratie&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Firewalls|Firewalls]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Firewalls en Beveiliging in Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Sync dynamic IP with openDNS service via ddclient|Synchroniseer dynamisch IP met openDNS-service via ddclient]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Oplossing voor het updaten van dynamische IP voor de openDNS service&lt;br /&gt;
&lt;br /&gt;
Toetsenbord en Muis delen &lt;br /&gt;
&lt;br /&gt;
Gebruik een muis en toetsenbord met meerdere machines en besturingssystemen.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Networking|Networking]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Netwerk beheer&lt;br /&gt;
&lt;br /&gt;
Gebruik Samba met de verkenner &lt;br /&gt;
&lt;br /&gt;
Samba configureren in een netwerk&lt;br /&gt;
&lt;br /&gt;
Bestanden delen met Python &lt;br /&gt;
&lt;br /&gt;
Gebruik de ingebouwde netwerk deel opties van python om bestanden te delen&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Using autofs (automount) with NFS|Het gebruik van autofs (automount) met NFS]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
Een van de vele manieren om gedeelden mappen te koppelen&lt;br /&gt;
|Preferences-system-network.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- sixth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Systeem / Diversen|&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Manjaro Polkit Rules|Manjaro Polkit Regels]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
De geïmplementeerde policykity regels door Manjaro&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Add a Storage Partition &amp;amp; Modify your System to Suit|Voeg een opslagpartitie toe en pas uw systeem aan om deze te gebruiken]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hoe een partitie te verkleinen en toe te voegen en Manjaro te laten weten waar en wat het is.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Aliases in .bashrc|Aliases in .bashrc]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Snelkoppelingen voor uw terminal.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Developer Tools|Gereedschap voor ontwikkelaars]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Set tools die worden gebruikt door Manjaro-ontwikkelaars en geavanceerde gebruikers.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[File Systems|Bestandssystemen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Informatie over verschillende bestandssystemen, hoe ze werken en hoe ze te gebruiken.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Swap|Swap configureren]]&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Alles over swap&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Limit the size of .log files &amp;amp; the journal|Beheer van het Systemd Journal en .log-bestanden]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Beheer Systemd&amp;#039;s Journal &amp;amp; syslog-ng&amp;#039;s /var/log/*log files.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Linux Security|Linux Beveiliging]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Informatie over root- en superuser-wachtwoorden.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[How to mount Windows (NTFS) filesystem due to hibernation|Hoe het Windows (NTFS)-bestandssysteem te koppelen rekening houdend met de slaapstand]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Oplossingen &amp;amp; workarounds voor verschillende Windows-versies.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Keyboard_Shortcuts|Keyboard Snelkoppelingen]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Stel aangepaste toetsenbordbindingen in.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[Viewing and editing configuration files|Configuratiebestanden bekijken en bewerken]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hoe u bestanden in elke Manjaro-editie kunt bekijken en bewerken.&amp;#039;&amp;#039;&lt;br /&gt;
|Xfce4-settings.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Probleemoplossen|&lt;br /&gt;
{{SubContentTemplate|Boot / Opstarten|&lt;br /&gt;
* [[Restore the GRUB Bootloader|Herstel de GRUB Bootloader]]&lt;br /&gt;
&lt;br /&gt;
:  &amp;#039;&amp;#039;Kun je Manjaro niet opstarten? Je kunt mogelijk repareren in plaats van opnieuw installeren!&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Preserve Manjaro Bootloader|Bescherm de Manjaro Bootloader]]&lt;br /&gt;
&lt;br /&gt;
:  &amp;#039;&amp;#039;Voorkom dat Manjaro&amp;#039;s GRUB wordt overschreven.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Kernel Fails to Load (pata_acpi error)|Kernel Fails to Load / &amp;quot;Unable to Find Device&amp;quot; Error]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Oplossing voor een probleem dat bepaalde computers treft die JMicron-chips gebruiken.&amp;#039;&amp;#039;&lt;br /&gt;
|Breeze-settings.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Bureaublad|&lt;br /&gt;
* [[Various screen tearing fixes|Verschillende screen tearing oplossingen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Hopelijk lost een van deze tips uw probleem met het scheuren van het scherm op.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[DMenu - warning: no locale support|DMenu - warning: no locale support]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Een oplossing voor de &amp;quot;geen locale support&amp;quot;-fout in dmenu.&amp;#039;&amp;#039;&lt;br /&gt;
|Preferences-desktop-theme-applications.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Third --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Software Management|&lt;br /&gt;
* [[pacman troubleshooting|Veel voorkomende problemen en Pacman probleem oplossingen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#&amp;quot;GPGME_error:_No_data&amp;quot; Error|&amp;quot;GPGME_error:_No_data&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#&amp;quot;Unable to lock database&amp;quot; Error|&amp;quot;Unable to lock database&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#&amp;quot;Failed to commit transaction (invalid or corrupted package)&amp;quot; Error|&amp;quot;Invalid or corrupted package&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman_troubleshooting#&amp;quot;Configuration_file...not recognized&amp;quot; Error|&amp;quot;Configuration file...not recognized&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;[[pacman troubleshooting#Conflicting files - FILENAME exists in filesystem|&amp;quot;Conflicting files - FILENAME exists in filesystem&amp;quot; Error]]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
|X-system-software-sources.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- fourth --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Hardware|&lt;br /&gt;
* [[Reactivating the Backlight|Schermhelderheid is te donker of te zwak]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;De oplossing voor een probleem dat vooral sommige merken laptops treft&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* [[Did X.server recognise your monitor correctly?|Heeft X.server uw monitor correct herkend?]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Een snelle test in de Terminal&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* [[ALSA|Advanced Linux Sound Architecture (ALSA)]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Veelvoorkomende problemen met ALSA oplossen&amp;#039;&amp;#039;.&lt;br /&gt;
|Yast-hardware.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ANOTHER SECTION --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{FlexBoxTemplate|Meer|&lt;br /&gt;
{{SubContentTemplate|Help|&lt;br /&gt;
* [//www.mediawiki.org/wiki/Help:Contents User&amp;#039;s Guide]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Volledige gebruikershandleiding over elk aspect van het auteurschap en onderhoud van Wiki.&amp;#039;&amp;#039; &lt;br /&gt;
|Application-vnd.ms-htmlhelp.png}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Second --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{SubContentTemplate|Anderen|&lt;br /&gt;
* [[Basic Submission Rules|Basis Regels voor Indienen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;How to create an account, and the dos and do-nots for Wiki contributors.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* [[Contributing|Bijdragen]]&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;Het startpunt voor degenen die willen bijdragen aan de wiki.&amp;#039;&amp;#039;&lt;br /&gt;
|Caffeine.png}}&lt;br /&gt;
|4=flex&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- to early now [[Category:Top level{{#translation:}}]] --&amp;gt;&lt;br /&gt;
[[Category:Top level{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Main_Page/315/nl&amp;diff=28486</id>
		<title>Translations:Main Page/315/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Main_Page/315/nl&amp;diff=28486"/>
		<updated>2021-09-11T14:06:51Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;: &amp;#039;&amp;#039;Firewalls en Beveiliging in Manjaro&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28463</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28463"/>
		<updated>2021-09-11T12:32:51Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;* Eén gigabyte (GB) geheugen * Dertig gigabyte (GB) ruimte op de harde schijf * Een processor van één gigahertz (Ghz) * Een high definition (HD) grafische kaart en monitor...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|De laatste Test-builds|&lt;br /&gt;
De nieuwste testversies van Manjaro zijn verkrijgbaar bij [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Aanbevolen systeemvereisten|&lt;br /&gt;
Er zijn &amp;#039;&amp;#039;Aanbevolen&amp;#039;&amp;#039; in plaats van &amp;#039;&amp;#039;minimale&amp;#039;&amp;#039; systeemvereisten gegeven om ervoor te zorgen dat u het meeste uit uw Manjaro-systeem haalt. Hoewel veel distributies de absolute minimumspecificaties vermelden die nodig zijn om te draaien, zou het geen bijzonder leuke of nuttige ervaring zijn om ze daadwerkelijk te gebruiken! Als zodanig wordt aanbevolen om ten minste te beschikken over:&lt;br /&gt;
&lt;br /&gt;
* Eén gigabyte (GB) geheugen&lt;br /&gt;
* Dertig gigabyte (GB) ruimte op de harde schijf&lt;br /&gt;
* Een processor van één gigahertz (Ghz)&lt;br /&gt;
* Een high definition (HD) grafische kaart en monitor&lt;br /&gt;
* Een breedbandinternetverbinding&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/20/nl&amp;diff=28462</id>
		<title>Translations:About Manjaro/20/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/20/nl&amp;diff=28462"/>
		<updated>2021-09-11T12:32:50Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;* Eén gigabyte (GB) geheugen * Dertig gigabyte (GB) ruimte op de harde schijf * Een processor van één gigahertz (Ghz) * Een high definition (HD) grafische kaart en monitor...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Eén gigabyte (GB) geheugen&lt;br /&gt;
* Dertig gigabyte (GB) ruimte op de harde schijf&lt;br /&gt;
* Een processor van één gigahertz (Ghz)&lt;br /&gt;
* Een high definition (HD) grafische kaart en monitor&lt;br /&gt;
* Een breedbandinternetverbinding&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28461</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28461"/>
		<updated>2021-09-11T12:32:28Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Er zijn &amp;#039;&amp;#039;Aanbevolen&amp;#039;&amp;#039; in plaats van &amp;#039;&amp;#039;minimale&amp;#039;&amp;#039; systeemvereisten gegeven om ervoor te zorgen dat u het meeste uit uw Manjaro-systeem haalt. Hoewel veel distributies de absol...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|De laatste Test-builds|&lt;br /&gt;
De nieuwste testversies van Manjaro zijn verkrijgbaar bij [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Aanbevolen systeemvereisten|&lt;br /&gt;
Er zijn &amp;#039;&amp;#039;Aanbevolen&amp;#039;&amp;#039; in plaats van &amp;#039;&amp;#039;minimale&amp;#039;&amp;#039; systeemvereisten gegeven om ervoor te zorgen dat u het meeste uit uw Manjaro-systeem haalt. Hoewel veel distributies de absolute minimumspecificaties vermelden die nodig zijn om te draaien, zou het geen bijzonder leuke of nuttige ervaring zijn om ze daadwerkelijk te gebruiken! Als zodanig wordt aanbevolen om ten minste te beschikken over:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/19/nl&amp;diff=28460</id>
		<title>Translations:About Manjaro/19/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/19/nl&amp;diff=28460"/>
		<updated>2021-09-11T12:32:26Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Er zijn &amp;#039;&amp;#039;Aanbevolen&amp;#039;&amp;#039; in plaats van &amp;#039;&amp;#039;minimale&amp;#039;&amp;#039; systeemvereisten gegeven om ervoor te zorgen dat u het meeste uit uw Manjaro-systeem haalt. Hoewel veel distributies de absol...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Er zijn &amp;#039;&amp;#039;Aanbevolen&amp;#039;&amp;#039; in plaats van &amp;#039;&amp;#039;minimale&amp;#039;&amp;#039; systeemvereisten gegeven om ervoor te zorgen dat u het meeste uit uw Manjaro-systeem haalt. Hoewel veel distributies de absolute minimumspecificaties vermelden die nodig zijn om te draaien, zou het geen bijzonder leuke of nuttige ervaring zijn om ze daadwerkelijk te gebruiken! Als zodanig wordt aanbevolen om ten minste te beschikken over:&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28459</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28459"/>
		<updated>2021-09-11T12:32:01Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Aanbevolen systeemvereisten&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|De laatste Test-builds|&lt;br /&gt;
De nieuwste testversies van Manjaro zijn verkrijgbaar bij [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Aanbevolen systeemvereisten|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/18/nl&amp;diff=28458</id>
		<title>Translations:About Manjaro/18/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/18/nl&amp;diff=28458"/>
		<updated>2021-09-11T12:32:01Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Aanbevolen systeemvereisten&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Aanbevolen systeemvereisten&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28457</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28457"/>
		<updated>2021-09-11T12:31:47Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De nieuwste testversies van Manjaro zijn verkrijgbaar bij [$link7 OSDN]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|De laatste Test-builds|&lt;br /&gt;
De nieuwste testversies van Manjaro zijn verkrijgbaar bij [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/17/nl&amp;diff=28456</id>
		<title>Translations:About Manjaro/17/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/17/nl&amp;diff=28456"/>
		<updated>2021-09-11T12:31:46Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De nieuwste testversies van Manjaro zijn verkrijgbaar bij [$link7 OSDN]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;De nieuwste testversies van Manjaro zijn verkrijgbaar bij [$link7 OSDN]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28455</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28455"/>
		<updated>2021-09-11T12:31:33Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De laatste Test-builds&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|De laatste Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/16/nl&amp;diff=28454</id>
		<title>Translations:About Manjaro/16/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/16/nl&amp;diff=28454"/>
		<updated>2021-09-11T12:31:32Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De laatste Test-builds&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;De laatste Test-builds&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28453</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28453"/>
		<updated>2021-09-11T12:31:28Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/15/nl&amp;diff=28452</id>
		<title>Translations:About Manjaro/15/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/15/nl&amp;diff=28452"/>
		<updated>2021-09-11T12:31:22Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Community-edities verschillen van officiële releases in die zin dat ze niet onderhevig zijn aan dezelfde releaseschema&amp;#039;s en alleen worden ontwikkeld als de tijd en middelen beschikbaar zijn.&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28451</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28451"/>
		<updated>2021-09-11T12:31:04Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Officiële aankondigingen kunnen worden bekeken op [$link6 Manjaro News].&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Officiële aankondigingen kunnen worden bekeken op [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/14/nl&amp;diff=28450</id>
		<title>Translations:About Manjaro/14/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/14/nl&amp;diff=28450"/>
		<updated>2021-09-11T12:31:02Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Officiële aankondigingen kunnen worden bekeken op [$link6 Manjaro News].&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Officiële aankondigingen kunnen worden bekeken op [$link6 Manjaro News].&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28449</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28449"/>
		<updated>2021-09-11T12:30:53Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De nieuwste stabiele en community-releases zijn verkrijgbaar bij [$link5 Manjaro]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
De nieuwste stabiele en community-releases zijn verkrijgbaar bij [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Official announcements can be viewed at [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/13/nl&amp;diff=28448</id>
		<title>Translations:About Manjaro/13/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/13/nl&amp;diff=28448"/>
		<updated>2021-09-11T12:30:47Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De nieuwste stabiele en community-releases zijn verkrijgbaar bij [$link5 Manjaro]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;De nieuwste stabiele en community-releases zijn verkrijgbaar bij [$link5 Manjaro]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28447</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28447"/>
		<updated>2021-09-11T12:30:42Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Laatste stabiele releases&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Laatste stabiele releases|&lt;br /&gt;
The latest stable and community releases are available from [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Official announcements can be viewed at [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/12/nl&amp;diff=28446</id>
		<title>Translations:About Manjaro/12/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/12/nl&amp;diff=28446"/>
		<updated>2021-09-11T12:30:31Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Laatste stabiele releases&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Laatste stabiele releases&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28445</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28445"/>
		<updated>2021-09-11T12:30:23Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces * &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten) * &amp;#039;&amp;#039;&amp;#039;Automatische inst...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Stable Releases|&lt;br /&gt;
The latest stable and community releases are available from [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Official announcements can be viewed at [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/11/nl&amp;diff=28444</id>
		<title>Translations:About Manjaro/11/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/11/nl&amp;diff=28444"/>
		<updated>2021-09-11T12:30:14Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces * &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten) * &amp;#039;&amp;#039;&amp;#039;Automatische inst...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Een vereenvoudigd, &amp;#039;&amp;#039;&amp;#039;gebruiksvriendelijk&amp;#039;&amp;#039;&amp;#039; installatieproces&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische detectie&amp;#039;&amp;#039;&amp;#039; van de hardware van uw computer (bijv. grafische kaarten)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatische installatie&amp;#039;&amp;#039;&amp;#039; van de benodigde software (bijv. grafische stuurprogramma&amp;#039;s) voor uw systeem&lt;br /&gt;
* Zijn eigen &amp;#039;&amp;#039;&amp;#039;speciale softwarebronnen&amp;#039;&amp;#039;&amp;#039; om de levering van volledig geteste en stabiele softwarepakketten te garanderen, en&lt;br /&gt;
* Ondersteuning voor de eenvoudige installatie en het gebruik van &amp;#039;&amp;#039;&amp;#039;[[$link4| meerdere kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28443</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28443"/>
		<updated>2021-09-11T12:29:37Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Manjaro beschikt echter over een paar eigen extra functies, waaronder:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;br /&gt;
&lt;br /&gt;
* A simplifed, &amp;#039;&amp;#039;&amp;#039;user-friendly&amp;#039;&amp;#039;&amp;#039; installation process &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatic detection&amp;#039;&amp;#039;&amp;#039; of your computer&amp;#039;s hardware (e.g. graphics cards)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatic installation&amp;#039;&amp;#039;&amp;#039; of the necessary software (e.g. graphics drivers) for your system&lt;br /&gt;
* Its own &amp;#039;&amp;#039;&amp;#039;dedicated software repositories&amp;#039;&amp;#039;&amp;#039; to ensure delivery of fully tested and stable software packages, and&lt;br /&gt;
* Support for the easy installation and use of &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| multiple kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Stable Releases|&lt;br /&gt;
The latest stable and community releases are available from [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Official announcements can be viewed at [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/10/nl&amp;diff=28442</id>
		<title>Translations:About Manjaro/10/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/10/nl&amp;diff=28442"/>
		<updated>2021-09-11T12:29:19Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Manjaro beschikt echter over een paar eigen extra functies, waaronder:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Manjaro beschikt echter over een paar eigen extra functies, waaronder:&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28441</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28441"/>
		<updated>2021-09-11T12:29:12Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Manjaro deelt veel van dezelfde functies als Arch, waaronder: * Snelheid, kracht en efficiëntie * Toegang tot de allernieuwste geavanceerde software * Een &amp;#039;&amp;#039;&amp;#039;$link2|&amp;#039;rollin...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
However, Manjaro boasts a few extra features of its own, including:&lt;br /&gt;
&lt;br /&gt;
* A simplifed, &amp;#039;&amp;#039;&amp;#039;user-friendly&amp;#039;&amp;#039;&amp;#039; installation process &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatic detection&amp;#039;&amp;#039;&amp;#039; of your computer&amp;#039;s hardware (e.g. graphics cards)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatic installation&amp;#039;&amp;#039;&amp;#039; of the necessary software (e.g. graphics drivers) for your system&lt;br /&gt;
* Its own &amp;#039;&amp;#039;&amp;#039;dedicated software repositories&amp;#039;&amp;#039;&amp;#039; to ensure delivery of fully tested and stable software packages, and&lt;br /&gt;
* Support for the easy installation and use of &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| multiple kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Stable Releases|&lt;br /&gt;
The latest stable and community releases are available from [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Official announcements can be viewed at [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/9/nl&amp;diff=28440</id>
		<title>Translations:About Manjaro/9/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/9/nl&amp;diff=28440"/>
		<updated>2021-09-11T12:29:03Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Manjaro deelt veel van dezelfde functies als Arch, waaronder: * Snelheid, kracht en efficiëntie * Toegang tot de allernieuwste geavanceerde software * Een &amp;#039;&amp;#039;&amp;#039;$link2|&amp;#039;rollin...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Manjaro deelt veel van dezelfde functies als Arch, waaronder:&lt;br /&gt;
* Snelheid, kracht en efficiëntie&lt;br /&gt;
* Toegang tot de allernieuwste geavanceerde software&lt;br /&gt;
* Een &amp;#039;&amp;#039;&amp;#039;[[$link2|&amp;#039;rolling release&amp;#039; ontwikkelingsmodel]]&amp;#039;&amp;#039;&amp;#039; dat het meest up-to-date systeem mogelijk maakt zonder de noodzaak om nieuwe versies te installeren, en&lt;br /&gt;
* Toegang tot de &amp;#039;&amp;#039;&amp;#039;[[$link3|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28439</id>
		<title>About Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=About_Manjaro/nl&amp;diff=28439"/>
		<updated>2021-09-11T12:28:36Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Functies&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{FlexSideContainerTemplate|&lt;br /&gt;
{{Quote|Manjaro Linux richt zich tegelijkertijd op beginners en gevorderde gebruikers. We bieden tools en scripts voor gebruikersinterfaces om het leven gemakkelijker te maken. Manjaro ondersteunt NVIDIA&amp;#039;s Optimus-technologie uit de doos...|Philip Müller - Manjaro Ontwikkelaar}}|__TOC__|9|1}}&lt;br /&gt;
&amp;lt;!-- Start of content --&amp;gt;&lt;br /&gt;
{{SectionTemplate|Overzicht|&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Manjaro&amp;#039;&amp;#039;&amp;#039; is een gebruiksvriendelijke Linux-distributie gebaseerd op het onafhankelijk ontwikkelde [https://en.wikipedia.org/wiki/Arch_Linux Arch-besturingssysteem]. Binnen de Linux-gemeenschap staat Arch zelf bekend als een uitzonderlijk snelle, krachtige en lichtgewicht distributie die toegang biedt tot de allernieuwste geavanceerde - en baanbrekende - software. Arch is echter ook gericht op meer ervaren of technisch ingestelde gebruikers. Als zodanig wordt het algemeen beschouwd als buiten het bereik van degenen die niet over de technische expertise (of volharding) beschikken die nodig is om het te gebruiken. &lt;br /&gt;
&lt;br /&gt;
Manjaro is ontwikkeld in Oostenrijk, Frankrijk en Duitsland en biedt alle voordelen van het Arch-besturingssysteem gecombineerd met een focus op &amp;#039;&amp;#039;gebruiksvriendelijkheid&amp;#039;&amp;#039; en &amp;#039;&amp;#039;toegankelijkheid&amp;#039;&amp;#039;. Manjaro volgt Archlinux en biedt officieel alleen een 64-bits versie aan. Manjaro is geschikt voor zowel nieuwkomers als ervaren Linux-gebruikers. &amp;#039;&amp;#039;&amp;#039;Voor nieuwkomers&amp;#039;&amp;#039;&amp;#039; wordt een gebruiksvriendelijk installatieprogramma geleverd en het systeem zelf is ontworpen om volledig &amp;#039;direct uit de doos&amp;#039; te werken met functies zoals:&lt;br /&gt;
&lt;br /&gt;
* Voorgeïnstalleerde desktopomgevingen&lt;br /&gt;
* Voorgeïnstalleerd [[Special:MyLanguage/Graphical Software Managers|Graphical Software Managers]] om eenvoudig software te installeren en uw systeem bij te werken, en&lt;br /&gt;
* Voorgeïnstalleerde codecs om multimediabestanden af ​​te spelen&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Voor meer ervaren - en avontuurlijke - gebruikers&amp;#039;&amp;#039;&amp;#039; Manjaro biedt ook de configureerbaarheid en veelzijdigheid om in elk opzicht aangepast en gevormd te worden naar persoonlijke smaak en voorkeur. Manjaro Architect is zowel een CLI-installatieprogramma, beschikbaar naast het grafische installatieprogramma &amp;#039;&amp;#039;&amp;#039;en&amp;#039;&amp;#039;&amp;#039; een op CLI gebaseerde ISO die de mogelijkheid biedt om alle Manjaro-smaken te installeren en biedt niet-gearomatiseerde DE-installatie, bestandssysteemkeuzes en bootloader-keuze voor degenen die dat willen volledige vrijheid om hun systeem vorm te geven; vanaf een opdrachtregel bent u volledig vrij om uw eigen begroeters, desktops, hardwarestuurprogramma&amp;#039;s, softwaretoepassingen, enzovoort te kiezen!&lt;br /&gt;
|Manjaro.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Functies|&lt;br /&gt;
Manjaro shares many of the same features as Arch, including:&lt;br /&gt;
* Speed, power, and efficiency&lt;br /&gt;
* Access to the very latest cutting and bleeding edge software&lt;br /&gt;
* A &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/The_Rolling_Release_Development_Model|&amp;#039;rolling release&amp;#039; development model]]&amp;#039;&amp;#039;&amp;#039; that provides the most up-to-date system possible without the need to install new versions, and&lt;br /&gt;
* Access to the &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Arch_User_Repository|Arch User Repository (AUR)]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
However, Manjaro boasts a few extra features of its own, including:&lt;br /&gt;
&lt;br /&gt;
* A simplifed, &amp;#039;&amp;#039;&amp;#039;user-friendly&amp;#039;&amp;#039;&amp;#039; installation process &lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatic detection&amp;#039;&amp;#039;&amp;#039; of your computer&amp;#039;s hardware (e.g. graphics cards)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Automatic installation&amp;#039;&amp;#039;&amp;#039; of the necessary software (e.g. graphics drivers) for your system&lt;br /&gt;
* Its own &amp;#039;&amp;#039;&amp;#039;dedicated software repositories&amp;#039;&amp;#039;&amp;#039; to ensure delivery of fully tested and stable software packages, and&lt;br /&gt;
* Support for the easy installation and use of &amp;#039;&amp;#039;&amp;#039;[[Special:MyLanguage/Manjaro_Kernels| multiple kernels]].&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Stable Releases|&lt;br /&gt;
The latest stable and community releases are available from [https://manjaro.org/get-manjaro/ Manjaro]&lt;br /&gt;
&lt;br /&gt;
Official announcements can be viewed at [https://manjaro.org/news/ Manjaro News].&lt;br /&gt;
|Applications-featured.png}}&lt;br /&gt;
&lt;br /&gt;
{{Important|Community Editions differ from official releases insofar as they are not subject to the same release schedules, and will only be developed when the time and resources are available.}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Latest Test-builds|&lt;br /&gt;
The latest test-builds of Manjaro are available from [https://osdn.net/projects/manjaro/storage OSDN]&lt;br /&gt;
|Io.elementary.code.png}}&lt;br /&gt;
&lt;br /&gt;
{{SectionTemplate|Recommended System Requirements|&lt;br /&gt;
&amp;#039;&amp;#039;Recommended&amp;#039;&amp;#039; rather than &amp;#039;&amp;#039;minimum&amp;#039;&amp;#039; system requirements have been provided in order to ensure that you get the most out of your Manjaro system. Although many distributions will list the bare minimum specifications necessary to run, it wouldn&amp;#039;t be a particularly fun or useful experience to actually use them! As such, it is recommended to have at least:&lt;br /&gt;
&lt;br /&gt;
* One gigabyte (GB) of memory&lt;br /&gt;
* Thirty gigabytes (GB) of hard disk space&lt;br /&gt;
* A one gigahertz (Ghz) processor&lt;br /&gt;
* A high definition (HD) graphics card and monitor&lt;br /&gt;
* A broadband internet connection&lt;br /&gt;
|Cs-cat-hardware.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/8/nl&amp;diff=28438</id>
		<title>Translations:About Manjaro/8/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:About_Manjaro/8/nl&amp;diff=28438"/>
		<updated>2021-09-11T12:28:34Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Functies&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Functies&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28437</id>
		<title>Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28437"/>
		<updated>2021-09-11T12:28:27Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Waarom u Manjaro nooit opnieuw hoeft te installeren.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{SectionTemplate|1=Meer details|2={{FlexSideContainerTemplate|&lt;br /&gt;
* [[Special:MyLanguage/About Manjaro|Over Manjaro]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Leer meer over deze snelle, krachtige en gebruiksvriendelijke Linux-distributie.&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/Manjaro: A Different Kind of Beast|Manjaro: een ander soort beest]] &lt;br /&gt;
: &amp;#039;&amp;#039;De verschillen tussen Manjaro en Arch Linux&amp;#039;&amp;#039;|&lt;br /&gt;
* [[Special:MyLanguage/Manjaro FAQ|Manjaro FAQ]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Veel gestelde vragen over Linux en Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/The Rolling Release Development Model|Het Rolling Release-ontwikkelingsmodel]] &lt;br /&gt;
: &amp;#039;&amp;#039;Waarom u Manjaro nooit opnieuw hoeft te installeren.&amp;#039;&amp;#039;|1|1}}&lt;br /&gt;
|3=Cs-details.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Manjaro/18/nl&amp;diff=28436</id>
		<title>Translations:Manjaro/18/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Manjaro/18/nl&amp;diff=28436"/>
		<updated>2021-09-11T12:27:50Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Waarom u Manjaro nooit opnieuw hoeft te installeren.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Waarom u Manjaro nooit opnieuw hoeft te installeren.&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28435</id>
		<title>Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28435"/>
		<updated>2021-09-11T12:27:41Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{SectionTemplate|1=Meer details|2={{FlexSideContainerTemplate|&lt;br /&gt;
* [[Special:MyLanguage/About Manjaro|Over Manjaro]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Leer meer over deze snelle, krachtige en gebruiksvriendelijke Linux-distributie.&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/Manjaro: A Different Kind of Beast|Manjaro: een ander soort beest]] &lt;br /&gt;
: &amp;#039;&amp;#039;De verschillen tussen Manjaro en Arch Linux&amp;#039;&amp;#039;|&lt;br /&gt;
* [[Special:MyLanguage/Manjaro FAQ|Manjaro FAQ]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Veel gestelde vragen over Linux en Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/The Rolling Release Development Model|Het Rolling Release-ontwikkelingsmodel]] &lt;br /&gt;
: &amp;#039;&amp;#039;Why you will never need to re-install Manjaro.&amp;#039;&amp;#039;|1|1}}&lt;br /&gt;
|3=Cs-details.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Manjaro/17/nl&amp;diff=28434</id>
		<title>Translations:Manjaro/17/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Manjaro/17/nl&amp;diff=28434"/>
		<updated>2021-09-11T12:27:34Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Het Rolling Release-ontwikkelingsmodel&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28433</id>
		<title>Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28433"/>
		<updated>2021-09-11T12:27:24Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Veel gestelde vragen over Linux en Manjaro&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{SectionTemplate|1=Meer details|2={{FlexSideContainerTemplate|&lt;br /&gt;
* [[Special:MyLanguage/About Manjaro|Over Manjaro]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Leer meer over deze snelle, krachtige en gebruiksvriendelijke Linux-distributie.&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/Manjaro: A Different Kind of Beast|Manjaro: een ander soort beest]] &lt;br /&gt;
: &amp;#039;&amp;#039;De verschillen tussen Manjaro en Arch Linux&amp;#039;&amp;#039;|&lt;br /&gt;
* [[Special:MyLanguage/Manjaro FAQ|Manjaro FAQ]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Veel gestelde vragen over Linux en Manjaro&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/The Rolling Release Development Model|Het]] &lt;br /&gt;
: &amp;#039;&amp;#039;Why you will never need to re-install Manjaro.&amp;#039;&amp;#039;|1|1}}&lt;br /&gt;
|3=Cs-details.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Manjaro/17/nl&amp;diff=28432</id>
		<title>Translations:Manjaro/17/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Manjaro/17/nl&amp;diff=28432"/>
		<updated>2021-09-11T12:27:14Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Het&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Het&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Manjaro/16/nl&amp;diff=28431</id>
		<title>Translations:Manjaro/16/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Manjaro/16/nl&amp;diff=28431"/>
		<updated>2021-09-11T12:27:07Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Veel gestelde vragen over Linux en Manjaro&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Veel gestelde vragen over Linux en Manjaro&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Manjaro/15/nl&amp;diff=28430</id>
		<title>Translations:Manjaro/15/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Manjaro/15/nl&amp;diff=28430"/>
		<updated>2021-09-11T12:26:45Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;Manjaro FAQ&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Manjaro FAQ&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28429</id>
		<title>Manjaro/nl</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Manjaro/nl&amp;diff=28429"/>
		<updated>2021-09-11T12:26:33Z</updated>

		<summary type="html">&lt;p&gt;Hanzel: Created page with &amp;quot;De verschillen tussen Manjaro en Arch Linux&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
{{SectionTemplate|1=Meer details|2={{FlexSideContainerTemplate|&lt;br /&gt;
* [[Special:MyLanguage/About Manjaro|Over Manjaro]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Leer meer over deze snelle, krachtige en gebruiksvriendelijke Linux-distributie.&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/Manjaro: A Different Kind of Beast|Manjaro: een ander soort beest]] &lt;br /&gt;
: &amp;#039;&amp;#039;De verschillen tussen Manjaro en Arch Linux&amp;#039;&amp;#039;|&lt;br /&gt;
* [[Special:MyLanguage/Manjaro FAQ|Manjaro FAQ]] &lt;br /&gt;
:  &amp;#039;&amp;#039;Frequently Asked Questions about Linux and Manjaro.&amp;#039;&amp;#039;&lt;br /&gt;
* [[Special:MyLanguage/The Rolling Release Development Model|The Rolling Release Development Model]] &lt;br /&gt;
: &amp;#039;&amp;#039;Why you will never need to re-install Manjaro.&amp;#039;&amp;#039;|1|1}}&lt;br /&gt;
|3=Cs-details.png}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Hanzel</name></author>
	</entry>
</feed>