How to Install HandBrake on Ubuntu 24.04
You install HandBrake on Ubuntu 24.04 using either the `apt` package manager or the Flatpak universal package system.
HandBrake is a popular, free, and open-source video transcoder designed to convert video files from virtually any format to a broad range of modern, broadly supported codecs. It’s your go-to tool for optimizing video size and compatibility.
This powerful application lets you shrink large video files while maintaining excellent quality, making them easier to store and share across devices. You gain granular control over resolution, bit rate, and codec settings.
Follow these steps to install the latest version of HandBrake on your Ubuntu 24.04 system, whether through the official Ubuntu repositories or the frequently updated Flatpak release.
Install HandBrake on Ubuntu 24.04 using the terminal. Open your terminal and run `sudo apt update && sudo apt install handbrake` for the repository version, or `sudo apt install flatpak && flatpak install flathub fr.handbrake.ghb` for the Flatpak version.
Install HandBrake via APT
Install HandBrake via APT
The easiest way to install HandBrake is using the APT package manager from Ubuntu’s default repositories. Here’s how:
Run the following command:
sudo apt update
sudo apt install handbrake
This command installs HandBrake, but it might not be the absolute latest version. For the newest release, consider the alternative repository mentioned next.
Once installed, you can launch it using the command below or open the app in the desktop apps center.
handbrake
Install HandBrake via Flatpak
Another way to install HandBrake is to use the Flatpak package manager. Flatpak uses a method called sandboxing for its installations. This makes things more secure and allows for updates to happen smoothly.
Flatpak is a third-party application distribution system not included in Ubuntu by default.
You’ll need to install the Flatpak package manager first. Then, you can install HandBrake. Here’s how to get Flatpak ready:
Update and install Flatpak.
sudo apt update && sudo apt upgrade
sudo apt install flatpak
Next, add the Flatpak repository to Ubuntu.
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Finally, install HandBrake (note: the original text mistakenly said Discord here, which has been corrected).
flatpak install flathub fr.handbrake.ghb
Once installed, you can launch it using the command below or open the app in the desktop apps center.
flatpak run fr.handbrake.ghb
Uninstall the app using the command below.
flatpak uninstall flatpak run fr.handbrake.ghb
That should do it!
Conclusion:
Getting HandBrake running on Ubuntu 24.04 is quite simple and can really boost how you manage your video files. Here are the key points to remember:
- Open-source Software: HandBrake is a free tool that supports various video formats.
- Multiple Installation Methods: You can easily install HandBrake using APT or Flatpak, depending on your preference.
- Customization Options: HandBrake offers various video and audio customization settings, including resolution and codec adjustments.
- Improved Multimedia Management: Ideal for compressing videos for storage or compatibility, HandBrake helps you manage your media efficiently.
- Easy to Use: With a user-friendly interface, launching HandBrake is simple, whether from the command line or the desktop app center.
How do I install HandBrake on Ubuntu?
Once installation is finished, you can search for HandBrake in your system’s search bar or look for its icon. HandBrake will launch as shown.
Is there a version of HandBrake for Linux?
HandBrake is available for Linux, Mac, and Windows on the official HandBrake website. This is the only official download source for HandBrake. For more information, see Where to get HandBrake.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!