Brasero is a simple yet powerful disc-burning application designed for the GNOME desktop environment. It is ideal for users who need to create audio CDs, data discs, and video DVDs, or to copy discs and create and burn ISO images. Brasero supports a wide range of disc formats and offers features like file integrity checks, disc image creation, and the ability to preview projects before burning, making it a reliable tool for all your disc-burning needs.
On Ubuntu 24.04, 22.04, or 20.04, Brasero can be easily installed via the Ubuntu default repository. This method provides a stable and straightforward installation, ensuring that you have access to the latest version of Brasero available in the repository. This guide will show you how to install Brasero using the command-line terminal.
Update Ubuntu System Before Brasero Installation
Ensure you update your system first to prevent installation issues and enhance security. To do this, open your terminal and enter the command below:
sudo apt update && sudo apt upgrade
Install Brasero via APT Command
Brasero is readily available in the Ubuntu repository, making installation a breeze. To install the disc-burning utility, enter the following command:
sudo apt install brasero
Launch Brasero via CLI Command or GUI Path
After successful installation, you can launch Brasero using various methods.
CLI Method to Launch Brasero
To launch Brasero from the terminal, open your terminal and input the following command:
brasero
Then press Enter, and the program will start.
GUI Method to Launch Brasero
To launch Brasero from your application menu, follow these steps:
- Click on the “Activities” button in the top left corner of your desktop.
- Type “Show Applications” in the search bar and click the corresponding icon.
- Click on “Brasero” from the application list to launch it.
Additional Brasero Commands
Update Brasero
Update Brasero using your standard system updates. When prompted, follow the instructions to install any available updates.
Alternatively, you can use the following command in your terminal to check for updates:
sudo apt upgrade && sudo apt upgrade
This will update all packages, including Brasero, to the latest version if an update is available.
Remove Brasero
If you no longer require Brasero, you can easily remove it using one of the following commands, depending on the installation method:
sudo apt remove brasero
This will remove Brasero from your system, including any configuration files and dependencies installed.
Conclusion
With Brasero installed on your Ubuntu system, you have a user-friendly and efficient tool for managing all your disc-burning tasks. Installing it via the Ubuntu default repository ensures a hassle-free setup and access to the latest stable version provided by the Ubuntu community. Regular updates through the repository will keep your Brasero installation current, allowing you to create and manage discs with confidence on Ubuntu.