Reputation: 228
I've a problem with the original Perl version in Ubuntu 16.04 and i wanted to compile and install a new one. I've used Perlbrew to create a new Perl 5.18.2 with threads available and another one 5.18.8 for testing purposes. I can see the directory containing all the downloaded and compiled files in '/home/my_name/perl5/perlbrew' but i cannot lists the versions available with the 'Perlbrew list' command and consequently i cannot switch to any new version of Perl.
If there's anybody out there who can help me it would be much appreciated.
This issue is driving me crazy
Upvotes: 2
Views: 424
Reputation: 25282
You can try:
perlbrew available --all | grep i
or built-in command to list perl installations
perlbrew list
Upvotes: 1