lgogdownloader command not found

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

Introduction

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

lgogdownloader: command not found

or when using sudo you get the following error message

sudo: lgogdownloader: command not found

Solutions to lgogdownloader: command not found

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

In Ubuntu lgogdownloader is provided by lgogdownloader package.

lgogdownloader is:

lgogdownloader is a client for the GOG.com download API, allowing simple downloads and updates of games and other files from GOG.com.

This package is only useful if you own games on GOG.com. There are a few free-as-in-beer games available for Linux, but the DFSG-free games available on GOG.com are not provided for Linux and are available in Debian anyway (lure-of-the-temptress, beneath-a-steel-sky, flight-of-the-amazon-queen).

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

sudo apt-get -y install lgogdownloader

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

You can also use apt command to install lgogdownloader.

sudo apt -y install lgogdownloader

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

sudo aptitude install lgogdownloader

Summary

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