-1

How to Install both mojo programming and mojolicious Perl on ubuntu wsl since both application name is same ie mojo how to run

1 Answers1

1

First, the applications are not named the same. One is "Mojolicious", which is a web development framework, the other is "Mojo", which is a programming language.

Mojolicious can be installed from the Ubuntu Universe repository (make sure to have the Universe repo enabled).

sudo apt install libmojolicious-perl

The Mojo PL is not packaged for Ubuntu, and the SDK download requires a developer login. So best of luck with that.

Artur Meinild
  • 26,018