How do I install an older version of Mono 5.20 from Mono repo on Centos7? - mono

Mono website suggested this
On RPM distributions, force the package version in your package manager - all older versions are published in the YUM metadata and should be available.
I have no idea how to go about the above?
Thanks in advance.

Related

How to install specific version of Cap'n Proto (v0.8.0)?

sudo apt install capnproto
This installs v0.7.0 in my ubuntu 20.04. However, i require v0.8.0 to be installed.
Also, i need v0.6.1 to be installed additionally for backward compatibility.
Any solution for these two cases ?
You will probably need to install from source rather than use a distro package. Unfortunately, it sounds like the Ubuntu distro package hasn't been updated in a while.
Instructions for building and installing from source can be found here: https://capnproto.org/install.html
Old versions are available by changing the version number in the download URL to whichever version you need.
Note that all versions of Cap'n Proto are backwards-compatible, so there should be no need to install older versions, unless you need to run a specific complied binary that was linked against a specific old version.

Install Mono Offline

I'm looking for offline installation package for mono on centOS or Redhat.
I want to run *.exe file on Linux.
All I find is using online repositories but my server is not connected to the internet.
You did not say which version of Mono you are looking for, but you can manually download the most recent "stable" centOS rpm packages from:
http://download.mono-project.com/repo/centos/
i.e. The current mono-core 64bit .rpm is under m/mono-core:
http://download.mono-project.com/repo/centos/m/mono-core/mono-core-4.8.0.495-0.xamarin.1.x86_64.rpm
Once you have all the rpms that you need downloaded and copied to your offline server, you can use yum to install them...

Install mod_auth_openidc CJOSE package not found

I'm trying to use mod_auth_openidc the product proposed by ZmartZone (https://github.com/zmartzone/mod_auth_openidc )
I'm working on "Red Hat Enterprise Linux Server release 6.8 (Santiago)"
When i started to install packages, i found that "CJOSE" package does not exist.
Can you please help ? and if any one of you have already installed this product can explain to me how to proceed.
Thanks a lot.
You can download binary packages for both mod_auth_openidc and cjose from the releases page: https://github.com/zmartzone/mod_auth_openidc/releases/

Update mono on opensuse 13.2

I am wondering if anyone can show me where to find or help me
how to update mono 3.8 on opensuse 13.2.
I want to update it to new version, because this one
have too many bugs and dont run goo with my aplications
on my server.
The Mono project provides one-click installs for openSUSE, currently versions up to 4.0.4.1-0 are available.
openSUSE and SLES
You can install using SUSE One-Click files (see below for
descriptions):
mono-devel
mono-complete
referenceassemblies-pcl
Ref: http://www.mono-project.com/docs/getting-started/install/linux/#opensuse-and-sles

Installing older version of Maven 2 on Ubuntu?

Is there an easy way to use apt-get to install an older version of Maven 2 on Ubuntu Maverick?
I'd like to use 2.0.9.
Try downloading from launchpad: http://launchpadlibrarian.net/15563514/maven2_2.0.9-2_all.deb
Double-click on it and GDebi should do the rest.
This package is no longer maintained on LTS and newer versions. Be careful, I haven't tried it because I have a newer version.
Anyway, why would you use an older one?
More info here: https://launchpad.net/ubuntu/jaunty/+package/maven2