icepatch2server command not found

In this troubleshooting guide we learn how to fix icepatch2server command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

icepatch2server: command not found

or when using sudo you get the following error message

sudo: icepatch2server: command not found

Solutions to icepatch2server: command not found

How To Fix icepatch2server: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu icepatch2server is provided by zeroc-icepatch2 package.

zeroc-icepatch2 is:

This package contains IcePatch2 service, with IcePatch2, you can easily distribute a large set of files to many clients, and keep these files synced with your source set.

Ice is a comprehensive RPC framework that helps you network your software with minimal effort. Ice takes care of all interactions with low-level network programming interfaces and allows you to focus your efforts on your application logic.

To fix this problem, we can install more using the command below.

sudo apt-get -y install zeroc-icepatch2

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install zeroc-icepatch2.

sudo apt -y install zeroc-icepatch2

Or if you have aptitude installed you can use the following command.

sudo aptitude install zeroc-icepatch2

Summary

In this tutorial we learn how to fix icepatch2server command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.