Versions

April 25th, 2009 | Tags:

Here are a few useful commands for finding version information of various system components.

  • Linux distribution name and version

    lsb_release -idrc

  • System information, including kernel version

    uname -a

  • X.org version

    X -version

  • Java version

    java -version

  • Package version

    dpkg -s <insert package name>

No comments yet.