How To Install techtalk-pse on Fedora 36

In this tutorial we learn how to install techtalk-pse in Fedora 36. techtalk-pse is Presentation software designed for technical people

Introduction

In this tutorial we learn how to install techtalk-pse on Fedora 36.

What is techtalk-pse

Tech Talk PSE is is Linux Presentation Software designed by technical people to give technical software demonstrations to other technical people. It is designed to be simple to use (for people who know how to use an editor and the command line) and powerful, so that you can create informative, technically accurate and entertaining talks and demonstrations. Tech Talk PSE is good at opening editors at the right place, opening shell prompts with preloaded history, compiling and running things during the demonstration, displaying text, photos, figures and video. Tech Talk PSE is bad at slide effects, chart junk and bullet points.

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

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

sudo dnf -y install techtalk-pse

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

sudo yum -y install techtalk-pse

How To Uninstall techtalk-pse on Fedora 36

To uninstall only the techtalk-pse package we can use the following command:

sudo dnf remove techtalk-pse

techtalk-pse Package Contents on Fedora 36

/usr/bin/techtalk-pse
/usr/share/doc/techtalk-pse
/usr/share/doc/techtalk-pse/COPYING
/usr/share/doc/techtalk-pse/README
/usr/share/doc/techtalk-pse/TODO
/usr/share/doc/techtalk-pse/examples
/usr/share/doc/techtalk-pse/examples/simple
/usr/share/doc/techtalk-pse/examples/simple/10-hello.html
/usr/share/doc/techtalk-pse/examples/simple/20-shell.term
/usr/share/doc/techtalk-pse/examples/simple/30-gears.sh
/usr/share/doc/techtalk-pse/examples/simple/40-goodbye.html
/usr/share/doc/techtalk-pse/examples/simple/README
/usr/share/doc/techtalk-pse/examples/simple/code.js
/usr/share/doc/techtalk-pse/examples/simple/fedora-bg.jpg
/usr/share/doc/techtalk-pse/examples/simple/functions
/usr/share/doc/techtalk-pse/examples/simple/style.css
/usr/share/man/man1/techtalk-pse.1.gz

References

Summary

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