Installation of Microsoft .net framework for linux - linux

I want to install nosql manager on ubuntu for cassandra database. so for that i have installed wine, which helps to run windows applications in ubuntu. so while installing nosql manager, it requires microsoft.net framework also to be installed, so i tried installing but it is not getting installed properly.
what is the best way to install microsoft.net framework latest version 4.5 on ubuntu.

Related

How to install cassandra on Windows 10?

I am trying to get and install Cassandra on Windows 10(x64). Not able to download any Datastax enterprise edition for Windows. Can anyone suggest the steps to do download ,install it and configure on Windows 10.
I have been using the following
Install virtual Machine
Download Latest Centos and Install it on Virtual Machine
Install Cygwin on windows ( you can use different software as well ) to access Cassandra on Windows
Follow Bitnami Steps on how to install Dockers and download Cassandra Image on your Virtual Machine
(https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7)
you may choose other Cassandra Image aswell but i personally prefer Bitnami
To be able to install Cassandra on Windows, first you need to:
Download and Install Java 8 and set environment variables.
Download and install Python 2.7 and set environment variables.
Then Visit the official Apache Cassandra Download page and select the version you would prefer to download and Set Up Apache Cassandra
Here's a link to full explanation https://phoenixnap.com/kb/install-cassandra-on-windows

How do I know which Ubuntu package to install?

I am using an application on Linux, Ubuntu that originally was on Windows. I am missing opengl header files that I had access to with the Windows 10 SDK.
I want to install opengl on my Ubuntu machine. I did a search for it under Ubuntu packages here.
How do I know which package to install?

Ubuntu unable to install .Net Core

I just installed Ubuntu 16.04 on virtual machine and trying to install .Net core.
I have followed following link for Installing .Net Core on Ubuntu
I tried to install package but it's failing.
Here is snapshot please check it once.
After installing Ubuntu 16.04 i found that .Net core is still not supported in 16.04 and maximum support is provide is up to 15.10.
Ubuntu - Installing .net core
Why there is no note on Installing .Net core in Ubuntu page about what version of Ubuntu should be used?
Is it correct that .Net Core is still not supported in Ubuntu 16.04? Is there any way to resolve this?
As far as I know, there is no package available for dotnet on Ubuntu 16.04. But you can build it yourself by cloning the dotnet/cli repository and then following this guide.
Doing that seems to work for me on Ubuntu 16.04.
Documentation has been updated.
And now Installing .NetCore on linux provides separate command that can be used to install .NetCore on Ubuntu 16.04.
Please check it once.

Installation of latest nodejs 0.10.29 on windows server 2003

I have downloaded the latest installables of node.js from http://nodejs.org/download/
I want to install the Node on Windows Server 2003, but it alerts me that the 'installation package does not supported by this processor type".
Could anyone help me, what am i missing?
On the download page there are 32-bit and 64-bit installation packages. You can't install the 64-bit package on a processor which only supports 32-bit. Find out your processor type and install the correct package. I assume it's an old computer, so most likely you will need the 32-bit package.

Install openerp 7 on windows azure platform

I want to install openerp on windows azure platform.
Firstly, i think install a virtual machine on windows azure, after that, i think install ubuntu 12.04 LTS. And finally, i will install openerp 7.
Is It the best way to run openerp 7 on windows azure ? Which has already installed openerp 7 on microsoft windows azure platform?
How should I proceed?
Please, give me your feedback.
You should have use all in one installer
or you can also install it on virtual machine

Resources