Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/cutadapt
- Perform the installation.
pip3 install cutadapt==4.1
If the installation fails due to network problems, run the following command to install it:
pip3 install cutadapt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
Information similar to the following is displayed:

Parent topic: cutadapt 4.1 Porting Guide (Kylin V10)