Install libreoffice on Azure Web Services

Syed Tousif 0 Reputation points
2023-05-16T12:30:53.7333333+00:00

Hi there,

Please help me to install the libreoffice on Azure Web Services.

Thanks in advance

Syed Tousif

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
75 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,808 questions
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 16,431 Reputation points Microsoft Employee
    2023-06-11T21:58:12.58+00:00

    @Syed Tousif I'm sorry to inform you that it is not possible to install LibreOffice on Azure Web Services. Azure Web Services is a platform for hosting web applications and services, and it does not support the installation of desktop applications like LibreOffice.

    As Sedat mentioned, you will likely need to use an Azure VM to accomplish this. To do this:

    1. Create an Azure VM: You can create an Azure VM using the Azure portal, Azure CLI, or Azure PowerShell. Make sure to select a VM size that meets your requirements and has enough resources to run LibreOffice.
    2. Connect to the VM: Once the VM is created, you can connect to it using Remote Desktop or SSH.
    3. Install LibreOffice: You can install LibreOffice on the VM using the package manager of the operating system installed on the VM. For example, if you are using a Linux VM, you can use the package manager to install LibreOffice. Here are the commands to install LibreOffice on Ubuntu:
    sudo apt-get update
    sudo apt-get install libreoffice
    

    If you are using a Windows VM, you can download the LibreOffice installer from the LibreOffice website and install it on the VM.

    1. Verify the installation: Once the installation is complete, you can verify it by launching LibreOffice and creating a new document.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.