How To Install fastback on Fedora 36
Introduction
In this tutorial we learn how to install fastback
on Fedora 36.
What is fastback
Fastback is a command line tool to upload files to a ticketing system, or other configurable URL (FTP,SCP,…).
We can use yum
or dnf
to install fastback
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fastback.
Install fastback 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 fastback
using dnf
by running the following command:
sudo dnf -y install fastback
Install fastback 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 fastback
using yum
by running the following command:
sudo yum -y install fastback
How To Uninstall fastback on Fedora 36
To uninstall only the fastback
package we can use the following command:
sudo dnf remove fastback
fastback Package Contents on Fedora 36
/etc/fastback.conf
/usr/bin/fastback
/usr/bin/fastback-unload-receipt
/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/3f77bb197eb55dd1dce4b49d6275659e4640f3
/usr/share/doc/fastback
/usr/share/doc/fastback/FIXME
/usr/share/doc/fastback/README
References
Summary
In this tutorial we learn how to install fastback
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).