How To Install rep-gtk on Fedora 36
Introduction
In this tutorial we learn how to install rep-gtk
on Fedora 36.
What is rep-gtk
This is a binding of GTK+ for the librep Lisp interpreter. It is based on Marius Vollmer’s guile-gtk package (initially version 0.15, updated to 0.17), with a new glue-code generator.
We can use yum
or dnf
to install rep-gtk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rep-gtk.
Install rep-gtk 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 rep-gtk
using dnf
by running the following command:
sudo dnf -y install rep-gtk
Install rep-gtk 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 rep-gtk
using yum
by running the following command:
sudo yum -y install rep-gtk
How To Uninstall rep-gtk on Fedora 36
To uninstall only the rep-gtk
package we can use the following command:
sudo dnf remove rep-gtk
rep-gtk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/e72dbfbad14b77c6ea1631c46f8d955e3d8df0
/usr/lib64/rep/gui
/usr/lib64/rep/gui/gtk-2
/usr/lib64/rep/gui/gtk-2/gtk.so
/usr/share/doc/rep-gtk
/usr/share/doc/rep-gtk/NEWS
/usr/share/doc/rep-gtk/README
/usr/share/doc/rep-gtk/README.gtk-defs
/usr/share/doc/rep-gtk/README.guile-gtk
/usr/share/doc/rep-gtk/TODO
/usr/share/licenses/rep-gtk
/usr/share/licenses/rep-gtk/COPYING
References
Summary
In this tutorial we learn how to install rep-gtk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).