Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The instructions have been tested on Ubuntu 5.13.0.35-generic x86_64.

 Download "Alpine.x.x.tar.xz" package from here https://alpineapp.email/ by clicking on the link next to Source Code at the top of the page:

...

First Step: Install Build Essentials / Install Any System Updates

...

These commands can be combined using “sudo apt update && sudo apt upgrade -y”

Build dependencies for Alpine

 Depending on your Linux environment this next step may differ, but using Ubuntu the “Source Code” box needed to checked be able to use "sudo apt build-dep alpine"

 Input this command:

“sudo apt build-dep alpine"

  • Build dependencies for Alpine

...

Compile and install the ALPINE client

Now you can compile and install the Alpine client.

  1.  Navigate to the location where you unpackaged the “Alpine.x.x.tar.xz” package. It will look something like ~/Desktop/alpine-2.25

  2. Run the following commands:

    1. ".\configure"

      1. This script will prepare the necessary dependencies and various processes needed to prepare the software for use on your machine creating your “Makefile” needed for the next step.

    2. "sudo make"

      1. This script will run your defined “Makefile” to build the program.

    3. 'sudo make install"

      1. This script will copy the previously built program to its final locations in your system

  3. Open Run 'sudo apt install alpine”. This command will install the software so that you can open it for the first time and create your mail directory.

  4.  Open ALPINE for the first time.

  5. Type “alpine” into your terminal command line

    1. This will create a mail folder for you

      Image Modified
  6. After opening Alpine, you will need to update your ".pinerc" configuration file. An example configuration can be found here: https://www.math.uwaterloo.ca/~ccalzone/Docs/imap-on-pine-mutt.html

...