IronXL Linux Compatibility & Setup Guide
IronXL is built using pure .NET Standard it will work on all Linux distros that support .NET Core , .NET 5 and .NET 6 . and also will work on all Docker, Azure, macOS that supports.NET frameworks and (naturally) Windows.
We recommend using .NET Core 3.1 or .NET Core 5 or .NET Core 6 and any other runtimes marked as LTS by Microsoft because they have guaranteed long term support and are generally well tested on Linux.
No code changes are required to run on IronXL Linux. Generally IronXL works out of the box thanks to hundreds of hours of testing and configuration by our engineers.
Linux support is important because many cloud service such as Azure Web Apps, Azure Functions, AWS EC2, AWS Lambda, Azure Devops Docker rely heavily on Linux. At Iron Software we use these cloud tools regularly and understand that many of our Enterprise and SAAS customers do too,
Officially Supported All Linux Distros That Support .NET
We officially support and recommend the latest 64 bit Linux OS's below for "zero configuration" setup of IronXL.
- Ubuntu 20
- Ubuntu 18
- Debian 11
- Debian 10 [Currently the Microsoft Azure Default Linux Distro]
- Centos 7
- Centos 8
Please Read "Other Linux Distros" below for advice on installing IronXL on a version of Linux which is not officially supported.
We recommend using Microsoft's Official Docker Images . Other Linux distros are supported in part, but may require manual configuration using apt-get. See "Linux Manual Setup" at the end of this document.
IronXL NuGet Packages
Install-Package IronXL.Excel
Ubuntu Compatibility
Ubuntu is our most tested Linux operating system. This is because is it is used heavily in the Azure infrastructure we use for continuous testing and deployment. This platform also has official Microsoft .NET support and Official Docker Images.
Ubuntu 20
Official Microsoft Docker Images:
- 64 bit Ubuntu 20.04 Docker Image for .NET Runtime 3.1 ('3.1-focal')
- 64 bit Ubuntu 20.04 Docker Image for .NET Runtime 5.0 ('5.0-focal')
Ubuntu 18
Official Microsoft Docker Images:
- 64 bit Ubuntu 18.04 Docker Image for .NET Runtime 3.1 ('3.1-bionic')
- Although there is no official docker image for .NET 5 on Ubuntu 18, compatibility is very high.
Debian 11
Debian 10 is the default Linux distribution used by Microsoft when adding Docker support to a .NET project in Visual Studio.
Official Microsoft Docker Images:
- 64 bit Debian 11 Docker Image for .NET Runtime 3.1
- 64 bit Debian 11 Docker Image for .NET Runtime 5.0
Debian 10
Debian 10 is the default Linux distribution used by Microsoft when adding Docker support to a .NET project in Visual Studio.
Official Microsoft Docker Images:
- 64 bit Debian 10 Docker Image for .NET Runtime 3.1
- 64 bit Debian 10 Docker Image for .NET Runtime 5.0
CentOS 7 & CentOS 8 ensure you have sudo admin privileges and there is no special configuration to run IronXL on it just install the NuGet package and run.
Other Linux Distros ensure this distro supporting .NET and you have sudo admin privileges and there is no special configuration to run IronXL on it just install the NuGet package and run.