> For the complete documentation index, see [llms.txt](https://docs.facefusion.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facefusion.io/installation/platform/linux.md).

# Linux

### GIT

```
apt install git-all
```

### cURL

```
apt install curl
```

### Conda

```
curl -LO https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
```

```
bash Miniconda3-latest-Linux-x86_64.sh
```

### FFmpeg

```
apt install ffmpeg
```
