How to Install and Uninstall js-termynal.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "js-termynal.noarch" package

Learn how to install js-termynal.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install js-termynal.noarch

2. Uninstall "js-termynal.noarch" package

This tutorial shows how to uninstall js-termynal.noarch on Fedora 34:

$ sudo dnf remove js-termynal.noarch $ sudo dnf autoremove

3. Information about the js-termynal.noarch package on Fedora 34

Last metadata expiration check: 1:24:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : js-termynal
Version : 0.0.1
Release : 2.20210316git9b30189.fc34
Architecture : noarch
Size : 18 k
Source : js-termynal-0.0.1-2.20210316git9b30189.fc34.src.rpm
Repository : fedora
Summary : Lightweight and modern terminal animations using async/await
URL : https://github.com/ines/termynal
License : MIT
Description : Typing animations are nothing new and Termynal isn’t particularly
: revolutionary. The author wrote it because they needed a modern and lightweight
: version with minimal JavaScript and without messy, nested setTimeout calls.
: Most of the existing libraries rely on JavaScript for both the rendering,
: styling and animation, or even require jQuery. This is inconvenient, especially
: if you’re using the animation as part of your software’s documentation. If a
: user has JavaScript disabled, they will only see a blank window.
:
: Termynal uses async and await, which is now supported pretty much across all
: major browsers. Termynal lets you write all input and output in plain HTML, and
: all styling in plain CSS. Non-JS users will still see the complete code, just
: no animation. The width and height of the terminal window is read off the
: original container. This means you won’t have to worry about sizing or layout
: reflows. Termynal also comes with a flexible HTML API, so you can use it
: without having to write a single line of JavaScript yourself.