nano, alpine linux,

Install Nano on Alpine Linux

Sep 16, 2022 · 1 min read · Post a comment

If you are a nano fan and you are struggling to edit some config files with vim, then definitely you need to install nano. Let’s see how to install nano on Alpine Linux.

Prerequisites

  • Alpine Linux
  • sudo privileges

Install nano on Alpine Linux

Step 1. Update the packages.

sudo apk add update

Step 2. Install nano.

sudo apk add nano

Step 3. Verify the installation.

nano

Conclusion

Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.