unbuffer, alpine linux,

Install Unbuffer on Alpine Linux

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

Getting rid of the output buffering using pipelines can be achieved using the unbuffer command. Let’s see how to install unbuffer on Alpine Linux.

Prerequisites

  • Alpine Linux
  • sudo privileges

Install unbuffer on Alpine Linux

Step 1. Update Alpine system packages.

sudo apk update

Step 2. Install unbuffer on Alpine Linux.

sudo apk add expect

Step 3. Verify the installation.

unbuffer

Conclusion

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