gnome-twitch command not found

In this troubleshooting guide we learn how to fix gnome-twitch command not found error message

Introduction

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

gnome-twitch: command not found

or when using sudo you get the following error message

sudo: gnome-twitch: command not found

Solutions to gnome-twitch: command not found

How To Fix gnome-twitch: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gnome-twitch is provided by gnome-twitch package.

gnome-twitch is:

gnome-twitch provides a GTK3 interface for viewing streams on Twitch. At the moment you can

  • browse popular streams,
  • browse streams by game,
  • search for streams,
  • view streams,
  • use the chat with a Twitch account,
  • change the video quality,
  • follow streams on your Twitch account and
  • switch between player backends. More features like recording streams, VODs (Video-On-Demand), integration of Twitch account features like following streams are planned.

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

sudo apt-get -y install gnome-twitch

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

You can also use apt command to install gnome-twitch.

sudo apt -y install gnome-twitch

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

sudo aptitude install gnome-twitch

Summary

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