michihide's blog

技術メモおよび雑感

リポジトリサイトの利用

m-hotta@celsior:~$ sudo yum -y install yum-priorities
m-hotta@celsior:~$ wget http://repos.net-newbie.com/newbie.repo
m-hotta@celsior:~$ sudo mv newbie.repo /etc/yum.repos.d/
m-hotta@celsior:~$ sudo rpm --import http://repos.net-newbie.com/RPM-GPG-KEY-newbie
(enabled=0 にしてあるので、明示的に --enablerepo=newbie をつけないと有効にならない。)
m-hotta@celsior:~$ sudo yum --enablerepo=newbie update
(元々sambaが入っていなかった場合は以下のようにする)
m-hotta@celsior:~$ sudo yum --enablerepo=newbie install samba-client samba-doc samba-swat