Noob here. I want to use zypper to update only my Firefox app and nothing else. Is there a command that can do that? Something like
sudo zyp MozillaFirefox
Will this work? Or do I need to also manually update all the Firefox dependencies?
i | mozilla-nspr | Netscape Portable Runtime | package
i | mozilla-nss | Network Security Services | package
i | mozilla-nss-certs | CA certificates for NSS | package
i | mozilla-openh264 | H.264 codec support for Mozilla browsers | package
i | MozillaFirefox | Mozilla Firefox Web Browser | package
i | MozillaFirefox-branding-openSUSE | openSUSE branding of MozillaFirefox | package
zypper install --force NAME
should instal the Package NAME from the Repo with highest Prioritory and if all have the same Priorities, the Package with the highest Version-Release.
Seems to have worked. My Firefox is now up to 131.0.2. Unfortunately that version has the recent and bad Firefox bug. So I’ll skip using FIrefox until I can get the next version.
Best is to use the commandline often and use many commands inside.
I use mostly command --help
to get the short help for command, if I need more, I use man command
rpm can handle installed packages or if not installed, use the complete Path to the package as seen above.
And this output is “grepped” for some special piece.
Also grep --help or the manpage will help.