in reply to installing module starter
Hello Aldebaran,
I have to use pre tags because the hyphen blows up in c tags
That’s because your “hyphens” are actually Unicode minus signs, i.e. U+2212 (8722) (HTML −) instead of normal hyphens/dashes, i.e. U+2010 (8208) (HTML -) normal hyphens, i.e. U+002D (HTML -).1
(In the code as given, the module-starter snippets use the minus sign, but the command sudo apt install libmodule-starter-perl uses normal hyphens.)
Hope that helps,
1Thanks to daxim for the correction.
| Athanasius <°(((>< contra mundum | Iustus alius egestas vitae, eros Piratica, |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: installing module starter
by daxim (Curate) on Jun 05, 2019 at 14:24 UTC | |
|
Re^2: installing module starter
by Aldebaran (Curate) on Jun 05, 2019 at 22:50 UTC | |
by bliako (Abbot) on Jun 05, 2019 at 23:47 UTC | |
by Aldebaran (Curate) on Jun 07, 2019 at 06:39 UTC | |
by bliako (Abbot) on Jun 09, 2019 at 11:14 UTC |