How To Install python3-subarulink on Fedora 36

In this tutorial we learn how to install python3-subarulink in Fedora 36. python3-subarulink is Python package to interact with Subaru Starlink Remote Services API

Introduction

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

A Python package for interacting with the Subaru Starlink remote vehicle services API.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-subarulink using dnf by running the following command:

sudo dnf -y install python3-subarulink

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-subarulink using yum by running the following command:

sudo yum -y install python3-subarulink

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

sudo dnf remove python3-subarulink
/usr/bin/subarulink
/usr/lib/python3.10/site-packages/subarulink
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/subarulink-0.3.11-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/subarulink/__init__.py
/usr/lib/python3.10/site-packages/subarulink/__pycache__
/usr/lib/python3.10/site-packages/subarulink/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/__version__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/__version__.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/connection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/connection.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/controller.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/controller.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/__version__.py
/usr/lib/python3.10/site-packages/subarulink/app
/usr/lib/python3.10/site-packages/subarulink/app/__pycache__
/usr/lib/python3.10/site-packages/subarulink/app/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/subarulink/app/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/subarulink/app/cli.py
/usr/lib/python3.10/site-packages/subarulink/connection.py
/usr/lib/python3.10/site-packages/subarulink/const.py
/usr/lib/python3.10/site-packages/subarulink/controller.py
/usr/lib/python3.10/site-packages/subarulink/exceptions.py
/usr/share/doc/python3-subarulink
/usr/share/doc/python3-subarulink/README.md

References

Summary

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