When I run the program and select a song it says that it can't find PHP and when I select 'Install' a dialog that says "Package 'php5-cli' is virtual." pops up and I have no clue on what's going on.
Newer versions of Ubuntu use PHP 7.0 instead. You can install it manually using the terminal and the following command:When I run the program and select a song it says that it can't find PHP and when I select 'Install' a dialog that says "Package 'php5-cli' is virtual." pops up and I have no clue on what's going on.
sudo apt install php7.0-cli
