burner command not found

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

Introduction

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

burner: command not found

or when using sudo you get the following error message

sudo: burner: command not found

Solutions to burner: command not found

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

In Ubuntu burner is provided by kylin-burner package.

kylin-burner is:

Burner is a simple application to burn, copy and erase CD and DVD media: audio, video or data. It features among other things:

  • On-the-fly burning
  • Multisession support
  • On-the-fly conversion of music playlists in all formats supported by GStreamer

This package contains the standalone app.

The following packages, if installed, will provide Burner with added functionality:

  • cdrdao to burn combined data/audio CDs and for byte-to-byte copy
  • GStreamer backends to support more audio formats
  • vcdimager to create VCDs or SVCDs
  • libdvdcss2 to copy encrypted DVDs
  • tracker to search for video, audio, image and document files

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

sudo apt-get -y install kylin-burner

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

You can also use apt command to install kylin-burner.

sudo apt -y install kylin-burner

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

sudo aptitude install kylin-burner

Summary

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