Anaconda is the preferred method of installing DeepFaceLab on Linux. Just follow the tutorial.
You will need FFMpeg, Git, and the most recent NVIDIA driver for your system to use this project.
If you are here, then you already have everything...
Just run it in the terminal.
conda create -n deepfacelab -c main python=3.7 cudnn=7.6.5 cudatoolkit=10.0.130
conda activate deepfacelab
git clone https://github.com/nagadit/DeepFaceLab_Linux.git
cd DeepFaceLab_Linux
git clone https://github.com/iperov/DeepFaceLab.git
python -m pip install -r ./DeepFaceLab/requirements-cuda.txt
Use script 4.1 from the scripts directory.
Or download manually