How to Install and Uninstall cc65-devel.noarch Package on CentOS 8 / RHEL 8

Last updated: July 03,2024

1. Install "cc65-devel.noarch" package

This is a short guide on how to install cc65-devel.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install cc65-devel.noarch

2. Uninstall "cc65-devel.noarch" package

Please follow the guidance below to uninstall cc65-devel.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove cc65-devel.noarch $ sudo dnf autoremove

3. Information about the cc65-devel.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:01:23 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : cc65-devel
Version : 2.18
Release : 12.el8
Architecture : noarch
Size : 2.4 M
Source : cc65-2.18-12.el8.src.rpm
Repository : epel
Summary : Development files for cc65
URL : https://cc65.github.io
License : zlib
Description : This package contains the development files needed to
: compile and link applications for the 65(C)02 CPU with
: the cc65 cross compiler toolchain.