Skip to content
Follow
Ubuntu Linux

How to Install HandBrake on Ubuntu 24.04

Richard
Written by
Richard
Dec 23, 2024 Updated Aug 13, 2026 3 min read
How to Install HandBrake on Ubuntu 24.04
How to Install HandBrake on Ubuntu 24.04

HandBrake for Ubuntu 24.04 is a free video converter that shrinks large video files so they take up less space and play on your phone or tablet. You can install the program in just a few minutes using either the built-in Ubuntu software store or the terminal.

The software lets you change video formats, adjust picture quality, and shrink movie files without losing noticeable detail. Ubuntu 24.04 users can choose between standard package manager installs and Flatpak packages to get the newest version of the app on their desktop.

⚡ Quick Answer

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

The built-in APT package manager handles software installations through Ubuntu’s default repositories. This installation method uses Ubuntu’s built-in software sources, which contain over 100,000 software packages. Open your terminal, update your software lists with `sudo apt update`, and then install HandBrake using the command `sudo apt install handbrake`.

Using the APT package manager from Ubuntu’s default repositories provides an efficient way to install HandBrake. Review this sequence:

Run the following command:

🐧Bash / Shell
sudo apt update
sudo apt install handbrake

This command installs HandBrake, although the resulting build might lag behind the absolute latest version. Alternative repositories mentioned later supply the newest releases.

After installing HandBrake, start the application by typing `handbrake-gui` in your terminal or by finding the HandBrake icon in your Ubuntu 24.04 desktop apps center.

💻Code
handbrake
Install HandBrake on Ubuntu
Install HandBrake on Ubuntu

Install HandBrake via Flatpak

Installing HandBrake on Ubuntu 24.04 via Flatpak requires setting up Flatpak first, as it does not come pre-installed. Flatpak offers a secure way to run applications independently, meaning they do not interfere with your main system. A couple of commands in your terminal get Flatpak ready for HandBrake installation.

Flatpak is a third-party application distribution system absent from default Ubuntu installations.

Initial preparation requires installing the Flatpak package manager before bringing in HandBrake. Follow these setup steps for Flatpak:

Update and install Flatpak.

🐧Bash / Shell
sudo apt update && sudo apt upgrade
sudo apt install flatpak

Next, add the Flatpak repository to Ubuntu.

Install HandBrake to convert video files between many formats. HandBrake version 1.7.1 installs on Ubuntu 24.04 by opening the terminal and typing the command `sudo apt update && sudo apt install handbrake`.

💻Code
flatpak install flathub fr.handbrake.ghb

Once installed, launch the application using the command below or open the app in the desktop apps center.

💻Code
flatpak run fr.handbrake.ghb

Uninstall the app using the command below.

💻Code
flatpak uninstall flatpak run fr.handbrake.ghb

Execution completes here.

Conclusion:

Setting up HandBrake on Ubuntu 24.04 transforms how you handle video compression and format conversions. Key points deserve review:

  • 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 finishes, search for HandBrake in your system search bar or look for its icon. HandBrake launches as displayed.

Is there a version of HandBrake for Linux?

HandBrake is available for Linux, Mac, and Windows on the official HandBrake website. This portal serves as the only official download source for HandBrake. For more information, consult Where to get HandBrake.

Was this guide helpful?

Was this helpful?
Richard

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.

📚 Related Tutorials

How to Uninstall Software in Ubuntu Linux
Ubuntu Linux How to Uninstall Software in Ubuntu Linux
How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *