LoginSignup
0
1

More than 5 years have passed since last update.

PUIAS repository

Last updated at Posted at 2016-05-21

CentOSでLyxやScalapackを入れるのに便利。
PUIAS repositoryとは?
https://springdale.math.ias.edu/

やること

GPG-Keyのインストール

# cd /etc/pki/rpm-gpg/
# wget -q http://springdale.math.ias.edu/data/puias/6/x86_64/os/RPM-GPG-KEY-puias
# rpm --import RPM-GPG-KEY-puias

repoファイルの作成
/etc/yum.repos.d/に作成される

[PUIAS_6_addons]
name=PUIAS addons Base $releasever - $basearch
mirrorlist=http://puias.math.ias.edu/data/puias/$releasever/$basearch/os/Addons/mirrorlist
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
priority=2
[PUIAS_6_computational]
name=PUIAS computational Base $releasever - $basearch
mirrorlist=http://puias.math.ias.edu/data/puias/computational/$releasever/$basearch/mirrorlist
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puias
priority=2

prioriry=2と書いておくといいことがあるらしい。
デフォルトのrepoファイルにもpriority設定する必要?
--disablerepo=で無効化できる。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1