{"id":1466,"date":"2026-01-14T15:12:08","date_gmt":"2026-01-14T14:12:08","guid":{"rendered":"https:\/\/pcmacb.de\/?page_id=1466"},"modified":"2026-01-19T15:49:30","modified_gmt":"2026-01-19T14:49:30","slug":"manjaro-linux-arch-basiert","status":"publish","type":"page","link":"https:\/\/pcmacb.de\/?page_id=1466","title":{"rendered":"Manjaro Linux (Arch basiert)"},"content":{"rendered":"\n<p><strong>mit KDE l\u00e4uft es sehr gut, um Erfahrungen zu sammeln, ohne die komplizierte Arch Umgebung verstehen zu m\u00fcssen &#8211; das kommt mit der Zeit von selbst.<\/strong><\/p>\n\n\n\n<p>Systemupdates als root (oder mit sudo)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>pacman -Syu<\/code><\/code><\/pre>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>-S, &#8211;sync<\/strong><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Synchronize packages. Packages are installed directly from the remote repositories, including all dependencies required to run the packages. For example, pacman -S qt will download and install qt<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and all the packages it depends on. If a package name exists in more than one repository, the repository can be explicitly specified to clarify the package to install: pacman -S testing\/qt. You can<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;also specify version requirements: pacman -S &#8222;bash&gt;=3.2&#8220;. Quotes are needed, otherwise the shell interprets &#8222;&gt;&#8220; as redirection to a file.<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>-y, &#8211;refresh<\/strong><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Download a fresh copy of the master package databases (repo.db) from the server(s) defined in <strong>pacman.conf<\/strong>(5). This should typically be used each time you use &#8211;sysupgrade or -u. Passing two<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8211;refresh or -y flags will force a refresh of all package databases, even if they appear to be up-to-date.<br><\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>-u, &#8211;upgrades<\/strong><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restrict or filter output to packages that are out-of-date on the local system. Only package versions are used to find outdated packages; replacements are not checked here. This option works best if<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the sync database is refreshed using -Sy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Swap Datei anlegen auf btrfs<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir \/swap\nchattr +C \/swap\n# hier 32 GB\ndd if=\/dev\/zero of=\/swap\/swap bs=1M count=32768 status=progress\nchmod 600 \/swap\/swap\nmkswap \/swap\/swap\nswapon \/swap\/swap<\/code><\/pre>\n\n\n\n<p>Fest eintragen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>nano \/etc\/fstab<\/code><\/pre>\n\n\n\n<p>kommentiere den alten swap part aus ersetze es mit<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/swap\/swap swap swap defaults 0 0<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>swapon \/swap\/swap<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>cat \/proc\/sys\/vm\/swappiness<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>echo 'vm.swappiness=10' | tee -a \/etc\/sysctl.conf<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>mit KDE l\u00e4uft es sehr gut, um Erfahrungen zu sammeln, ohne die komplizierte Arch Umgebung verstehen zu m\u00fcssen &#8211; das kommt mit der Zeit von selbst. Systemupdates als root (oder mit sudo) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-S, &#8211;sync&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Synchronize packages. Packages are installed directly from <a class=\"more-link\" href=\"https:\/\/pcmacb.de\/?page_id=1466\">weiterlesen&#8230;<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-1466","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages\/1466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pcmacb.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1466"}],"version-history":[{"count":8,"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages\/1466\/revisions"}],"predecessor-version":[{"id":1501,"href":"https:\/\/pcmacb.de\/index.php?rest_route=\/wp\/v2\/pages\/1466\/revisions\/1501"}],"wp:attachment":[{"href":"https:\/\/pcmacb.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}