Last modified: <2008-05-19 11:22:32 JST>
RPM packages for Vine Linux, Fedora, and CentOS are available. You can install them using apt (on Vine Linux) or yum (on Fedora and CentOS).
apt is available.
add these apt-lines to /etc/apt/sources.list. (Change ``4.2'' to ``3.2'' for Vine Linux 3.2)
# # (Dennou Ruby products) rpm http://ruby.gfd-dennou.org/products/rpm/RPMS/Vine/apt 4.2/$(ARCH) dcl dcl-noarch rpm-src http://ruby.gfd-dennou.org/products/rpm/RPMS/Vine/apt 4.2/$(ARCH) dcl dcl-noarch
And then just type:
# apt-get update
# apt-get install (package name)
If you had already installed them, type:
# apt-get update
# apt-get upgrade
The latest versions are installed.
yum is available.
Download a file fedora-dennou-ruby.repo and add it in your /etc/yum.repos.d directory.
And then just type:
# yum install (package name)
If you had already installed them, type:
# yum update
The latest versions are installed.
yum is available.
Download a file CentOS-DennouRuby.repo and add it in your /etc/yum.repos.d directory.
And then just type:
# yum install (package name)
If you had already installed them, type:
# yum update
The latest versions are installed.