Need help with NSS

Hi,
How I can to check NSS version in CL?
Last version on the mozilla.org is 3.50.

You can find the packaging files all packages used in Clear Linux bundles here: clearlinux-pkgs · GitHub

For example, the current version of nss is 3.50:
https://github.com/clearlinux-pkgs/nss/blobmaster/nss.spec#L3

You could also do this with dnf, keeping in mind dnf isn’t used to install packages on Clear Linux:
https://docs.01.org/clearlinux/latest/guides/maintenance/query-upstream.html

1 Like
$ nss-config --version
3.50.0
2 Likes

You are the best! That is what I need.

1 Like

Thank you!
I’m newbie in Linux and don’t understand some basic things.