Centos8 install R

Centos8 install R

Run the following statement

dnf install epel-release
dnf config-manager --set-enabled PowerTools

If an error is reported when running the second sentence:No such command: config-manager. Please use /usr/bin/dnf --help
first run the following statement.

dnf install dnf-plugins-core

If the error continues:Error: No matching repo to modify: PowerTools.
the need to Haoshi system /etc/yum.repos.dto replace all the files to the poor so that they can be.

Install R

yum install R

View

R --version

Insert picture description here

Guess you like

Origin blog.csdn.net/YKenan/article/details/112465911