On 2020-01-21 21:44, Norman Gaywood wrote:
On Wed, 22 Jan 2020 at 13:30, Todd Chester via perl6-users
<perl6-users@perl.org <mailto:perl6-users@perl.org>> wrote:
On 2020-01-21 16:38, Todd Chester via perl6-users wrote:
> Fedora31
I have Fedora 31 and Readline does not seem to be working for me in the
raku REPL as well.
But see below!
$ rpm -qa \*raku\*
xfce4-terminal-0.8.9.1-1.fc31.x86_64
Hmm, I don't think that is output from that command. Mine:
$ rpm -qa \*raku\*
rakudo-XML-0.0.3-0.6.20190728git417f637.fc31.x86_64
rakudo-MIME-Base64-1.2.1-6.fc31.x86_64
rakudo-zef-0.8.2-1.fc31.x86_64
rakudo-0.2019.11-3.fc31.x86_64
rakudo-Readline-0.1.5-2.fc31.x86_64
rakudo-URI-0.2.2-1.fc31.x86_64
$ raku -v
This is Rakudo version 2019.07.1 built on MoarVM version 2019.07.1
implementing Perl 6.d.
Looks like you might have your own rakudo installed not from the default
system packages. Mine:
$ which raku
/usr/bin/raku
$ raku -v
This is Rakudo version 2019.11 built on MoarVM version 2019.11
implementing Perl 6.d.
In any case, I also have the problem with raku REPL not using Readline
despite rakudo-Readline-0.1.5-2 being installed.
$ raku
You may want to `zef install Readline` or `zef install Linenoise` or use
rlwrap for a line editor
To exit type 'exit' or '^D'
> my $history^[[A^[[A
This seems like a Fedora 31 packaging problem to me.
However, after this:
$ zef install Readline
The arrow keys once again work for me.
--
Norman Gaywood, Computer Systems Officer
School of Science and Technology
University of New England
Armidale NSW 2351, Australia
ngayw...@une.edu.au <mailto:ngayw...@une.edu.au>
http://turing.une.edu.au/~ngaywood
Phone: +61 (0)2 6773 2412 Mobile: +61 (0)4 7862 0062
Please avoid sending me Word or Power Point attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Hi Norman,
Readline was it. Joy! Thank you!
-T