On 20/08/20 5:38 pm, Mason James wrote:
On 20/08/20 5:10 am, Luis Moises Rojas wrote:
I had installed koha 19.11 before using the same procedure. I had installed these also sudo apt-get install cpanminus
sudo apt install build-essential cpanm -i Mojolicious::Plugin::OpenAPI
And perl. But these have this error. Any Help?
hi Luis
follow the instructions here... https://wiki.koha-community.org/wiki/Koha_on_Debian
if you want to run koha on an older debian/ubuntu version, look here... https://wiki.koha-community.org/wiki/Koha_on_Debian#Support_for_Koha_on_olde...
if you want to run koha stable on ubuntu 18.04, you should run the following command... $ echo 'deb http://debian.koha-community.org/koha stable main bionic' | sudo tee /etc/apt/sources.list.d/koha.list
...and if you want to run koha 19.11 on ubuntu 18.04, you should run the following command... $ echo 'deb http://debian.koha-community.org/koha 19.11 main bionic' | sudo tee /etc/apt/sources.list.d/koha.list