2

I am using Lubuntu 14.04. It is the only OS on the computer. Is there any software I can use to backup to a cd or dvd?

Zanna
  • 72,312

1 Answers1

0

Roland,

You can mix applications from different Ubuntu flavors, and even have 2 or more interfaces side by side. http://www.ubuntu.com/about/about-ubuntu/flavours

sudo apt-cache search burning | grep -i cd/dvd
# It will give you some options
# brasero - CD/DVD burning application for GNOME
sudo apt-get install brasero

My favorite is Brasero, it is straightforward and a rock solid software.

ftcosta
  • 121