How To Install sugar-cp-datetime on Fedora 36

In this tutorial we learn how to install sugar-cp-datetime in Fedora 36. sugar-cp-datetime is Sugar Date and Time control panel

Introduction

In this tutorial we learn how to install sugar-cp-datetime on Fedora 36.

What is sugar-cp-datetime

This is the Sugar Date and Time settings control panel

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

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

sudo dnf -y install sugar-cp-datetime

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

sudo yum -y install sugar-cp-datetime

How To Uninstall sugar-cp-datetime on Fedora 36

To uninstall only the sugar-cp-datetime package we can use the following command:

sudo dnf remove sugar-cp-datetime

sugar-cp-datetime Package Contents on Fedora 36

/usr/share/sugar/extensions/cpsection/datetime
/usr/share/sugar/extensions/cpsection/datetime/__init__.py
/usr/share/sugar/extensions/cpsection/datetime/__pycache__
/usr/share/sugar/extensions/cpsection/datetime/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/datetime/__pycache__/__init__.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/datetime/__pycache__/model.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/datetime/__pycache__/model.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/datetime/__pycache__/view.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/datetime/__pycache__/view.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/datetime/model.py
/usr/share/sugar/extensions/cpsection/datetime/view.py

References

Summary

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