This is a test version of Biostars. For the public version, visit https://www.biostars.org.
question about MEME suite installation

hello,everyone i was trying to install MEME suite,and when i do the "perl dependencies pl",the system response "Checking Required Perl Modules:

File::Which missing.
HTML::PullParser missing.
HTML::Template missing.
HTML::TreeBuilder missing.
JSON missing.
XML::Simple missing. On Ubuntu, you may need to first run 'sudo apt-get install libexpat-dev'
XML::Parser::Expat missing.
"

so i go on

sudo cpan HTML::Template
Reading '/home/user/.cpan/Metadata'
  Database was generated on Sun, 07 Feb 2021 08:55:46 GMT

the question still exist: Required Perl Modules: File::Which missing. ~~

can someone help me figure out what was wrong and how i can solve it,many thanks in advance

sudo cpan meme

1 answer

Have you tried running the command that is listed as a suggestion?

sudo apt-get install libexpat-dev

Then:

sudo cpan File::Which
sudo cpan HTML::PullParser
sudo cpan HTML::TreeBuilder
sudo cpan XML::Simple
sudo cpan XML::Parser::Expat
sudo cpan JSON

Log in to answer this question.