I just installed 15.3 over 15.2 (Desktop edition) and made sure to preserve /home.
Now when I launch Firefox, a window opens up with the following:
You’ve launched an older version of Firefox
Using an older version of Firefox can corrupt bookmarks and
browsing history already saved to an existing Firefox profile. To
protect your information, create a new profile for this installation of
Firefox.
So, how do I install a newer version of Firefox?
YaST Software Management shows that I have the following installed when I do a search for Firefox:
**MozillaFirefox v. 78.10.0-8.38-1
MozillaFirefox-branding-openSUSE v. 68-lp153.4.22
kmozillahelper v. 5.0.5-bp153.1.24
**
I do not see anything in Software Management what would allow me to install a newer version of Firefox.
I don’t want to create a newer profile because I would have to re-install all the add-ons and settings…
(1) add the repo.
(2) Use Yast Software management. Go to the “Repositories” view. That will tell you what’s in that repo.
(3) Use the “Versions” tab to make sure that you install the version you want. Installing a newer version will automatically remove the older version.
You will probably need to upgrade everything firefox related, to satisfy dependency requirements.
sorry to hijack this thread but I do have a question related to the installation of firefox also on Leap 15.3; once I have added the repo should I do a
zypper in MozillaFirefox
or a
zypper dup --allow-vendor-change
whats the difference between the two? will zypper in MozillaFirefox only upgrade firefox but not thunderbird?
whats the difference between the two? will zypper in MozillaFirefox only upgrade firefox but not thunderbird?
zypper in will only install the package and its dependencies from highest priority Repo or with the highest version if the package is not installed. If the package is installed, it will do nothing (no vendor change).
If you use zypper in -force it will install the package, depending on priority and/or Version, also from another Repo. That means if installed it will be once more installed.
But both times only the package (and maybe dependencies) is installed.
zypper dup --allow-vendor-change will install all installed packages once more with highest priority/version. But I would not use this command because it will use and switch with all enabled Repos.
It is better to use: zypper dup --allow-vendor-change --from (NAME,NUMBER,URL)
That will switch all installed packages to the version from that repo, if available, f. e. Firefox and Thunderbird if installed.