Skip to content
Discussion options

You must be logged in to vote

Do you want to downgrade your task data, or remove Taskwarrior 3.3.0?

Remove installed Taskwarrior

CMake doesn't have a --uninstall option, but

sudo xargs rm < build/install_manifest.txt

should remove the files it created (maybe with rm -i so you can check it's not doing anything unexpected -- I'm not 100% sure e.g., /usr/bin isn't in there)

Downgrade Task DB

To downgrade the data, use task export to export your tasks from Taskwarrior 3, then install Taskwarrior 2, then task import.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by djmitche
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3782 on February 12, 2025 11:59.