Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Web Browsers»Opera»How to Install Opera Browser on Ubuntu 20.04

    How to Install Opera Browser on Ubuntu 20.04

    By RahulDecember 23, 20203 Mins Read

    Opera is a Chromium-based multi-platform web browser developed by Opera Software. It have multiple features similar to the Google chrome as both are developed on Chromium. You will get a new looks and multiple different features that other browsers, which makes it more powerful.

    Advertisement

    The Opera browser is available under the Snapcraft packages. Also the Opera team provides an PPA for installing Opera on Ubuntu systems.

    This tutorial help you to install Opera web browser on Ubuntu 20.04 LTS Linux system.

    Prerequisites

    • A running Ubuntu 20.04 system with Desktop
    • Shell access with sudo privileged account

    Installing Opera on Ubuntu 20.04

    Opera web browser packages are available as Linux Snap packages. Also the Opera team provides an official PPA for installing packages on Ubuntu systems.

    Choose one of the 2 methods given below to install Opera on Ubuntu 20.04 LTS system

    • Method 1 – Install Opera Using Snap

      Snapd is default installed on Ubuntu focal systems. So you just need to open a terminal and execute following command to install Opera on Ubuntu systems.

      sudo snap install opera 
      

      On successful installation, you will see the message on screen as below:

      opera 73.0.3856.284 from Opera (opera-software*) installed
      
    • Method 2 – Install Opera Using PPA

      This method will use office apt repository for installing Opera on Ubuntu system.

      Open a terminal (CTRL+ALT+T) and import GPG key to your system:

      wget -qO- https://deb.opera.com/archive.key | sudo apt-key add - 
      

      After that create a PPA file with reference to official Opera apt repository for stable version packages. To create file, execute command:

      echo deb https://deb.opera.com/opera-stable/ stable non-free | sudo tee /etc/apt/sources.list.d/opera.list 
      

      Now, you can install Opera on Ubuntu systems. Use the below commands to update apt cache first, then install opera stable version on your system.

      sudo apt update 
      sudo apt install opera-stable 
      

      Press ‘y’ for any confirmation prompted by the installer.

    All done. You have installed Opera browser on Ubuntu system using one of the above methods.

    Run Opera on Ubuntu

    Click the show applications icon that is shown at the bottom left dock of screen. You can also click super key in your keyboard. Under the activities search for “opera” and it will show you Opera launcher like below:

    Launch Opera on Ubuntu 20.04

    Click the Opera launcher icon to start application.

    Install Opera on Ubuntu 20.04

    Now, you have access your favorite web applications or test your development web application.

    Remove Opera from Ubuntu

    Once you no more need the Opera browser, you can remove it anytime from your system. Using one of the below options to remote opera based on installation method.

    • Snap package – Use the following command to remove Opera installed with snap package
      sudo snap remove opera 
      
    • Debian package – If you have installed Opera with debian package, use below command to uninstall it.
      sudo apt remove opera-stable 
      

    Conclusion

    Congratulation! You have installed a popular web browser on your system. Enjoy the features of Opera with accessing web applications.

    browser opera web browser
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How to Change the Default Browser in Ubuntu

    How to Change the Default Browser in Ubuntu

    How to Install Tor Browser on Ubuntu

    How to Install Tor Browser on Ubuntu 20.04

    How to Install Opera Browser on Ubuntu 18.04

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • 20 Basic Linux Commands for the Beginners (Recommended)
    • tail Command in Linux with Examples
    • What is a Orphan Process in Unix/Linux
    • How To Display Warning Message to Unauthorized SSH Access
    • How to Set a Custom SSH Login Banner and MOTD
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.