xorriso-tcltk command not found

In this troubleshooting guide we learn how to fix xorriso-tcltk command not found error message

Introduction

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

xorriso-tcltk: command not found

or when using sudo you get the following error message

sudo: xorriso-tcltk: command not found

Solutions to xorriso-tcltk: command not found

How To Fix xorriso-tcltk: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu xorriso-tcltk is provided by xorriso-tcltk package.

xorriso-tcltk is:

xorriso is a command line and dialog application, which creates, loads, manipulates, and writes ISO-9660 file system images with Rock Ridge extensions.

xorriso-tcltk offers the most important features in a single GUI window together with help texts and references to xorriso’s man page. The xorriso commands which get triggered by GUI components are shown in a scrollable text field or optionally may get logged to a file. Click on any GUI component by the rightmost mouse button to see the component’s help text.

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

sudo apt-get -y install xorriso-tcltk

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

You can also use apt command to install xorriso-tcltk.

sudo apt -y install xorriso-tcltk

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

sudo aptitude install xorriso-tcltk

Summary

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