How To Install gfm on Fedora 36
Introduction
In this tutorial we learn how to install gfm
on Fedora 36.
What is gfm
The GFM is an application allowing for the manipulation of single/group/tigroup files from Texas Instruments handhelds. It can create a new file, open an existing file, save file, rename variables, remove variables, create folders, group files into a group/tigroup file, and ungroup a group/tigroup file into single files.
We can use yum
or dnf
to install gfm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gfm.
Install gfm 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 gfm
using dnf
by running the following command:
sudo dnf -y install gfm
Install gfm 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 gfm
using yum
by running the following command:
sudo yum -y install gfm
How To Uninstall gfm on Fedora 36
To uninstall only the gfm
package we can use the following command:
sudo dnf remove gfm
gfm Package Contents on Fedora 36
/usr/bin/gfm
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/7a74b02cacdc224207af2846c86c8f612287cc
/usr/share/applications/gfm.desktop
/usr/share/doc/gfm
/usr/share/doc/gfm/AUTHORS
/usr/share/doc/gfm/ChangeLog
/usr/share/doc/gfm/README
/usr/share/gfm
/usr/share/gfm/desktop
/usr/share/gfm/desktop/README.txt
/usr/share/gfm/desktop/gfm.appdata.xml
/usr/share/gfm/desktop/gfm.desktop.in
/usr/share/gfm/glade
/usr/share/gfm/glade/dialogs.glade
/usr/share/gfm/glade/dialogs.gladep
/usr/share/gfm/glade/dialogs.str
/usr/share/gfm/glade/gfm.glade
/usr/share/gfm/glade/gfm.gladep
/usr/share/gfm/glade/gfm.str
/usr/share/gfm/help
/usr/share/gfm/icons
/usr/share/gfm/icons/App_Var.ico
/usr/share/gfm/icons/Application.ico
/usr/share/gfm/icons/Asm_Program.ico
/usr/share/gfm/icons/Backup.ico
/usr/share/gfm/icons/Certificate.ico
/usr/share/gfm/icons/Complex.ico
/usr/share/gfm/icons/Complex_List.ico
/usr/share/gfm/icons/Complex_Matrix.ico
/usr/share/gfm/icons/Complex_Vector.ico
/usr/share/gfm/icons/Constant.ico
/usr/share/gfm/icons/Data.ico
/usr/share/gfm/icons/Diff_Equ.ico
/usr/share/gfm/icons/Equation.ico
/usr/share/gfm/icons/Expression.ico
/usr/share/gfm/icons/Figure.ico
/usr/share/gfm/icons/Function.ico
/usr/share/gfm/icons/GDB.ico
/usr/share/gfm/icons/Group.ico
/usr/share/gfm/icons/Group_Backup.ico
/usr/share/gfm/icons/Group_Var.ico
/usr/share/gfm/icons/List.ico
/usr/share/gfm/icons/ListOfTypes.txt
/usr/share/gfm/icons/Macro.ico
/usr/share/gfm/icons/Matrix.ico
/usr/share/gfm/icons/OS_upgrade.ico
/usr/share/gfm/icons/Parametric.ico
/usr/share/gfm/icons/Picture.ico
/usr/share/gfm/icons/Polar.ico
/usr/share/gfm/icons/Program.ico
/usr/share/gfm/icons/Range.ico
/usr/share/gfm/icons/Real.ico
/usr/share/gfm/icons/String.ico
/usr/share/gfm/icons/TIicon1.ico
/usr/share/gfm/icons/TIicon2.ico
/usr/share/gfm/icons/TIicon3.ico
/usr/share/gfm/icons/TIicon4.ico
/usr/share/gfm/icons/Table_Setup.ico
/usr/share/gfm/icons/Text.ico
/usr/share/gfm/icons/TiGroup.ico
/usr/share/gfm/icons/Unknown.ico
/usr/share/gfm/icons/Vector.ico
/usr/share/gfm/icons/Window_Setup.ico
/usr/share/gfm/icons/Y_Var.ico
/usr/share/gfm/icons/Zipped.ico
/usr/share/gfm/icons/Zoom.ico
/usr/share/gfm/icons/test.ico
/usr/share/gfm/icons/up.ico
/usr/share/gfm/pixmaps
/usr/share/gfm/pixmaps/attr_archived.xpm
/usr/share/gfm/pixmaps/attr_locked.xpm
/usr/share/gfm/pixmaps/attr_none.xpm
/usr/share/gfm/pixmaps/ctree_close_dir.xpm
/usr/share/gfm/pixmaps/ctree_open_dir.xpm
/usr/share/gfm/pixmaps/ctree_var.xpm
/usr/share/gfm/pixmaps/gfm.png
/usr/share/gfm/pixmaps/gfm.xpm
/usr/share/gfm/pixmaps/tb_mkdir.xpm
/usr/share/licenses/gfm
/usr/share/licenses/gfm/COPYING
/usr/share/licenses/gfm/COPYRIGHT.icons
/usr/share/locale/fr/LC_MESSAGES/GFM.mo
/usr/share/man/man1/gfm.1.gz
/usr/share/metainfo/gfm.appdata.xml
References
Summary
In this tutorial we learn how to install gfm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).