Install Brasero – CD/DVD burning utility for Ubuntu Linux
By Detector | 11 October 2008
Brasero is the Linux CD/DVD burning utility that comes with the default installation of Ubuntu. It is a free disc-burning program which serves as a graphical front-end to cdrtools, growisofs, and libburn. Here is the steps how to install it on your ubuntu linux distribution:
- You can run Brasero from the Applications > Sound & Video menu.
- (recommended) Install extra codecs to allow creation of audio CDs from mp3, wma, etc.:
sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-ffmpeg
- (recommended) Make Brasero the default burner for various media types.
nano ~/.local/share/applications/mimeapps.list
- Append the following lines.
[Added Associations]
x-content/blank-bd=brasero.desktop;
x-content/blank-cd=brasero.desktop;
x-content/blank-dvd=brasero.desktop;
x-content/blank-hddvd=brasero.desktop;Save and close the file, and then restart Nautilus.
killall nautilus
Tags | Howto, Installation, Linux, Multimedia, Software, Ubuntu