monoDevelop: Which is the last version of monoDevelop an dhow can install it? - monodevelop

I am using ubuntu 16.04 i386 and I am noticed monodevelop the latest version is 6.0.
Is it right? I have monoDevelop 5.10 and I would love to upgrade latest version. Using check updates doesn't tell me any neew version.
or maybe 5.10 it is really the latest
can anybody help me please to know which is the latest and install it?

MonoDevelop Version=6.2 is the latest as of today, but you review the current version #:
https://github.com/mono/monodevelop/blob/master/version.config
Consult the Linux distribution packages section for pre-packaged versions:
http://www.monodevelop.com/download/
The latest official package from Ubuntu is 5.10.0.871-2
http://packages.ubuntu.com/search?keywords=monodevelop
If you want to get the latest and greatest, you can either install from the Continuous Integration packages or from source:
http://www.mono-project.com/docs/getting-started/install/linux/ci-packages/#debian-ubuntu-and-derivatives
https://github.com/mono/monodevelop

Related

Install GoogleChrome browser in CentOS 7.9

I am looking for a compatible version of google chrome for centOS 7.9.
I know natively there is no version for CentOS7.9 but for fedora there is (it should be compatible) but the moment I install it and try to start the browser, I get a core dumped error.
Any suggestions?
yum install ./google-chrome-stable_current_x86_64.rpm

How to install xcode 7 and edit Swift 2.X on macOS Mojave version 10.14.3

In Case,
My project is using swift 2.X .
Once i installed Xcode 10. Xcode 10 is not available to code swift 2.X.
So i have to installed oldest version,
i go installed Xcode version 7.X , but not available to run on OS with the following problem message.
Xcode cannot be opened because of a problem.
Check with the developer to make sure Xcode works with this version of
macOS. You may need to reinstall the application.Be sure to install any
available updates for the application and macOS.
Any Solution to solve my problem??

How could i download Mariabd 10.2 in Debian 9?

apt-get install mariadb-server installs 10.1 version. However i want the latest version. How could i do that? I have checked apt sources and they are allright.
If you want the latest of any package in Linux you have two options, either you change the repository from stable to unstable or you compile from source

Can anyone explain or refer a link to me how to install Couchbase

I am new to Couchbase database can anyone please guide me to how to install this software and refer some documents, so that I can understand the basics of this Database.
I just posted a tutorial on how to install Couchbase Server on Windows:
http://blog.couchbase.com/2016/may/couchbase-with-windows-and-.net---part-1
But for the record, installing it is pretty easy: just download the binary and follow instructions: http://www.couchbase.com/nosql-databases/downloads
Couchbase.com has a lot of material on how to use and understand Couchbase Server. Maybe you can start on the Getting Started page: http://www.couchbase.com/get-started-developing-nosql
Here's a newer possibility, if you are on Windows. You can use Chocolatey NuGet (which is like apt-get for Windows)
choco install couchbase-server-community installs 4.0.0 (as of today)
choco install couchbase-server-community -pre install 4.5.0 beta (as of today)
Check out Chocolatey NuGet for the most up to date information on which versions you can install.

Project-open on Fedora server

I want to install ]project open[ version 4 on fedora server.can anyone tell me what are the exact procedure/steps to install it from scratch..any help would be appreciated.
There are instructions for installing ]project-open[ 4.0 on CentOS 6, which should be quite similar: http://www.project-open.com/en/install-rhel-6. However, I'm not aware of any installation or installation request specifically on Fedora. Just make sure to use PostgreSQL 8.4 (exactly this version!). You might have to compile PG from source for this.
As an alternative you could install KVM on your Fedora system and convert ]po[ V4.0 VMware. Instructions are available for example here: https://access.redhat.com/articles/1351473