Domestic operating system Zhongke Fangde (NFSServer): study notes 1

Recently, due to work needs, I learned a domestic operating system: Zhongke Fangde Server Edition, and recorded some gains:
1. How to update the operating system and execute the command:

dnf update --nobest

2. How to install common tools, such as tar, rpm, openJDK, etc., execute the command:

dnf install tar;
dnf install  rpm;
dnf install java;

3. The download address of the installation medium:

链接:https://pan.baidu.com/s/14gmiaMZLMqdk6uLU9kDxuA?pwd=1234 
提取码:1234

Welcome everyone to learn the use of domestic operating systems and join the domestic software ecosystem.

Guess you like

Origin blog.csdn.net/lenovo96166/article/details/130639472