Initial exploration of centos8

Install the spree first:


# gcc 8.3.1:
sudo dnf group install "Development Tools"

# cmake:
yum install cmake

# ssh:
yum install openssh-server
(ssh启动参考这里https://blog.csdn.net/weixin_45378201/article/details/106502850)

 

Guess you like

Origin blog.csdn.net/yxpandjay/article/details/112506596