• For seamless installation and execution, Embold should be installed on a clean machine/VM.
  • Embold works with Node.js version 10.22.1. Ensure that the machine on which Embold is getting installed has no Node.js installed.
  • To install .NET 5.0, run the following commands:
    wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
    sudo dpkg -i packages-microsoft-prod.deb
    rm packages-microsoft-prod.deb
    sudo apt-get update; \ sudo apt-get install -y apt-transport-https && \ sudo apt-get update && \ sudo apt-get install -y dotnet-sdk-5.0
  • Any process or software update should be stopped, before establishing with Embold installation. To check if the ‘apt’ process is running run the following command:
  • ps aux | grep apt
    To kill the ‘apt’ process use command:
    sudo kill -9
  • For more details, refer to the specifications section.