CentOS 8 上に R をインストールする時にハマったので備忘録として書き留めました。
R の開発環境を設定するのに必要なパッケージが PowerTools にあるため、このリポジトリを有効にします。
[bitwalk@centos-pc ~]$ sudo dnf config-manager --set-enabled PowerTools
たったこれだけなのですが、やり方が判るまで手間取ってしまいました。
[bitwalk@centos-pc ~]$ sudo dnf install R-core-devel CentOS-8 - AppStream 1.9 kB/s | 4.3 kB 00:02 CentOS-8 - Base 1.5 kB/s | 3.9 kB 00:02 CentOS-8 - Extras 593 B/s | 1.5 kB 00:02 CentOS-8 - PowerTools 458 kB/s | 1.8 MB 00:04 CentOS-8 - Plus 1.3 kB/s | 3.0 kB 00:02 Extra Packages for Enterprise Linux 8 - x86_64 2.1 kB/s | 3.3 kB 00:01 依存関係が解決しました。 ================================================================================ パッケージ アーキテクチャー バージョン リポジトリ サイズ ================================================================================ Installing: R-core-devel x86_64 3.6.1-1.el8 epel 113 k 依存関係をインストール中: gcc-gfortran x86_64 8.2.1-3.5.el8 AppStream 12 M libXft-devel x86_64 2.3.2-10.el8 AppStream 25 k ... (途中省略) ... texinfo x86_64 6.5-4.el8 PowerTools 1.2 M texinfo-tex x86_64 6.5-4.el8 PowerTools 160 k R-core x86_64 3.6.1-1.el8 epel 57 M libRmath x86_64 3.6.1-1.el8 epel 143 k tre x86_64 0.8.0-27.20140228gitc2f5d13.el8 epel 46 k tre-common noarch 0.8.0-27.20140228gitc2f5d13.el8 epel 37 k tre-devel x86_64 0.8.0-27.20140228gitc2f5d13.el8 epel 17 k 弱い依存関係をインストール中: perl-Encode-Locale noarch 1.05-9.el8 AppStream 21 k perl-File-ShareDir noarch 1.104-3.el8 AppStream 29 k トランザクションの概要 ================================================================================ インストール 344 パッケージ ダウンロードサイズの合計: 356 M インストール済みのサイズ: 645 M これでよろしいですか? [y/N]: y ...
参考サイト
にほんブログ村
0 件のコメント:
コメントを投稿