A new version of Opera Web Browser has just been released, and this brief tutorial is going to show you how to quickly install it in Ubuntu 12.04 if you haven’t already done so.
This update comes with many features and enchantments including, HTML 5 drag n’ drop support, experimental hardware acceleration WebGL support, do not track and many others. For a detailed changelog, click here.
So, to install or upgrade to Opera version 12, continue below to learn how.
Objectives:
- Install Upgrade to Opera version 12 in Ubuntu 12.04
- Enjoy!
To get started, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, copy and paste the line below and press Enter to add Opera repository key.
wget -O- http://deb.opera.com/archive.key | sudo apt-key add -
Next, copy and paste the line below to add Opera software repository in Ubuntu.
sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> /etc/apt/sources.list'
Finally, run the commands below to update your system and install Opera
sudo apt-get update && sudo apt-get install opera
Enjoy!
Frequently Asked Questions
How to install Opera 12 in Ubuntu 12.04 using Terminal?
To install Opera 12 in Ubuntu 12.04, open Terminal and add Opera repository key by running 'wget -O- http://deb.opera.com/archive.key | sudo apt-key add -'. Then add Opera software repository with 'sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> /etc/apt/sources.list''. Finally, update the system and install Opera using 'sudo apt-get update && sudo apt-get install opera'.
What are some new features in Opera version 12 for Ubuntu 12.04?
Opera version 12 for Ubuntu 12.04 comes with features like HTML 5 drag n’ drop support, experimental hardware acceleration WebGL support, do not track, and more. It offers a detailed changelog for further information.
How to upgrade to Opera version 12 in Ubuntu 12.04?
To upgrade to Opera version 12 in Ubuntu 12.04, follow the same installation steps as for a fresh install. Open Terminal, add the repository key, add the software repository, update the system, and install Opera using the provided commands.
What keyboard shortcut opens Terminal in Ubuntu 12.04 for Opera installation?
To open Terminal in Ubuntu 12.04 for Opera installation, press Ctrl – Alt – T on your keyboard. This shortcut will launch the Terminal window where you can input the necessary commands.
How to add Opera repository key in Ubuntu 12.04?
In Ubuntu 12.04, you can add the Opera repository key by running the command 'wget -O- http://deb.opera.com/archive.key | sudo apt-key add -' in the Terminal. This step is essential for installing Opera.
Where can I find the detailed changelog for Opera version 12 in Ubuntu 12.04?
You can find the detailed changelog for Opera version 12 in Ubuntu 12.04 by visiting the official Opera website. The changelog will provide insights into the new features and enhancements in this version.
What is the command to add Opera software repository in Ubuntu 12.04?
To add the Opera software repository in Ubuntu 12.04, use the command 'sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> /etc/apt/sources.list''. This command will add the necessary repository for Opera installation.
How can I update the system after adding the Opera repository in Ubuntu 12.04?
After adding the Opera repository in Ubuntu 12.04, update the system by running 'sudo apt-get update'. This command will refresh the package list and allow you to install Opera successfully.