How to Install and Uninstall janet.x86_64 Package on Fedora 39

Last updated: September 28,2024

1. Install "janet.x86_64" package

This guide covers the steps necessary to install janet.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install janet.x86_64

2. Uninstall "janet.x86_64" package

This guide covers the steps necessary to uninstall janet.x86_64 on Fedora 39:

$ sudo dnf remove janet.x86_64 $ sudo dnf autoremove

3. Information about the janet.x86_64 package on Fedora 39

Last metadata expiration check: 4:44:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : janet
Version : 1.32.1
Release : 1.fc39
Architecture : x86_64
Size : 379 k
Source : janet-1.32.1-1.fc39.src.rpm
Repository : updates
Summary : A dynamic language and bytecode vm
URL : https://janet-lang.org
License : MIT
Description : Janet makes a good system scripting language, or a language
: to embed in other programs. It's like Lua and GNU Guile in
: that regard. It has more built-in functionality and a richer
: core language than Lua, but smaller than GNU Guile or Python.
: However, it is much easier to embed and port than Python or
: Guile.
:
: There is a REPL for trying out the language, as well as the
: ability to run script files. This client program is separate
: from the core runtime, so Janet can be embedded in other
: programs. Try Janet in your browser at https://janet-lang.org.