I'm a new user of Ubuntu (16.04 LTS). I want to update my Opera browser, but I have this problem:
My Opera version is 46.0.2597.57 and the new version 47.0.2631.55 is available, but when I want to update my Opera it says: opera-stable is already the newest version (46.0.2597.57), but IT IS NOT!
I did this:
sudo add-apt-repository 'deb https://deb.opera.com/opera-stable/stable non-free'
wget -O - http://deb.opera.com/archive.key | apt-key add -
apt-get update
apt-get install opera-stable
and the response was:
Reading package lists... Done
Building dependency tree
Reading state information... Done
opera-stable is already the newest version (46.0.2597.57).
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
what is the problem with it?
thank you in advance :-)
NOTE: I've downloaded opera-stable_47.0.2631.55_amd64.deb and tried to install it by Ubuntu Software, but it didn't work!
deb
package usingsudo dpkg -i opera-stable_47.0.2631.55_amd64.deb
.deb
file to install the package. It will also automatically configure your package sources for automated updates, see here.