How To Install todocli on Fedora 36

In this tutorial we learn how to install todocli in Fedora 36. todocli is Command line To Do application

Introduction

In this tutorial we learn how to install todocli on Fedora 36.

What is todocli

A To Do command line application with SQLite back end written in Python.

We can use yum or dnf to install todocli on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install todocli.

Install todocli 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 todocli using dnf by running the following command:

sudo dnf -y install todocli

Install todocli 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 todocli using yum by running the following command:

sudo yum -y install todocli

How To Uninstall todocli on Fedora 36

To uninstall only the todocli package we can use the following command:

sudo dnf remove todocli

todocli Package Contents on Fedora 36

/usr/bin/todocli
/usr/lib/python3.10/site-packages/cmdline_todocli-0.0.1a0-py3.10.egg-info
/usr/lib/python3.10/site-packages/cmdline_todocli-0.0.1a0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/cmdline_todocli-0.0.1a0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/cmdline_todocli-0.0.1a0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/cmdline_todocli-0.0.1a0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/cmdline_todocli-0.0.1a0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/todocli
/usr/lib/python3.10/site-packages/todocli/__init__.py
/usr/lib/python3.10/site-packages/todocli/__main__.py
/usr/lib/python3.10/site-packages/todocli/__pycache__
/usr/lib/python3.10/site-packages/todocli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/todocli/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/todocli/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/todocli/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/todocli/__pycache__/todocli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/todocli/__pycache__/todocli.cpython-310.pyc
/usr/lib/python3.10/site-packages/todocli/todocli.py
/usr/share/doc/todocli
/usr/share/doc/todocli/README.md
/usr/share/licenses/todocli
/usr/share/licenses/todocli/LICENSE
/usr/share/man/man1/todocli.1.gz

References

Summary

In this tutorial we learn how to install todocli on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).