Configuring the Yum Source
Procedure
- Use PuTTY to log in to the server as the root user.
- Check whether Yum is configured.
yum list

The Yum source is configured by default on openEuler 20.03 (LTS SP1) and does not need to be configured additionally.
- Install the base dependencies.
yum install -y gcc gcc-c++ m4 wget openssl-devel git
Parent topic: Configuring the Compilation Environment