Problem: In order to install Tecplot on Linux I need to know what version of glibc I have. How do I do this?

Solution: On RPM based systems we use rpm -qa | grep glibc to determine the version of glibc installed. For Debian based systems (debian ubuntu) we should include the equivalent command: dpkg -l glibc* (that is an ell in the command not an i).

Tagged with:  
Share →