update-ldh-gui-suite command not found

In this troubleshooting guide we learn how to fix update-ldh-gui-suite command not found error message

Introduction

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

update-ldh-gui-suite: command not found

or when using sudo you get the following error message

sudo: update-ldh-gui-suite: command not found

Solutions to update-ldh-gui-suite: command not found

How To Fix update-ldh-gui-suite: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu update-ldh-gui-suite is provided by ldh-gui-suite package.

ldh-gui-suite is:

LDH GUI Suite provides access to Liberty Deckplan Host (LDH) services using GNOME Web for application wrappers.

The suite provides application wrappers for the following clients:

  • Chat - client for the instant messaging service Element
  • Social - client for the social networking service Smilodon
  • Hub - configuration interface for the Liberty Deckplan Host

Element (formerly Riot and Vector) is a web-based instant messaging client https://element.io/ implementing the Matrix protocol.

Smilodon is a self-hosted and federated social networking service https://source.puri.sm/liberty/smilodon, similar to (and created as a fork of) Mastodon.

A Liberty Deckplan Host (LDH) is a single domain implementing the concrete configuration plan defined at https://source.puri.sm/liberty/services.

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

sudo apt-get -y install ldh-gui-suite

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

You can also use apt command to install ldh-gui-suite.

sudo apt -y install ldh-gui-suite

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

sudo aptitude install ldh-gui-suite

Summary

In this tutorial we learn how to fix update-ldh-gui-suite command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.