question about MEME suite installation
1
0
Entering edit mode
3.2 years ago

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.2k views
ADD COMMENT
0
Entering edit mode
3.2 years ago
Mensur Dlakic ★ 27k

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
ADD COMMENT

Login before adding your answer.

Traffic: 3231 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6