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.

 

First Step: Install Build Essentials / Install Any System Updates

 The first step is to be sure that your Linux environment is up to date and that you have the proper files to be able to properly configure your Alpine program.

...

  • Installs metapackages needed to be able to compile software

 

"sudo apt update"

"sudo apt upgrade"

...

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

Compile and install the ALPINE client

Now you can compile and install the Alpine client.

...