Robot Core manual installation and execution
Robot Core is a cross-platform version of Primo Robot
Ubuntu installation
Open Ubuntu Store

2. Install .NET Runtime 5.0

3. Execute
sudo apt install -y libgdiplus libc6 libc6-dev
sudo apt install -y fontconfig libharfbuzz0b libfreetype6
4. Open robot folder and allow file Primo.Robot to be executable

5. Open WebDriver folder and allow all files to be executable

6. Start robot using terminal. For example:
./Primo.Robot instantStart noOrchestrator "projPath=/home/primo/Downloads/Core" "seqPath=/home/primo/Downloads/Core/Main.ltw"
Last updated