0

when i try to install xfburn it comes with this message:

error message

It says, it is unable to locate package xfburn

Anwar
  • 76,649
ERMANNO
  • 1
  • 2

1 Answers1

1

xfburn is located in the universe repository, which might not be enabled by default on your installation.

To enable it, simply run

sudo add-apt-repository universe

Then update your software index lists using

sudo apt update

Now finally you can install your application by typing

sudo apt install xfburn
Anwar
  • 76,649
Byte Commander
  • 107,489