LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Checking the version number of a program (https://www.linuxquestions.org/questions/linux-newbie-8/checking-the-version-number-of-a-program-4175554017/)

Seff 09-20-2015 04:16 PM

Checking the version number of a program
 
How would I go about checking which version of a program I have? In this case, I'd like to know which version libreoffice is.

Habitual 09-20-2015 04:34 PM

terminal >
Code:

libreoffice --help
leads to
Code:

libreoffice --version
or use Help > About from the LO Menu.

Seff 09-20-2015 06:46 PM

Thanks.

Habitual 09-21-2015 06:08 AM

You are welcome.


All times are GMT -5. The time now is 12:57 AM.