How To Install sugar-cp-backup on Fedora 36

In this tutorial we learn how to install sugar-cp-backup in Fedora 36. sugar-cp-backup is Sugar Backup control panel

Introduction

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

What is sugar-cp-backup

This is the Sugar control panel to backup and restore the Journal

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

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

sudo dnf -y install sugar-cp-backup

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

sudo yum -y install sugar-cp-backup

How To Uninstall sugar-cp-backup on Fedora 36

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

sudo dnf remove sugar-cp-backup

sugar-cp-backup Package Contents on Fedora 36

/usr/share/sugar/extensions/cpsection/backup
/usr/share/sugar/extensions/cpsection/backup/__init__.py
/usr/share/sugar/extensions/cpsection/backup/__pycache__
/usr/share/sugar/extensions/cpsection/backup/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/__init__.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/backupmanager.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/backupmanager.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/model.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/model.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/view.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/__pycache__/view.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/backends
/usr/share/sugar/extensions/cpsection/backup/backends/__init__.py
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__/__init__.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__/backend_tools.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__/backend_tools.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__/volume.cpython-310.opt-1.pyc
/usr/share/sugar/extensions/cpsection/backup/backends/__pycache__/volume.cpython-310.pyc
/usr/share/sugar/extensions/cpsection/backup/backends/backend_tools.py
/usr/share/sugar/extensions/cpsection/backup/backends/volume.py
/usr/share/sugar/extensions/cpsection/backup/backupmanager.py
/usr/share/sugar/extensions/cpsection/backup/model.py
/usr/share/sugar/extensions/cpsection/backup/view.py

References

Summary

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