How To Install gtk-splitter on Fedora 36
Introduction
In this tutorial we learn how to install gtk-splitter
on Fedora 36.
What is gtk-splitter
gtk-splitter can split files into smaller pieces and combine them back together. It can also generate a DOS batch file so that the split files can be combined on DOS/Windows systems. gtk-splitter is good for working around file limitations with floppy disks, email attachments, etc.
We can use yum
or dnf
to install gtk-splitter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gtk-splitter.
Install gtk-splitter 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 gtk-splitter
using dnf
by running the following command:
sudo dnf -y install gtk-splitter
Install gtk-splitter 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 gtk-splitter
using yum
by running the following command:
sudo yum -y install gtk-splitter
How To Uninstall gtk-splitter on Fedora 36
To uninstall only the gtk-splitter
package we can use the following command:
sudo dnf remove gtk-splitter
gtk-splitter Package Contents on Fedora 36
/usr/bin/gtk-splitter
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/eab40566adf6ad9f8e6471cd7d282e0523bad7
/usr/share/applications/gtk-splitter.desktop
/usr/share/doc/gtk-splitter
/usr/share/doc/gtk-splitter/AUTHORS
/usr/share/doc/gtk-splitter/COPYING
/usr/share/doc/gtk-splitter/ChangeLog
/usr/share/doc/gtk-splitter/HOSTS
/usr/share/doc/gtk-splitter/NEWS
/usr/share/doc/gtk-splitter/README
/usr/share/doc/gtk-splitter/TODO
/usr/share/pixmaps/gtk-splitter.png
References
Summary
In this tutorial we learn how to install gtk-splitter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).