MX on Linux: Difference between revisions

m
→‎Preparing for Mono installation: correcting old name "raspberian" into modern name "Raspberry Operating System"
m (→‎Installing instruction: last sentence: correct spelling typo, and grammar)
m (→‎Preparing for Mono installation: correcting old name "raspberian" into modern name "Raspberry Operating System")
=== Preparing for Mono installation ===
 
Quite often when we try to install, or update, packages on our Pi we will see messages about dependencies, and in some cases error messages saying the installation has failed or been aborted. Before we can install Mono, there are other packages required and these vary depending upon the RaspbianRaspberry operating system version we have installed, see [https://www.mono-project.com/download/stable/#download-lin-raspbian Mono download instructions for RaspberianRaspberry Pi]. Here are the latest 2 options when this article was updated (if your Mono installation fails, then you selected wrong one):
 
For RaspberianRaspberry Operating System 9 (stretch):
<pre>sudo apt install apt-transport-https dirmngr gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
</pre>
 
For RaspberianRaspberry Operating System 10 (buster):
<pre>sudo apt install apt-transport-https dirmngr gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
5,838

edits