How do I check version of alpine mail client?











up vote
27
down vote

favorite
4












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.










share|improve this question




























    up vote
    27
    down vote

    favorite
    4












    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.










    share|improve this question


























      up vote
      27
      down vote

      favorite
      4









      up vote
      27
      down vote

      favorite
      4






      4





      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.










      share|improve this question















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 at 4:55









      bahamat

      4,79011724




      4,79011724










      asked Jun 4 '10 at 18:14









      Devoted

      3952512




      3952512






















          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





          share|improve this answer

















          • 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


















          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





          share|improve this answer




























            up vote
            2
            down vote



            accepted










            oh, just found it:



            alpine -version





            share|improve this answer





















            • thanks to macosx.com/forums/unix-x11/…
              – Devoted
              Jun 4 '10 at 18:16











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            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

























            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





            share|improve this answer

















            • 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















            up vote
            44
            down vote













            That works even without alpine installed (e.g. in Docker container):



            $ cat /etc/alpine-release 
            3.4.6





            share|improve this answer

















            • 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













            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





            share|improve this answer












            That works even without alpine installed (e.g. in Docker container):



            $ cat /etc/alpine-release 
            3.4.6






            share|improve this answer












            share|improve this answer



            share|improve this answer










            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














            • 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












            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





            share|improve this answer

























              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





              share|improve this answer























                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





                share|improve this answer












                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






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 4 '10 at 18:19









                quack quixote

                35k1086118




                35k1086118






















                    up vote
                    2
                    down vote



                    accepted










                    oh, just found it:



                    alpine -version





                    share|improve this answer





















                    • thanks to macosx.com/forums/unix-x11/…
                      – Devoted
                      Jun 4 '10 at 18:16















                    up vote
                    2
                    down vote



                    accepted










                    oh, just found it:



                    alpine -version





                    share|improve this answer





















                    • thanks to macosx.com/forums/unix-x11/…
                      – Devoted
                      Jun 4 '10 at 18:16













                    up vote
                    2
                    down vote



                    accepted







                    up vote
                    2
                    down vote



                    accepted






                    oh, just found it:



                    alpine -version





                    share|improve this answer












                    oh, just found it:



                    alpine -version






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jun 4 '10 at 18:15









                    Devoted

                    3952512




                    3952512












                    • 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




                    thanks to macosx.com/forums/unix-x11/…
                    – Devoted
                    Jun 4 '10 at 18:16


















                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                    Alcedinidae

                    Can an atomic nucleus contain both particles and antiparticles? [duplicate]