Skip to main content

Script Installtion on Debian 11

Prerequisites

Install Git

sudo apt install git

Screenshot 2022-10-24 233503.png

Install curl

sudo apt install curl

Screenshot 2022-10-25 002709.png

Install

Clone the github repository to a local folder.

The official repository is at: https://github.com/searxng/searxng. Documentation can be found at https://docs.searxng.org/admin/installation-scripts.html#installation-scripts

git clone https://github.com/searxng/searxng.git searxng

Screenshot 2022-10-25 000139.png

Change directory into the searxng folder.

cd searxng

Screenshot 2022-10-25 002906.png

Run the official script installer. Details of the script can be found at https://github.com/searxng/searxng/blob/master/utils/searxng.sh

sudo -H ./utils/searxng.sh install all