Skip to content

How can downgrade to taskwarrior 2.6.2 ? #3782

@hwypengsir

Description

@hwypengsir

I want to downgrade to taskwarrior 2.6.2 because of the complicated sync in taskwarrior 3,if there are some free task server can choose to use ,not to downgrade.

Install it by compiling:

tar xzf task-3.3.0.tar.gz              
cd task-3.3.0                        
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release .  
cmake --build build                              
sudo cmake --install build                       
cd .. ; rm -r task-3.3.0.tar.gz

How can remove it completely?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions