Install MonoDevelop on CentOS 5.5 - installation

i am trying to install MonoDevelop 2.4 in CentOS 5.5 using yum, but unable to install and configure to develop .Net Applications in Linux.
i have tried installing it in Fedora 13, Monodevelop installed successfully using yum, but not in CentOS 5.5.
Kindly please help me in figuring out how to install MonoDevelop in CentOS 5.5.
Looking for favorable replies.
Thanks

If there is no package for CentOS yet, you may build/install from source code directly.
http://monodevelop.com/Download

Dag Wieers repository has the monodevelop stuff.. I confirmed on one of my Centos boxes by typing the following at the command line:
yum search mono
If you need to install the DAG repo here is a link to the how-to:
http://dag.wieers.com/rpm/FAQ.php#B

Related

#Ubuntu Install .net core 5 framework

I installed .net6 but i need to have installed .net5
So, I removed .net6 and I installed .net5.
Now, when I run 'dotnet build' command I have the error:
A fatal error occurred. The folder [/usr/lib/dotnet/dotnet6-6.0.108/host/fxr] does not exist
Do you have some idea to help me, please.
Thanks
.NET 5 has reached its End of Life. If you are using it, you are on your own; don't expect any fixes for security issues that discovered every few weeks.
Anyway, sounds like you are using Ubuntu 22.04.
If so, you are out of luck. There's no simple way to install or run .NET 5 there. .NET 5 needs OpenSSL 1.0 or 1.1. Ubuntu 22.04 only has OpenSSL 3.0. Even if you install and manage to run .NET 5, it wont work and you will get OpenSSL errors.
Your best course of action is to install an older version of Ubuntu, such as 20.04.
Your specific error in this case is quite unrelated to above, though. Your error is because you seem to have installed some packages from Ubuntu's package repository and some packages from Microsoft's package repository. See https://github.com/dotnet/core/issues/7699#issuecomment-1222470580 for details. In particular you want to follow the steps in "Mixed state scenario 2: Use PMC packages after installing native Jammy packages". But that's not needed on Ubuntu 20.04 or similar OS that you need to make .NET 5 work at all.

How to install OpenModelica 1.9.5 on Ubuntu 20.04?

I installed the latest version on OpenModelica (version 1.16.5) on Ubuntu 20.04.
However, this version has problems with the packages (examples).
So, by recommendation, I'm trying to install version 1.9.5 or 1.10.X, without success.
Since I'm a novice Linux user, I don't know how to do this.
On the site,
"https://openmodelica.org/download/download-linux"
for older versions, it is suggested to use the line
"deb https://build.openmodelica.org/omc/builds/linux/releases/1.xx.x/".
I honestly do not know how to do it and that is why I ask for help to be able to carry out this procedure.
Grateful.
If you are on Ubuntu 20.04 (focal), you can only install OpenModelica versions released after April 2020 (because we don't update the old releases for newer OpenModelica versions). The oldest you can install without using docker or compiling your own OpenModelica is the following as /etc/apt/sources.list.d/openmodelica.list:
deb https://build.openmodelica.org/omc/builds/linux/releases/1.16.0/ focal release
Which example does not work in the latest OpenModelica for you? We have done some fairly extensive testing and the change from the old to the new frontend is a net gain in the number of models that simulate.
Now this error occurs after installing Scilab through the terminal.

How Can I install xcode in CentOS 7?

For building Ambari, it requires xcode in environment. So, I want to install xcode in CentOS 7.
Please help me. Thanks in advance.
Building Ambari does not really require xcode
You will primarily need Java 8, Maven and node.
you can install virtual machine like VMware then install hackintosh on that.

How To Install GCC 7.1 and GDB 7.12.1 Ubuntu 16.04 from sources?

Since I know these versions doesn't come installed on Ubuntu 16.04, I've got the packages from their website. How can I install it? I've tried a bunch of online tutorials and none of them seem to work.

Install HDP 2.2 on CentOS 7

As I can see HDP 2.2 needs Centos 6.5 as an operation system, probably because Ambari needs Centos 6.5. My question is if anyone has installed it on Centos 7. Is there any hard dependencies that will not allow me to complete the installation successfully?
Ambari 2.2+ can be installed successfully and works fine on CentOS 7. Then you can install HDP 2.0+.
As far as I'm aware there are no hard dependencies, per se. However Ambari itself looks at the operating system version, and if its CentOS 7, it'll stop the install.
In order to work around that you'd need to edit Ambari's source code.
Just consult the official Installation Guide for a relevant Ambari version
https://cwiki.apache.org/confluence/display/AMBARI/Install+Ambari+2.2.0+from+Public+Repositories
It's an up-to-date source of OS compatibility information.
Here you can see that Centos 7 is officially supported.

Resources