How to Install and Uninstall python3-can.noarch Package on Fedora 36

Last updated: January 15,2025

1. Install "python3-can.noarch" package

This tutorial shows how to install python3-can.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-can.noarch

2. Uninstall "python3-can.noarch" package

Please follow the steps below to uninstall python3-can.noarch on Fedora 36:

$ sudo dnf remove python3-can.noarch $ sudo dnf autoremove

3. Information about the python3-can.noarch package on Fedora 36

Last metadata expiration check: 4:54:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-can
Version : 4.0.0
Release : 1.fc36
Architecture : noarch
Size : 344 k
Source : python-can-4.0.0-1.fc36.src.rpm
Repository : fedora
Summary : Controller Area Network (CAN) support for Python 3
URL : https://github.com/hardbyte/python-can
License : LGPLv3
Description : The Controller Area Network is a bus standard designed to allow microcontrollers
: and devices to communicate with each other. It has priority based bus
: arbitration, reliable deterministic communication. It is used in cars, trucks,
: boats, wheelchairs and more.
:
: The can package provides controller area network support for Python developers;
: providing common abstractions to different hardware devices, and a suite of
: utilities for sending and receiving messages on a can bus.