How To Install python3-devicely on Fedora 36

In this tutorial we learn how to install python3-devicely in Fedora 36. python3-devicely is A Python package for reading, timeshifting and writing sensor data

Introduction

In this tutorial we learn how to install python3-devicely on Fedora 36.

What is python3-devicely

Devicely is a Python package for reading, de-identifying and writing data from various health monitoring sensors. With devicely, you can read sensor data and have it easily accessible in dataframes. You can also de-identify data and write them back using their original data format. This makes it convenient to share sensor data with other researchers while mantaining people’s privacy.

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

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

sudo dnf -y install python3-devicely

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

sudo yum -y install python3-devicely

How To Uninstall python3-devicely on Fedora 36

To uninstall only the python3-devicely package we can use the following command:

sudo dnf remove python3-devicely

python3-devicely Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/devicely
/usr/lib/python3.10/site-packages/devicely-1.1.1.dist-info
/usr/lib/python3.10/site-packages/devicely-1.1.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/devicely-1.1.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/devicely-1.1.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/devicely-1.1.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/devicely/__init__.py
/usr/lib/python3.10/site-packages/devicely/__pycache__
/usr/lib/python3.10/site-packages/devicely/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/empatica.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/empatica.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/everion.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/everion.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/faros.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/faros.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/muse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/muse.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/shimmer_plus.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/shimmer_plus.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/spacelabs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/spacelabs.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/time_stamp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/devicely/__pycache__/time_stamp.cpython-310.pyc
/usr/lib/python3.10/site-packages/devicely/empatica.py
/usr/lib/python3.10/site-packages/devicely/everion.py
/usr/lib/python3.10/site-packages/devicely/faros.py
/usr/lib/python3.10/site-packages/devicely/muse.py
/usr/lib/python3.10/site-packages/devicely/shimmer_plus.py
/usr/lib/python3.10/site-packages/devicely/spacelabs.py
/usr/lib/python3.10/site-packages/devicely/time_stamp.py
/usr/share/doc/python3-devicely
/usr/share/doc/python3-devicely/CHANGELOG.md
/usr/share/doc/python3-devicely/README.md
/usr/share/licenses/python3-devicely
/usr/share/licenses/python3-devicely/LICENSE

References

Summary

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