> ## Documentation Index
> Fetch the complete documentation index at: https://docs.360-search.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 360 Search Linux App: Install on Ubuntu and Debian Systems

> Get 360 Search for Linux — download the .deb package and install it on Ubuntu, Debian, Zorin OS, Linux Mint, or Pop!_OS in just a few steps.

The 360 Search Linux desktop app is packaged as a `.deb` file, making it straightforward to install on Ubuntu and any Ubuntu/Debian-based distribution. You get the full 360 Search experience — private search, AI, weather, news, and more — running natively in its own window, outside of any browser.

## Supported Distributions

* Ubuntu
* Debian
* Zorin OS
* Linux Mint
* Pop!\_OS

## Current Version

**2.0.3**

## Installation Steps

<Steps>
  <Step title="Go to GitHub Releases">
    Open your browser and navigate to [https://github.com/360-By-360Digital/360/releases](https://github.com/360-By-360Digital/360/releases).
  </Step>

  <Step title="Download the .deb package">
    Download `360-desktop_2.0.3_amd64.deb` from the Releases page.
  </Step>

  <Step title="Install with dpkg">
    Open a terminal in the directory where you downloaded the file and run:

    ```bash theme={null}
    sudo apt update
    sudo dpkg -i 360-desktop_2.0.3_amd64.deb
    ```

    <Note>
      If `dpkg` reports dependency errors during installation, run `sudo apt install -f` to automatically resolve and install any missing dependencies, then retry.
    </Note>
  </Step>

  <Step title="(Optional) Install with gdebi for a graphical install">
    If you prefer a double-click graphical install, install `gdebi` first:

    ```bash theme={null}
    sudo apt install gdebi -y
    ```

    Then double-click the downloaded `.deb` file in your file manager to install through the gdebi GUI.
  </Step>
</Steps>

## Updating

To update to a newer version, download the new `.deb` package from [GitHub Releases](https://github.com/360-By-360Digital/360/releases) and run the same install command:

```bash theme={null}
sudo dpkg -i 360-desktop_<new-version>_amd64.deb
```

Replace `<new-version>` with the version number of the release you downloaded. Running `dpkg -i` over an existing installation upgrades it in place.
