How To Install dtach on Fedora 36

In this tutorial we learn how to install dtach in Fedora 36. dtach is A simple program that emulates the detach feature of screen

Introduction

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

What is dtach

dtach is a program that emulates the detach feature of screen, with less overhead. It is designed to be transparent and un-intrusive; it avoids interpreting the input and output between attached terminals and the program under its control. Consequently, it works best with full-screen applications such as emacs.

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

Install dtach 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 dtach using dnf by running the following command:

sudo dnf -y install dtach

Install dtach 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 dtach using yum by running the following command:

sudo yum -y install dtach

How To Uninstall dtach on Fedora 36

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

sudo dnf remove dtach

dtach Package Contents on Fedora 36

/usr/bin/dtach
/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/5537f7aba663664dedb7d206e962a94533bb5e
/usr/share/doc/dtach
/usr/share/doc/dtach/COPYING
/usr/share/doc/dtach/README
/usr/share/man/man1/dtach.1.gz

References

Summary

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