How to view the installed library/package information

How to view the installed library/package information and version numbers on TX2? Similar to the conda list in anaconda

Hi,

what do you mean with the installed library/package?
Are you referring to JetPack components, or some random packages installed with APT?

For the former, you may use tools like jtop:

; for the latter, just run:

apt list --installed

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.