
Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 235

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 274

Warning: Undefined array key "media" in /volume1/web/wiki/feed.php on line 385
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://live.spdns.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>move IT Home Base</title>
        <description></description>
        <link>http://live.spdns.org/wiki/</link>
        <lastBuildDate>Sat, 04 Apr 2026 12:33:01 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://live.spdns.org/wiki/lib/tpl/peanutbutter2/images/favicon.ico</url>
            <title>move IT Home Base</title>
            <link>http://live.spdns.org/wiki/</link>
        </image>
        <item>
            <title>Searx Fehler</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/searx/searx_fehler?do=revisions&amp;rev=1632858215</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;searx_fehler&quot;&gt;Searx Fehler&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Leider muß man sagen sind viele SearX Installationsanleitungen fehlerhaft, weil fast immer benötigte Abhängigkeiten im Betriebssystem oder verwendeten Komponenten, Modulen u.a. fehlen die in den Anleitungen referenziert werden, beispielsweise GIT, VIRTUALENV oder PIP. So kommt es regelmäßig dazu das trotz peinlichst genauen abarbeiten der einzelnen Installationsschritte es zu Fehlern kommt, auch wenn das Betriebssystem gerade erst frisch aufgesetzt wurde. Aus diesem Grund werden auf dieser Seite typische Fehler bei oder nach der Installation aufgelistet und mögliche Lösungen vorgeschlagen.
&lt;/p&gt;

&lt;p&gt;
Klassische Fehler bei der Installation sind fehlenden Berechtigungen oder Abhängigkeiten. Vieles lässt sich dadurch lösen indem man sich angewöhnt vor dem Kommando ein &lt;strong&gt;sudo&lt;/strong&gt; davorzusetzen. Bei vielen Installationsanleitungen fehlt dies und daher kommt es zu Fehlern.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx Fehler&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_fehler&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-908&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;ter_start_schlaegt_fehl&quot;&gt;2.ter Start schlägt fehl&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Beim zweiten Start von Searx kommt ein Syntax-Fehler bei Zeile 31 weil für den Betrieb benötigte Module fehlen.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;2.ter Start schl\u00e4gt fehl&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;ter_start_schlaegt_fehl&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;909-1062&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit3&quot; id=&quot;loesung&quot;&gt;Lösung&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Die benötigten Module können folgendermassen nachinstalliert werden:
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;sudo apt-get install python-pip&lt;/code&gt;
&lt;code&gt;pip install –upgrade -r requirements.txt&lt;/code&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;L\u00f6sung&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;loesung&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1063-1236&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;fehlermeldung_beim_aktualisieren&quot;&gt;Fehlermeldung beim aktualisieren&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
./manage.sh: 19: ./manage.sh: pip: not found
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Fehlermeldung beim aktualisieren&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fehlermeldung_beim_aktualisieren&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1237-1328&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit5&quot; id=&quot;loesung1&quot;&gt;Lösung&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Auch hier ist der Grund das zum Aktualisieren Software benötigt wird die nicht Teil der Installation ist, also erst nachinstalliert werden muß. In diesem Fall ist es PIP. Dies fehlt quasi in allen gefundenen Installationsanleitungen. Zumindest in Ubuntu 18.04 muss PIP erst manuell nachinstalliert werden:
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;sudo apt-get install pip&lt;/code&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;L\u00f6sung&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;loesung1&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;1329-1686&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit6&quot; id=&quot;fehlermeldung_beim_starten&quot;&gt;Fehlermeldung beim starten&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Traceback (most recent call last):
File „searx/webapp.py“, line 31, in &amp;lt;module&amp;gt;
import requests
ImportError: No module named requests
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Fehlermeldung beim starten&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fehlermeldung_beim_starten&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;1687-1861&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit7&quot; id=&quot;loesung2&quot;&gt;Lösung:&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Auch hier ist wieder der Grund das Module fehlen die für den Betrieb notwendig sind:
&lt;/p&gt;

&lt;p&gt;
&lt;code&gt;sudo apt-get install pip&lt;/code&gt;
&lt;code&gt;pip install requests&lt;/code&gt;
&lt;code&gt;pip install pyyaml&lt;/code&gt;
&lt;code&gt;pip install pygments&lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;
Das kann hier noch beliebig so weitergehen bis es zu keinen Fehlern mehr kommt. Installieren sie nach dieser Art alle fehlenden Module nach bis sich SearX fehlerfrei starten lässt. Bei SearX in der Version 0.16.0. sind dies
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; certifi==2019.3.9&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; babel==2.7.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; flask-babel==1.0.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; flask==1.0.2&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; idna==2.8&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; jinja2==2.10.1&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; lxml==4.3.3&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; pygments==2.1.3&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; pyopenssl==19.0.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; python-dateutil==2.8.0&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; pyyaml==5.1&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; requests[socks]==2.22.0&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;L\u00f6sung:&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;loesung2&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;1862-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:searx</category>
            <pubDate>Tue, 28 Sep 2021 21:43:35 +0000</pubDate>
        </item>
        <item>
            <title>Searx starten</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/searx/searx_starten?do=revisions&amp;rev=1617807008</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;searx_starten&quot;&gt;Searx starten&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Searx startet bisher nur in der Terminal-Konsole. Soll SearX ständig auch ohne Terminal-Konsole laufen, kann dies so konfiguriert werden das dieser Prozess im Hintergrund läuft. Um die Terminal-Konsole mit dem laufenden SearX zu stoppen zunächst mit &lt;strong&gt;CTRL-C&lt;/strong&gt; stoppen und anschliessend das Fenster mit &lt;strong&gt;exit&lt;/strong&gt; schliessen.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx starten&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_starten&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-357&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;searx_normal_starten&quot;&gt;Searx normal starten&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;python /usr/local/searx/searx/webapp.py&lt;/pre&gt;

&lt;p&gt;
Anschliessend darf die Terminal-Konsole nicht beendet werden, sonst wird auch der Prozess beendet.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx normal starten&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_normal_starten&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;358-547&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;searx_als_hintergrund-prozess_starten&quot;&gt;Searx als Hintergrund-Prozess starten&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;nohup python /usr/local/searx/searx/webapp.py &amp;amp;&lt;/pre&gt;

&lt;p&gt;
Anschliessend kann die Terminal-Konsole geschlossen werden. Der Prozess läuft weiter bis der Rechner neugestartet oder beendet wird. Soll der Prozess danach wieder gestartet werden, muß das Kommando erneut eingegeben werden.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx als Hintergrund-Prozess starten&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_als_hintergrund-prozess_starten&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;548-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:searx</category>
            <pubDate>Wed, 07 Apr 2021 16:50:08 +0000</pubDate>
        </item>
        <item>
            <title>Searx installieren</title>
            <link>http://live.spdns.org/wiki/anleitungen/software/searx/searx_installieren?do=revisions&amp;rev=1635345963</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;searx_installieren&quot;&gt;Searx installieren&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Searx installieren&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;searx_installieren&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-34&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;step-bystep_installation&quot;&gt;Step-bystep Installation&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://searx.github.io/searx/admin/installation-searx.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://searx.github.io/searx/admin/installation-searx.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://searx.github.io/searx/admin/installation-searx.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://searx.github.io/searx/admin/installation.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://searx.github.io/searx/admin/installation.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://searx.github.io/searx/admin/installation.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Step-bystep Installation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;step-bystep_installation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;35-195&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;fehler_waehrend_der_installation&quot;&gt;Fehler während der Installation&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Leider mussten wir feststellen das viele Anleitungen, die wir im Web gefunden haben, fehlerhaft, oder zumindest nicht ganz vollständig sind. Klassische Fehler die bei der Installation auftreten können haben wir &lt;a href=&quot;http://live.spdns.org/wiki/anleitungen/software/searx/searx_fehler&quot; class=&quot;wikilink1&quot; title=&quot;anleitungen:software:searx:searx_fehler&quot; data-wiki-id=&quot;anleitungen:software:searx:searx_fehler&quot;&gt;hier aufgelistet&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Fehler w\u00e4hrend der Installation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fehler_waehrend_der_installation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;196-517&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit4&quot; id=&quot;installations-anleitungen&quot;&gt;Installations-Anleitungen&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://github.com/asciimoo/searx/wiki/Installation&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://github.com/asciimoo/searx/wiki/Installation&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://github.com/asciimoo/searx/wiki/Installation&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://asciimoo.github.io/searx/admin/installation.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://asciimoo.github.io/searx/admin/installation.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://asciimoo.github.io/searx/admin/installation.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://searx.github.io/searx/admin/installation.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://searx.github.io/searx/admin/installation.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://searx.github.io/searx/admin/installation.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://return42.github.io/handsOn/searx.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://return42.github.io/handsOn/searx.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://return42.github.io/handsOn/searx.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://linuxreviews.org/Searx&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://linuxreviews.org/Searx&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://linuxreviews.org/Searx&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://www.howtoforge.de/anleitung/so-installieren-sie-die-searx-meta-suchmaschine-auf-ubuntu-1804-lts/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.howtoforge.de/anleitung/so-installieren-sie-die-searx-meta-suchmaschine-auf-ubuntu-1804-lts/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.howtoforge.de/anleitung/so-installieren-sie-die-searx-meta-suchmaschine-auf-ubuntu-1804-lts/&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://decatec.de/home-server/metasuchmaschine-searx-auf-eigenem-server-installieren-mit-docker-und-nginx/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://decatec.de/home-server/metasuchmaschine-searx-auf-eigenem-server-installieren-mit-docker-und-nginx/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://decatec.de/home-server/metasuchmaschine-searx-auf-eigenem-server-installieren-mit-docker-und-nginx/&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://codingworld.io/project/searx-auf-dem-raspberry-pi-installieren&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://codingworld.io/project/searx-auf-dem-raspberry-pi-installieren&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://codingworld.io/project/searx-auf-dem-raspberry-pi-installieren&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://vitux.com/how-to-install-searx-search-engine-on-ubuntu&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://vitux.com/how-to-install-searx-search-engine-on-ubuntu&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://vitux.com/how-to-install-searx-search-engine-on-ubuntu&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://raspiblog.noblogs.org/post/2018/01/27/installing-searx-with-apache-and-morty&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://raspiblog.noblogs.org/post/2018/01/27/installing-searx-with-apache-and-morty&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://raspiblog.noblogs.org/post/2018/01/27/installing-searx-with-apache-and-morty&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://hub.docker.com/r/wonderfall/searx/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://hub.docker.com/r/wonderfall/searx/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://hub.docker.com/r/wonderfall/searx/&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Installations-Anleitungen&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;installations-anleitungen&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;518-&amp;quot;} --&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>anleitungen:software:searx</category>
            <pubDate>Wed, 27 Oct 2021 16:46:03 +0000</pubDate>
        </item>
    </channel>
</rss>
