How to download and install Opera on Ubuntu 24.04

Share

Opera logo

Opera isn’t just another browser; it’s a powerful, feature-packed tool that can transform how you browse the web on your Ubuntu 24.04 desktop.

With its built-in ad blocker, free VPN, and sleek design, Opera offers a seamless browsing experience that’s hard to beat.

If you’re tired of sticking to the default browser and want something faster, more efficient, and packed with extras, you’re might want to give this one a go.

Here’s how to get Opera up and running on Ubuntu 24.04, so you can try a different way to browse and boost your productivity using this alternative browser.

How to Download Opera on Ubuntu 24.04

To install Opera on your Ubuntu system, just follow the instructions below:

  1. Choose where you want to download Opera from:
  2. Once downloaded, follow the provided installation instructions for your chosen format. After installation, launch Opera from your applications menu and start browsing the web.

How to Install Opera Using the Command Line

Use the terminal(command line) to install Opera:

  1. Open your terminal.
  2. Add the Opera repository to your system:
    wget -qO- https://deb.opera.com/archive.key | sudo apt-key add -
  3. Add the Opera stable repository to your sources list:
    echo "deb [arch=amd64] https://deb.opera.com/opera-stable/ stable non-free" | sudo tee /etc/apt/sources.list.d/opera-stable.list
  4. Update your package list to include the Opera repository:
    sudo apt update
  5. Install Opera by running the following command:
    sudo apt install opera-stable
  6. Once the installation is complete, you can launch Opera from your applications menu or by typing:
    opera

 

What Is Opera Browser?

Opera is a fast, secure, and feature-rich web browser developed by Opera Software, known for its innovative approach to web browsing. With a built-in ad blocker, free VPN, and various customization options, Opera provides a unique browsing experience that focuses on speed, privacy, and user control. It is designed to cater to both casual users and power users with its advanced features and sleek, modern interface.

Features:

  • Built-in Free VPN: Enhance your online privacy with Opera’s free VPN service, allowing you to browse securely and access content without geographic restrictions.
  • Integrated Ad Blocker: Speed up your browsing experience by blocking intrusive ads and trackers directly within the browser.
  • Customizable Interface: Personalize your browser with themes, customizable start pages, and a sidebar for quick access to your favorite tools.
  • Flow: Sync content and share files, links, and notes seamlessly between your mobile and desktop devices using Opera’s Flow feature.
  • Workspaces: Organize your tabs into workspaces, allowing you to group and switch between different sets of tabs for improved productivity.
  • Snapshot Tool: Capture and edit screenshots directly from the browser with Opera’s built-in snapshot tool, complete with annotations and editing options.
  • Battery Saver: Extend your laptop’s battery life with Opera’s battery saver mode, which reduces resource consumption and keeps you browsing longer on the go.
  • Opera GX: A special version tailored for gamers, featuring CPU, RAM, and Network Bandwidth limiters, as well as integrations with Twitch and Discord.
  • Video Pop-out: Watch videos in a floating, resizable window that stays on top of other windows, allowing you to multitask while keeping your content in view.
  • Speed Dial: Access your most-visited websites quickly from the Speed Dial page, which you can customize with your favorite sites and extensions.

Opera Browser Screenshots

Opera Browser Installation Video

How to Uninstall Opera via Terminal on Ubuntu

  1. Open your terminal.
  2. If Opera was installed normally (via .deb or repository), run the following command to uninstall it:
    • sudo apt remove --purge opera-stable
  3. If Opera was installed via Flatpak, run this command instead:
    • flatpak uninstall com.opera.Opera
  1. If Opera was installed via Snap, use this command:
    • sudo snap remove opera
  2. To remove residual configuration files, run:
    • rm -rf ~/.config/opera

Why not try Tangram on Ubuntu? It’s another great alternative. Otherwise don’t forget to also check Brave, Firefox and Chromium or check the list of the best browsers on Ubuntu.