Rate This Document
Findability
Accuracy
Completeness
Readability

Configuring the Local Yum Source

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Check whether Yum is configured.
    yum list

    The Yum source is configured by default on openEuler 21.03 (LTS SP1) and does not need to be configured additionally.

  3. Install the base dependencies.
    yum install -y m4 wget openssl-devel
    yum install -y python2 python2-devel python2-numpy libgfortran python2-qt4 python2-scipy
    pip2 install pyshp

    Ensure that the Python version is the actual one.