I'm trying to replicate the material in chp 12 of _Intermediate Perl_. I have done this before successfully but can't get off the starting line now. I started so; I have to use pre tags because the hyphen blows up in c tags:

module−starter −−module=Minnow −−author="Gilligan" −−email=gilligan@island.example.com −−verbose

sudo apt install libmodule-starter-perl

and got:

$ Command 'module−starter' not found, did you mean:

  command 'module-starter' from deb libmodule-starter-perl

Try: sudo apt install <deb name>

Fair enough, I'll do that:

$ sudo apt install libmodule-starter-perl
sudo password for bob: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libaom0 libdav1d0 libllvm6.0 x11proto-dri2-dev x11proto-gl-dev
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  libcommon-sense-perl libfile-homedir-perl libfile-remove-perl
  libfile-which-perl libjson-perl libjson-xs-perl
  libmodule-install-authortests-perl libmodule-install-perl
  libmodule-scandeps-perl libpar-dist-perl libtypes-serialiser-perl
The following NEW packages will be installed:
  libcommon-sense-perl libfile-homedir-perl libfile-remove-perl
  libfile-which-perl libjson-perl libjson-xs-perl
  libmodule-install-authortests-perl libmodule-install-perl
  libmodule-scandeps-perl libmodule-starter-perl libpar-dist-perl
  libtypes-serialiser-perl
0 upgraded, 12 newly installed, 0 to remove and 192 not upgraded.
Need to get 479 kB of archives.
After this operation, 1,380 kB of additional disk space will be used.
Do you want to continue? Y/n y
...

It continues with no announcement of errors.

...still module−starter is not a known command. I install Module::Starter (again, I think):

$ sudo cpan
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v2.18)
Enter 'h' for help.

cpan1> install Module::Starter
Reading '/home/bob/.cpan/Metadata'
  Database was generated on Tue, 28 May 2019 00:41:03 GMT
Fetching with LWP:
http://www.cpan.org/authors/01mailrc.txt.gz
Reading '/home/bob/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
...
Installing /usr/local/bin/module-starter
Appending installation info to /usr/lib/x86_64-linux-gnu/perl/5.26/perllocal.pod
  DBOOK/Module-Starter-1.76.tar.gz
  /usr/bin/make install  -- OK

After all this, I'm still shooting blanks:

$ module−starter −−module=Minnow −−author="Gilligan" −−email=gilligan@island.example.com −−verbose

Command 'module−starter' not found, did you mean:

  command 'module-starter' from deb libmodule-starter-perl

Try: sudo apt install <deb name>

$ module−starter hhhh

Command 'module−starter' not found, did you mean:

  command 'module-starter' from deb libmodule-starter-perl

Try: sudo apt install <deb name>
$ 

Fishing for tips. Thanks for your comment.


In reply to installing module starter by Aldebaran

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.