简体   繁体   中英

Nss version Update (Ubuntu)

On my ubuntu PC I have nss version 3.28.4 and I wanna update the version to 3.30.2 how can I do that easly. I found this way but I need easiest way for my client. Thanks for your helps.

If it is Ubuntu also, why not try sudo apt-get install libnss3* ? This will install/update all packages starting with libnss3 . As I know it is the easiest way. To be verbose, add -v .

If you want to be sure about the packages starting with libnss3 are really what you want, use dpkg -l libnss3* to list all the package starting with libnss3 , and use apt show package-name to check description of each.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM