Description
This is not a bug report for Task itself, but for the docs. It's relating to #774.
The docs say to use the following command to install via DNF:
However this would install Taskwarrior instead.
At least on Fedora 43, the correct command would be:
A little validation, at least from my machine setup:
$ dnf info go-task
Updating and loading repositories:
Repositories loaded.
Available packages
Name : go-task
Epoch : 0
Version : 3.48.0
Release : 2.fc43
Architecture : x86_64
Download size : 11.4 MiB
Installed size : 47.6 MiB
Source : golang-github-task-3.48.0-2.fc43.src.rpm
Repository : updates
Summary : Provides the go-task task-runner binary
URL : https://github.com/go-task/task
License : Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Description :
: A task runner / simpler Make alternative written in Go.
Vendor : Fedora Project
$ dnf info task
Updating and loading repositories:
Repositories loaded.
Available packages
Name : task
Epoch : 0
Version : 3.4.2
Release : 3.fc43
Architecture : x86_64
Download size : 10.0 MiB
Installed size : 30.9 MiB
Source : task-3.4.2-3.fc43.src.rpm
Repository : updates
Summary : Taskwarrior - a command-line TODO list manager
URL : https://taskwarrior.org
License : MIT AND (Apache-2.0 OR MIT) AND BSD-3-Clause AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND Apache-2.0 AND ISC AND (Apache-2
: .0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
: AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND ISC AND ISC AND (Apache-2.0 OR ISC) AND ISC AND (Apache-2.0 OR ISC)
: AND OpenSSL AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT)
: AND Zlib
Description : Taskwarrior is a command-line TODO list manager. It is flexible, fast,
: efficient, unobtrusive, does its job then gets out of your way.
:
: Taskwarrior scales to fit your workflow. Use it as a simple app that captures
: tasks, shows you the list, and removes tasks from that list. Leverage its
: capabilities though, and it becomes a sophisticated data query tool that can
: help you stay organized, and get through your work.
Vendor : Fedora Project
And from a more official source, the Fedora Packages site:
Judging by the builds for Fedora 44 (not yet released), I'd expect this to be the correct package going forwards as well.
Version
3.48.0
Operating system
Fedora 43
Experiments Enabled
No response
Example Taskfile
Description
This is not a bug report for Task itself, but for the docs. It's relating to #774.
The docs say to use the following command to install via DNF:
However this would install Taskwarrior instead.
At least on Fedora 43, the correct command would be:
A little validation, at least from my machine setup:
And from a more official source, the Fedora Packages site:
Judging by the builds for Fedora 44 (not yet released), I'd expect this to be the correct package going forwards as well.
Version
3.48.0
Operating system
Fedora 43
Experiments Enabled
No response
Example Taskfile