Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation script fails on Ubuntu 22 #21729

Open
philiprbrenan opened this issue Dec 2, 2023 · 0 comments
Open

Installation script fails on Ubuntu 22 #21729

philiprbrenan opened this issue Dec 2, 2023 · 0 comments

Comments

@philiprbrenan
Copy link

The instructions at the end of page:

https://www.mono-project.com/docs/compiling-mono/linux/

do not work for Ubuntu 22 because there is no python package. Installing:

sudo apt install python-is-python3

enables the installation to proceed. Please could the installation script check that it does in fact have the software it needs to attempt an installation? At the moment the installation proceeds regardless of whether a version of Python is installed or not and then fails with messages that do not make the connection with a lack of Python obvious. Running python --version at the start and checking its response would alleviate this problem.

May I also suggest that you should have a github action to test and demonstrate the installation of mono on Ubuntu 22 as such an action would have uncovered this problem directly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant