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

Last updated: January 18,2025

1. Install "python3-can.noarch" package

Please follow the steps below to install python3-can.noarch on Fedora 39

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

2. Uninstall "python3-can.noarch" package

Please follow the instructions below to uninstall python3-can.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:01:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-can
Version : 4.2.2
Release : 3.fc39
Architecture : noarch
Size : 521 k
Source : python-can-4.2.2-3.fc39.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.