How To Install arj on Fedora 36

In this tutorial we learn how to install arj in Fedora 36. arj is Archiver for .arj files

Introduction

In this tutorial we learn how to install arj on Fedora 36.

What is arj

This package is an open source version of the arj archiver. It has been created with the intent to preserve maximum compatibility and retain the feature set of original ARJ archiver as provided by ARJ Software, Inc.

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

Install arj on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install arj

Install arj on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install arj

How To Uninstall arj on Fedora 36

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

sudo dnf remove arj

arj Package Contents on Fedora 36

/etc/rearj.cfg
/usr/bin/arj
/usr/bin/arjdisp
/usr/bin/rearj
/usr/bin/unarj
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/5d78dbef93894bc97a4544d68a3fc186608982
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/c4b02b9e95c03e536efee47539e7177f1373c4
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/6fa45357a62587308c472600ee71e1db590220
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/cb035e0b4c92f999340e12696f2c7f179a5312
/usr/lib64/arj
/usr/lib64/arj/arjcrypt.so
/usr/share/doc/arj
/usr/share/doc/arj/ChangeLog
/usr/share/doc/arj/rev_hist.txt
/usr/share/licenses/arj
/usr/share/licenses/arj/COPYING
/usr/share/man/man1/arj.1.gz
/usr/share/man/man1/arjdisp.1.gz
/usr/share/man/man1/rearj.1.gz
/usr/share/man/man1/unarj.1.gz

References

Summary

In this tutorial we learn how to install arj on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).