标签:size modules phi yum安装 local digest epel源 statistic sudo
#安装并启用EPEL源
yum install epel-release
#生成缓存
yum update
# build utilities
yum install make gcc gmp-devel
#Utilities to help with fetching components distributed in source code
yum install wget git
#apache2
yum install httpd mod_fcgid fcgi-perl
# various Perl modules
yum install perl-GD perl-Module-Build perl-CPAN perl-IO-String perl-Capture-Tiny perl-CGI-Session \
perl-JSON perl-JSON-Any perl-libwww-perl perl-DBD-SQLite perl-File-NFSLock perl-Net-SMTP-SSL \
perl-Crypt-SSLeay perl-Net-SSLeay perl-Template-Toolkit
# bioperl
yum install perl-bioperl perl-Bio-Graphics
#optionally...
yum install mysql-server mysql-libs perl-DBD-MySQL
yum install postgresql postgresql-server perl-DBD-Pg
yum install inkscape
yum install perl-GD-SVG
#终端输入cpan
cpan
#安装相应的拓展库模块
install GD Module::Build IO::String Capture::Tiny CGI::Session JSON JSON::Any libwww::perl DBD::SQLite File::NFSLock Net::SMTP::SSL Crypt::SSLeay Net::SSLeay Template::Toolkit Bio::Perl Bio::Graphics GD DBD::mysql GD::SVG DBI DBD::Pg Digest::MD5 Statistics::Descriptive Template
#未进入CPAN命令行
sudo perl -MCPAN -e ‘install Bio::Graphics::Browser2‘
#对于已经进入cpan命令行,直接执行如下命令
install Bio::Graphics::Browser2
localhost/gbrowse2
http://your.host/cgi-bin/gb2/gbrowse/yeast
标签:size modules phi yum安装 local digest epel源 statistic sudo
原文地址:http://www.cnblogs.com/xiaohuihui520/p/d971bdc39da98e8e153012388ea77350.html