LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-10-2016, 12:27 AM   #1
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Rep: Reputation: 5
Trying to Figure Out How Long Time Linux Users See That This Makes Seance.


I'm using Linux Mint. I used the Opera developer browser.

I go to the web page to download the latest, "Opera Browser, Version 39." I try to install it, Mint gives me a message that the same version is available in the Mint channel software.

I go to the Software Manager, find the latest Opera Browser. That version is 12.16.

Coming from a windows background, I would think that;

Opera Browser Version 39
Opera Browser Version 12.16 are different versions.

Obviously, someone at Linux Mint has these the same versions. They know more about it then I do.

It makes me wonder, in all your linux training, what makes you see that version "39" is the same as "12.16?"

Thank you for helping me understand,
Chris.
 
Old 10-10-2016, 12:36 AM   #2
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5
UPDATE;
After I installed (what the Mint team calls) "the same" browser, the first thing I get was a big button that gives a choice to update to the latest browser. This backs up my original question. I think V.12 is different then V.39, Opera thinks it different, but experienced Linux users say it's the same.

Why is that?
 
Old 10-10-2016, 04:06 AM   #3
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Hi, which version of Mint do you have?

Can you please uninstall all versions of Opera you already have and please try the following in terminal:

Code:
sudo apt-get update
sudo apt-get install opera
 
Old 10-10-2016, 05:55 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by happydog500 View Post
I'm using Linux Mint.
Chris, Chris, Chris:
I haz toaster.
What version of LM please?
Code:
inxi -Sr | pastebin
output please

I'm on 17.1 using Xfce 4.x, you could expect to see similar (if you're using 17.x)

For comparison (LinuxMint 17.x only)
Code:
apt-cache policy opera
...
opera:
  Installed: (none)
  Candidate: 12.16.1860-1linuxmint
  Version table:
     12.16.1860-1linuxmint 0
        700 http://extra.linuxmint.com/ rebecca/main amd64 Packages
without the inxi output, we can only guess.
version numbers... a question only the authors know the answer to, and we can only guess.




The LM18 version of Opera would be near the same version/build number I'd expect.
Hope that helps.
 
Old 10-10-2016, 08:57 AM   #5
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
Coming from a windows background, I would think that;
Opera Browser Version 39
Opera Browser Version 12.16 are different versions.
It doesn't need any windows-background or linux-foreground to comprehend that 39 and 12.16 are two different values --be they standing for a version or variable. It only needs common sense.

Quote:
Obviously, someone at Linux Mint has these the same versions. They know more about it then I do.
What makes you think he knows more than you do? (or did you comprehend what he actually said?)

Quote:
It makes me wonder, in all your linux training, what makes you see that version "39" is the same as "12.16?"
What do you mean by in all your linux training?

Most users (even advanced users) do not receive any training. Gnu/Linux using is just a matter of reading. An average IQ might look what seems insurmountable challenges at getting Gnu/Linux to run for a long while; the above average is entertained by riddles; and the bright plays it like a toy.

Some of us are not trained to use distro-built browser. (I always go to the developer site at need, download, build and install it myself, or get their binary if I am in a hurry.)
Nor are we trained to use Opera. (I use GNU/Icecat. I don't even use Firefox!)

Contrasting between subjects, the one "coming from windows background" and those who belong to the pronoun you in "your linux training" comes as a slight to some who are able to discern the unspoken insult alluded by the obvious mockery of "39 = 12.16".

Whatever help given by anyone here, it remains your responsibility to clear up a muddled thinking.

Your elocution I go to the web page then I go to the Software Manager betrays a cranky english. I can easily give compassion to such poverty of lingual skill; but drastic generalization of "you" is hardly pardonable in the absence of need to slight anyone if you did not comprehend the "readme.txt" correctly. We are not paid helpers here, and to avoid getting spanked better be polite to the best of your tongue.

Don't use a developer version if you can hardly get what is written on the "readme" text. Use a stable version.

Hope that helps.
.
.
 
Old 10-10-2016, 09:07 AM   #6
urbanwks
Member
 
Registered: Sep 2003
Distribution: Slackware64-Current, FreeBSD 12.1, Alpine 5.4, Manjaro 19, Alpine on WSL [Win10]
Posts: 194

Rep: Reputation: 213Reputation: 213Reputation: 213
Did you install "opera" or "opera-stable"? Everything I've seen (in a quick search) says you want "opera-stable".


_
 
Old 10-10-2016, 09:18 AM   #7
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
From the post by "Habitual" hereunder quoted:
Quote:
apt-cache policy opera
...
opera:
Installed: (none)
Candidate: 12.16.1860-1linuxmint
Version table:
12.16.1860-1linuxmint 0
700 http://extra.linuxmint.com/ rebecca/main amd64 Packages
It can be safely inferred that the number 12.16 (capitalized by the OP as an intellectual issue against linux training) is not an Opera version but an LM package build internal repository version. In short: the matter in issue raised is just a point of simple thinking-while-reading.

I hope this explanation disentangles the OP from the confusion.

m.m.
 
2 members found this post helpful.
Old 10-10-2016, 11:02 AM   #8
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
I am not sure but I think that Opera "39" is the Opera version number and "12.16" is the Ubuntu version number.

----------------
Steve Stites
 
Old 10-10-2016, 11:43 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
thank you malekmustaq for post #5.
you properly analyzed & put into words where i'd have been too lazy & simply annoyed at op.
i might add that the original post is full of polemics and simplifications that need clarification, if this is to be anything but a rant --- or an unjustified and somewhat paranoid assumption that all linux "experts" go to bed together.
 
2 members found this post helpful.
Old 10-10-2016, 03:28 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
12 is windows isn't it?

Anyway. 40.x rpm is available.
 
Old 10-10-2016, 08:57 PM   #11
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Opera 39 is the latest or close to the latest Windows version. A bit of history.

About the time Opera 12.xx was released, Opera had a management shake-up. The primary founder and guiding spirit of Opera was sacked and Opera's philosophy changed. You can see the new direction by comparing the configurability of the latest Opera for Windows with that of Opera 12.xx for Linux.

As part of the direction change, the new Opera management deferred any development of new Linux versions while they worked on bowdlerizing the Windows version.

I used Opera for almost 15 years on Windows and for the entire time I used Linux--up to that point. It was my go-to browser on Windows, Linux, and Android. When I saw the new direction, I stopped using it. I have not followed it to know whether the current Opera maintainers have released an updated version for Linux, because I don't care about Opera any more.

There is Vivaldi, the latest project of Opera's founder. It's not fully developed, but it is in the Mint repos.

Last edited by frankbell; 10-10-2016 at 09:01 PM.
 
Old 10-10-2016, 09:03 PM   #12
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Nice thing about Vilvadi.

Quote:
Vivaldi 1.4 32bit DEB
Vivaldi 1.4 32bit RPM
Nice some browsers still show some love for 32 bit systems.

Last edited by rokytnji; 10-10-2016 at 09:05 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hello World. First time poster, long time user. Linux Rules. doncochrane LinuxQuestions.org Member Intro 2 04-15-2015 12:38 AM
Long time member, long time *nix user, about time to say hi. stuman LinuxQuestions.org Member Intro 0 10-15-2013 07:35 AM
first time poster/long time linux numptie ; converting outlook mails to linux pete793r Linux - Software 6 03-02-2010 07:41 AM
Long time Windows users, first time Linux user Towjam LinuxQuestions.org Member Intro 1 06-21-2008 12:08 PM
what makes suse boot time so long? DAChristen29 Linux - Distributions 2 04-23-2004 04:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration