Dotnet on Interworx

I have a customer that wants to use Dotnet SDK on an Interworx server they lease from us. I want to avoid any conflict packages that might effect the IW control panel. Has anyone used Dotnet on an Interworx CentOS server? If so were there any issues? Thank you!

Similarly one of my customer looking to add dotnet sdk and i am aware that there might be any conflict packages with respect to the control panel.

has anyone used dotnet on centos server? it would be great to help me with the solution. thanks you. :confused:

Hi

Please see below for dotnet centos 7

Many thanks

John

You can install .NET Core on CentOS 7 now using the following steps:
yum install centos-release-dotnet
yum install centos-release-scl
yum install httpd24-libcurl
yum install rh-dotnet20

To use it:
scl enable rh-dotnet20 bash
dotnet --info

.NET Command Line Tools (2.0.3)

Product Information:
Version: 2.0.3
Commit SHA-1 hash: c85173f757

Runtime Environment:
OS Name: centos
OS Version: 7
OS Platform: Linux
RID: centos.7-x64
Base Path: /opt/rh/rh-dotnet20/root/usr/lib64/dotnet/sdk/2.0.3/

Microsoft .NET Core Shared Framework Host

Version : 2.0.9
Build : N/A

Hi

If you want to run latest dotnet3, please see below

if dotnet2 not installed

yum install centos-release-dotnet
yum install centos-release-scl
yum install httpd24-libcurl
yum install rh-dotnet31

If dotnet2 installed

yum remove rh-dotnet20
yum remove rh-dotnet20-dotnet-sdk-2.0-2.0.3-4.1.el7.centos.x86_64

yum install rh-dotnet31
scl enable rh-dotnet31 bash

Many thanks

John

dotnet --info

.NET Core SDK (reflecting any global.json):
Version: 3.1.100
Commit: cd82f021f4

Runtime Environment:
OS Name: centos
OS Version: 7
OS Platform: Linux
RID: centos.7-x64
Base Path: /opt/rh/rh-dotnet31/root/usr/lib64/dotnet/sdk/3.1.100/

Host (useful for support):
Version: 3.1.0
Commit: 65f04fb6db

.NET Core SDKs installed:
3.1.100 [/opt/rh/rh-dotnet31/root/usr/lib64/dotnet/sdk]

.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.1.0 [/opt/rh/rh-dotnet31/root/usr/lib64/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.0 [/opt/rh/rh-dotnet31/root/usr/lib64/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs: