Installing mono on open suse
I'm attempting to install mono on my open suse linux.
I downloaded and install the most up to date rpm plans from the mono
and also attempted to install the mono - core plan with the - - examination feature
rpm -ivh --test /home/martin/Downloads/mono-core-3.2.3-0.x86_64.rpm
yet obtained a mistake saying:
error: Failed dependencies:
mono(System.ComponentModel.Composition) = 4.0.0.0 is needed by mono-core-3.2.3-0.x86_64
mono(System.ComponentModel.DataAnnotations) = 4.0.0.0 is needed by mono-core-3.2.3-0.x86_64
mono(System.Data) = 4.0.0.0 is needed by mono-core-3.2.3-0.x86_64
mono(System.Runtime.Serialization) = 4.0.0.0 is needed by mono-core-3.2.3-0.x86_64
mono(System.ServiceModel) = 4.0.0.0 is needed by mono-core-3.2.3-0.x86_64
I recognize that these dependences need to be mounted first, yet there isn't any kind of simply 'mono' plan. Am I missing out on something below?
The is not really clear on specifically just how to install the plans they give: install the packages "mono" ...
while there is no solitary plan with that said name.
Among the plethora of plans you need to download and install possibly gives mono
as a digital plan, giving the dependence your installation effort whines around. Mounting all plans simultaneously need to address the issue:
cd /home/martin/Downloads
rpm -ivh *.rpm
Related questions