How To Install termy-server on Fedora 36

In this tutorial we learn how to install termy-server in Fedora 36. termy-server is TermySequence terminal multiplexer server

Introduction

In this tutorial we learn how to install termy-server on Fedora 36.

What is termy-server

A multiplexing terminal emulator server implementing the TermySequence protocol.

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

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

sudo dnf -y install termy-server

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

sudo yum -y install termy-server

How To Uninstall termy-server on Fedora 36

To uninstall only the termy-server package we can use the following command:

sudo dnf remove termy-server

termy-server Package Contents on Fedora 36

/usr/bin/termy-connect
/usr/bin/termy-download
/usr/bin/termy-imgcat
/usr/bin/termy-imgls
/usr/bin/termy-monitor
/usr/bin/termy-query
/usr/bin/termy-server
/usr/bin/termy-setup
/usr/bin/termy-ssh
/usr/bin/termy-su
/usr/bin/termy-sudo
/usr/bin/termy-systemd-setup
/usr/bin/termyctl
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/3f6dcf26026ad212d8f8034d3c275a0cc779e3
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/f82933a7788b6b68e144217c7ae8ce913a1600
/usr/lib/systemd/user/termy-server.service
/usr/lib/systemd/user/termy-server.socket
/usr/share/licenses/termy-server
/usr/share/licenses/termy-server/COPYING.txt
/usr/share/man/man1/termy-connect.1.gz
/usr/share/man/man1/termy-download.1.gz
/usr/share/man/man1/termy-forwrd.1.gz
/usr/share/man/man1/termy-imgcat.1.gz
/usr/share/man/man1/termy-imgls.1.gz
/usr/share/man/man1/termy-monitor.1.gz
/usr/share/man/man1/termy-query.1.gz
/usr/share/man/man1/termy-server.1.gz
/usr/share/man/man1/termy-setup.1.gz
/usr/share/man/man1/termy-ssh.1.gz
/usr/share/man/man1/termy-su.1.gz
/usr/share/man/man1/termy-sudo.1.gz
/usr/share/man/man1/termy-systemd-setup.1.gz
/usr/share/man/man1/termyctl.1.gz
/usr/share/termy-server
/usr/share/termy-server/iterm2_shell_integration.bash
/usr/share/termy-server/iterm2_shell_integration.zsh

References

Summary

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