How To Install zezere on Rocky Linux 8
Introduction
In this tutorial we learn how to install zezere on Rocky Linux 8.
What is zezere
Zezere is a provisioning service for Fedora IoT. It can be used for deploying Fedora IoT to devices without needing a physical console.
We can use yum or dnf to install zezere on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install zezere.
Install zezere on Rocky Linux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install zezere using dnf by running the following command:
sudo dnf -y install zezere
Install zezere on Rocky Linux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install zezere using yum by running the following command:
sudo yum -y install zezere
How To Uninstall zezere on Rocky Linux 8
To uninstall only the zezere package we can use the following command:
sudo dnf remove zezere
zezere Package Contents on Rocky Linux 8
/usr/bin/zezere-manage
/usr/lib/python3.6/site-packages/zezere
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/zezere-0.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/zezere/__init__.py
/usr/lib/python3.6/site-packages/zezere/__pycache__
/usr/lib/python3.6/site-packages/zezere/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/admin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/admin.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/ignconfig.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/ignconfig.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/models.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/models.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/rules.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/rules.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/runreqs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/runreqs.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/settings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/settings.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/settings_auth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/settings_auth.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/settings_external.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/settings_external.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/urls.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/urls.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/views.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/views.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/views_netboot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/views_netboot.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/views_portal.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/views_portal.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/wsgi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/__pycache__/wsgi.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/admin.py
/usr/lib/python3.6/site-packages/zezere/ignconfig.py
/usr/lib/python3.6/site-packages/zezere/migrations
/usr/lib/python3.6/site-packages/zezere/migrations/0001_initial.py
/usr/lib/python3.6/site-packages/zezere/migrations/0002_runrequest_auto_generated_id.py
/usr/lib/python3.6/site-packages/zezere/migrations/0003_auto_20191017_1929.py
/usr/lib/python3.6/site-packages/zezere/migrations/0004_auto_20191018_0822.py
/usr/lib/python3.6/site-packages/zezere/migrations/0005_device_architecture.py
/usr/lib/python3.6/site-packages/zezere/migrations/0006_auto_20191018_1325.py
/usr/lib/python3.6/site-packages/zezere/migrations/0007_auto_20191021_1444.py
/usr/lib/python3.6/site-packages/zezere/migrations/0008_runrequest_raw_settings.py
/usr/lib/python3.6/site-packages/zezere/migrations/0009_auto_20200106_0905.py
/usr/lib/python3.6/site-packages/zezere/migrations/0010_sshkey.py
/usr/lib/python3.6/site-packages/zezere/migrations/0011_runrequest_owner.py
/usr/lib/python3.6/site-packages/zezere/migrations/0012_auto_20200323_1130.py
/usr/lib/python3.6/site-packages/zezere/migrations/__init__.py
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0001_initial.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0001_initial.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0002_runrequest_auto_generated_id.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0002_runrequest_auto_generated_id.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0003_auto_20191017_1929.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0003_auto_20191017_1929.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0004_auto_20191018_0822.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0004_auto_20191018_0822.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0005_device_architecture.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0005_device_architecture.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0006_auto_20191018_1325.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0006_auto_20191018_1325.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0007_auto_20191021_1444.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0007_auto_20191021_1444.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0008_runrequest_raw_settings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0008_runrequest_raw_settings.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0009_auto_20200106_0905.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0009_auto_20200106_0905.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0010_sshkey.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0010_sshkey.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0011_runrequest_owner.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0011_runrequest_owner.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0012_auto_20200323_1130.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/0012_auto_20200323_1130.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/migrations/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/models.py
/usr/lib/python3.6/site-packages/zezere/rules.py
/usr/lib/python3.6/site-packages/zezere/runreqs.py
/usr/lib/python3.6/site-packages/zezere/settings.py
/usr/lib/python3.6/site-packages/zezere/settings_auth.py
/usr/lib/python3.6/site-packages/zezere/settings_external.py
/usr/lib/python3.6/site-packages/zezere/templatetags
/usr/lib/python3.6/site-packages/zezere/templatetags/__init__.py
/usr/lib/python3.6/site-packages/zezere/templatetags/__pycache__
/usr/lib/python3.6/site-packages/zezere/templatetags/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/templatetags/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/templatetags/__pycache__/grubcfg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/zezere/templatetags/__pycache__/grubcfg.cpython-36.pyc
/usr/lib/python3.6/site-packages/zezere/templatetags/grubcfg.py
/usr/lib/python3.6/site-packages/zezere/urls.py
/usr/lib/python3.6/site-packages/zezere/views.py
/usr/lib/python3.6/site-packages/zezere/views_netboot.py
/usr/lib/python3.6/site-packages/zezere/views_portal.py
/usr/lib/python3.6/site-packages/zezere/wsgi.py
/usr/share/licenses/zezere
/usr/share/licenses/zezere/LICENSE
/var/lib/zezere
References
Summary
In this tutorial we learn how to install zezere on Rocky Linux 8 using yum and dnf.