Seite 2 von 2

Re: I have problem on vps

Verfasst: So 11. Nov 2018, 17:27
von TakeViagraDieHard
Than you can try to uninstall the current verion by using this command:

Code: Alles auswählen

sudo apt remove --purge --auto-remove mono-runtime
And install the newest by using this instructions:
https://www.mono-project.com/download/s ... lin-debian

Re: I have problem on vps

Verfasst: Mi 9. Jun 2021, 19:50
von Mfighter
I fixed it this way:

Code: Alles auswählen

sudo apt install mono-runtime ca-certificates-mono
From the Mono Download page:
The package ca-certificates-mono should be installed to get SSL certificates for HTTPS connections. Install this package if you run into trouble making HTTPS connections.