How To Install jupp on AlmaLinux 8

In this tutorial we learn how to install jupp in AlmaLinux 8. jupp is Compact and feature-rich WordStar-compatible editor

Introduction

In this tutorial we learn how to install jupp on AlmaLinux 8.

What is jupp

Jupp is a compact and feature-rich WordStar-compatible editor and also the MirOS fork of the JOE 3.x editor which provides easy conversion for former PC users as well as powerfulness for programmers, while not doing annoying things like word wrap “automagically”. It can double as a hex editor and comes with a character map plus Unicode support. Additionally it contains an extension to visibly display tabs and spaces, has a cleaned up, extended and beautified options menu, more CUA style key-bindings, an improved math functionality and a bracketed paste mode automatically used with Xterm.

We can use yum or dnf to install jupp on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install jupp.

Install jupp on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install jupp using dnf by running the following command:

sudo dnf -y install jupp

Install jupp on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install jupp using yum by running the following command:

sudo yum -y install jupp

How To Uninstall jupp on AlmaLinux 8

To uninstall only the jupp package we can use the following command:

sudo dnf remove jupp

References

Summary

In this tutorial we learn how to install jupp on AlmaLinux 8 using yum and dnf.