Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6449  / 3 Years ago, thu, october 21, 2021, 1:41:47

I have been trying to run Opera on Ubuntu but wine is installing the application but not running the application, any suggestion and how to approach the problem?


More From » browser

 Answers
2

Opera provides native packages to download for most Linux distributions at their website and even repositories, so updates are automatically pulled in via package management. There is an article on Opera in the Ubuntu community documentation providing information beyond just installing.



To add the opera repository with the signing key and install Opera execute the following commands:



echo "deb http://deb.opera.com/opera/ stable non-free" | sudo tee -a /etc/apt/sources.list.d/opera.list
wget -qO - http://deb.opera.com/archive.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install opera


I just tried it in my Lucid VM, it works and installs without issues.



Opera in 10.04


[#38409] Thursday, October 21, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
moloy

Total Points: 457
Total Questions: 93
Total Answers: 119

Location: Romania
Member since Wed, Dec 29, 2021
2 Years ago
;