Installing Taskfile
Taskfile installation methods are described in details here.
Fast and short way for Fedora 35.
Login as superuser.
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
cd /usr/local.bin
ln -s /usr/local/bin/task t
Logout.
Open any terminal as any user and type t to run Taskfile.