●Debian
Debianでインストール済のパッケージのリストを表示するには、
# dpkg -l
/etc/apt/sources.list
deb http://ftp2.jp.debian.org/debian/ etch main contrib non-free
deb http://ftp2.jp.debian.org/debian/ etch-proposed-updates main contrib non-free
deb http://ftp2.jp.debian.org/debian-security/ etch/updates main contrib non-free
deb http://security.debian.org etch/updates main contrib non-free
deb-src http://ftp2.jp.debian.org/debian/ etch main contrib non-free
deb-src http://ftp2.jp.debian.org/debian/ etch-proposed-updates main contrib non-free
deb-src http://ftp2.jp.debian.org/debian-security/ etch/updates main contrib non-free
deb-src http://security.debian.org etch/updates main contrib non-free
apt-get install ruby irb ruby1.8-dev libpgsql-ruby1.8 libfcgi-ruby1.8 librmagick-ruby1.8 libopenssl-ruby1.8 rdoc zlib1g-dev apache2 postgresql postfix chasen chasen-dictutils libchasen-dev ipadic kakasi libkakasi-ruby1.8 lighttpd zip unzip rsync libgd2-xpm libgd-ruby1.8 libxslt1-dev xsltproc gcc make
wget http://rubyforge.org/frs/download.php/43985/rubygems-1.3.0.tgz
cd rubygems-1.3.0
ruby setup.rb
apt-get install rubygems
gem install rake scrapi tidy --include-dependencies
Gem::GemRunner(NameError)のエラー対策
/usr/bin/gemの10行目(require 'rubygems'の下の行)に
require 'rubygems/gem_runner'を追加
wget http://raa.ruby-lang.org/cache/ruby-chasen/chasen1.6.tar.gz
tar zxvf chasen1.6.tar.gz
cd chasen1.6
ruby extconf.rb
make
make install
wget http://downloads.sourceforge.net/lame/lame-3.97.tar.gz
tar zxvf lame-3.97.tar.gz
cd lame-3.97
./configure
make
make install
aptitude install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl
wget http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin_1.320_all.deb
dpkg -i webmin_1.320_all.deb