How to Install and Uninstall cc65 Package on Kali Linux

Last updated: May 20,2024

1. Install "cc65" package

This guide let you learn how to install cc65 on Kali Linux

$ sudo apt update $ sudo apt install cc65

2. Uninstall "cc65" package

This guide let you learn how to uninstall cc65 on Kali Linux:

$ sudo apt remove cc65 $ sudo apt autoclean && sudo apt autoremove

3. Information about the cc65 package on Kali Linux

Package: cc65
Version: 2.19-1
Installed-Size: 32111
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.29)
Suggests: cc65-doc
Size: 2207948
SHA256: 6a6662330df7f2d269f6747fd98a34c505cd001ebd79434dee21256fbf041ca5
SHA1: 841b92ae3c945ca923354e9a37102512da0c38e4
MD5sum: 88a579a990aa90ab9497c4b2e393467f
Description: complete cross development package for 65(C)02 systems
cc65 is a complete cross development package for 65(C)02 systems, including
a powerful macro assembler, a C compiler, linker, librarian and several
other tools.
.
cc65 has C and runtime library support for many of the old 6502 machines,
including
- the following Commodore machines:
- VIC20
- C16/C116 and Plus/4
- C64
- C128
- CBM 510 (aka P500)
- the 600/700 family
- newer PET machines (not 2001).
- the Apple ][+ and successors.
- the Atari 8 bit machines.
- the Atari 5200 console.
- GEOS for the C64, C128 and Apple //e.
- the Nintendo Entertainment System (NES) console.
- the Supervision console.
- the Oric Atmos.
- the Lynx console.
- the Ohio Scientific Challenger 1P
Description-md5:
Homepage: https://cc65.github.io/cc65/
Section: otherosfs
Priority: optional
Filename: pool/main/c/cc65/cc65_2.19-1_amd64.deb