Installing Syncfusion® Word Linux installer
23 Jul 20261 minute to read
Step-by-Step Installation
The steps below show how to install the Syncfusion® Word Linux installer.
-
Extract the Syncfusion® Word Linux installer (.zip) file. The files are extracted to your machine.

-
The Linux zip file contains the following folders.

NOTE
The Unlock key is not required to install the Linux installer.
-
You can launch the demo source and use the NuGet packages included in the Linux installer.
-
Run the following command on the Linux machine to deploy the ASP.NET Core samples in order to restore the NuGet packages:
dotnet restore <projectname> -s ./nugetNOTE
Replace
<projectname>with the name of the demo project you want to restore.
License key registration in samples
After installation, the license key is required to register the demo source that is included in the Linux installer. To learn about the steps for license registration for the ASP.NET Core - EJ2 samples in the Essential Studio® Word Linux installer, please refer to the following:
- Register the license key in the Program.cs file if you created the ASP.NET Core web application with Visual Studio 2022 and .NET 6.0.
- Register the license key in the Configure method of Startup.cs