perl - Installation of bioperl in Ubuntu 12.04LS -
i trying install bioperl package in perl environment of version 5.20.0, unable in stuffs. idea , suggestion of websites varies , going uneasy me. please suggest me protocols installing bioperl in ubuntu 12.04ls.
source: http://www.bioperl.org/wiki/installing_bioperl_on_ubuntu_server
install , configure basic ubuntu server
do install configure.
apt-get clean apt-get update apt-get upgrade apt-get install ssh screen apt-get clean
install as possible apt-get
enable universe , multiverse in /etc/apt/sources.list
apt-get update apt-get install \ lynx unzip zip ncftp gcc libc6-dev make mysql-server apache2 \ perl libgd-gd2-perl libcgi-session-perl libclass-base-perl libexpat1-dev apt-get clean
install cpan , perl modules not available via apt-get
cpan -i 'text::shellwords' # choose defaults if first time
install bioperl
cd /tmp wget -n http://bioperl.org/dist/current_core_unstable.tar.bz2 tar -xjvf current_core_unstable.tar.bz2 cd bioperl-* perl build.pl # choose defaults ./build test ./build install
Comments
Post a Comment