How To Install devtodo on Fedora 36
Introduction
In this tutorial we learn how to install devtodo
on Fedora 36.
What is devtodo
Todo is a program to display and manage a hierarchical, prioritised list of outstanding work, or just reminders. The program itself is assisted by a few shell scripts that override default builtins. Specifically, cd, pushd and popd are overridden so that when using one of these commands to enter a directory, the todo will display any outstanding items in that directory. For much more complete information please refer to the man page (devtodo(1)).
We can use yum
or dnf
to install devtodo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install devtodo.
Install devtodo 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 devtodo
using dnf
by running the following command:
sudo dnf -y install devtodo
Install devtodo 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 devtodo
using yum
by running the following command:
sudo yum -y install devtodo
How To Uninstall devtodo on Fedora 36
To uninstall only the devtodo
package we can use the following command:
sudo dnf remove devtodo
devtodo Package Contents on Fedora 36
/etc/profile.d/devtodo.sh
/etc/profile.d/devtodo.tcsh
/etc/todorc
/usr/bin/devtodo
/usr/bin/tda
/usr/bin/tdd
/usr/bin/tde
/usr/bin/tdl
/usr/bin/tdr
/usr/bin/todo
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/a1e9283492bc025010e874356c8366c8910397
/usr/share/doc/devtodo
/usr/share/doc/devtodo/AUTHORS
/usr/share/doc/devtodo/COPYING
/usr/share/doc/devtodo/ChangeLog
/usr/share/doc/devtodo/NEWS
/usr/share/doc/devtodo/QuickStart
/usr/share/doc/devtodo/README
/usr/share/doc/devtodo/todorc.example
/usr/share/man/man1/devtodo.1.gz
/usr/share/man/man1/tda.1.gz
/usr/share/man/man1/tdd.1.gz
/usr/share/man/man1/tde.1.gz
/usr/share/man/man1/tdl.1.gz
/usr/share/man/man1/tdr.1.gz
/usr/share/man/man1/todo.1.gz
References
Summary
In this tutorial we learn how to install devtodo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).