How do I check version of alpine mail client?
up vote
27
down vote
favorite
How do I check on a Unix server what version of the Alpine mail client is installed?
I have root access in case that is needed.
unix version alpine-linux
add a comment |
up vote
27
down vote
favorite
How do I check on a Unix server what version of the Alpine mail client is installed?
I have root access in case that is needed.
unix version alpine-linux
add a comment |
up vote
27
down vote
favorite
up vote
27
down vote
favorite
How do I check on a Unix server what version of the Alpine mail client is installed?
I have root access in case that is needed.
unix version alpine-linux
How do I check on a Unix server what version of the Alpine mail client is installed?
I have root access in case that is needed.
unix version alpine-linux
unix version alpine-linux
edited Nov 26 at 4:55
bahamat
4,79011724
4,79011724
asked Jun 4 '10 at 18:14
Devoted
3952512
3952512
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
44
down vote
That works even without alpine
installed (e.g. in Docker container):
$ cat /etc/alpine-release
3.4.6
3
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
add a comment |
up vote
3
down vote
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
add a comment |
up vote
2
down vote
accepted
oh, just found it:
alpine -version
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
44
down vote
That works even without alpine
installed (e.g. in Docker container):
$ cat /etc/alpine-release
3.4.6
3
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
add a comment |
up vote
44
down vote
That works even without alpine
installed (e.g. in Docker container):
$ cat /etc/alpine-release
3.4.6
3
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
add a comment |
up vote
44
down vote
up vote
44
down vote
That works even without alpine
installed (e.g. in Docker container):
$ cat /etc/alpine-release
3.4.6
That works even without alpine
installed (e.g. in Docker container):
$ cat /etc/alpine-release
3.4.6
answered Jan 4 '17 at 9:18
Artem Skoretskiy
54132
54132
3
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
add a comment |
3
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
3
3
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
While this does answer my question (and probably yours), this is how to check the Alpine OS version, not the Text-based email client. ;)
– kaiser
Feb 12 '17 at 19:33
add a comment |
up vote
3
down vote
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
add a comment |
up vote
3
down vote
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
add a comment |
up vote
3
down vote
up vote
3
down vote
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
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
answered Jun 4 '10 at 18:19
quack quixote
35k1086118
35k1086118
add a comment |
add a comment |
up vote
2
down vote
accepted
oh, just found it:
alpine -version
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
add a comment |
up vote
2
down vote
accepted
oh, just found it:
alpine -version
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
oh, just found it:
alpine -version
oh, just found it:
alpine -version
answered Jun 4 '10 at 18:15
Devoted
3952512
3952512
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
add a comment |
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
thanks to macosx.com/forums/unix-x11/…
– Devoted
Jun 4 '10 at 18:16
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f148902%2fhow-do-i-check-version-of-alpine-mail-client%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown