How do I check on a Unix server what version of Alpine is installed?

I have root access in case that is needed.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

oh, just found it:

alpine -version
link|improve this answer
thanks to macosx.com/forums/unix-x11/… – Devoted Jun 4 '10 at 18:16
feedback

You should be able to run the command alpine -v or alpine -version ... you can also start Alpine and press ? on the main menu to open the main Help page, which will also tell you the version.

If your system has a package manager that you used to install Alpine, you can also check with that. For example, on my Debian system, I'd run:

$ dpkg -l | grep alpine
ii  alpine      1.10+dfsg-3     Text-based email client, friendly for novices but powerful
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.