twinkle command not found

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

Introduction

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

twinkle: command not found

or when using sudo you get the following error message

sudo: twinkle: command not found

Solutions to twinkle: command not found

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

In Ubuntu twinkle is provided by twinkle package.

twinkle is:

Twinkle is a soft-phone for making telephone calls over an IP network using the SIP protocol. You can use it for direct IP phone to IP phone communication or in a network using a SIP proxy to route your calls. Notable features include multiple active identities, call transfer, call rejection, 2 simultaneous calls and 3-way conference calls.

This package contains the graphical interface.

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

sudo apt-get -y install twinkle

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

You can also use apt command to install twinkle.

sudo apt -y install twinkle

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

sudo aptitude install twinkle

Summary

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