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

Last updated: May 01,2024

1. Install "python3-can.noarch" package

This is a short guide on how to install python3-can.noarch on Fedora 34

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

2. Uninstall "python3-can.noarch" package

Please follow the step by step instructions below to uninstall python3-can.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:13:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-can
Version : 3.3.4
Release : 2.fc34
Architecture : noarch
Size : 232 k
Source : python-can-3.3.4-2.fc34.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.