How to Install and Uninstall racket Package on Kali Linux

Last updated: May 15,2024

1. Install "racket" package

Please follow the instructions below to install racket on Kali Linux

$ sudo apt update $ sudo apt install racket

2. Uninstall "racket" package

In this section, we are going to explain the necessary steps to uninstall racket on Kali Linux:

$ sudo apt remove racket $ sudo apt autoclean && sudo apt autoremove

3. Information about the racket package on Kali Linux

Package: racket
Version: 8.10+dfsg1-2
Installed-Size: 342213
Maintainer: David Bremner
Architecture: amd64
Replaces: racket-common (<< 8.0~)
Depends: racket-common (= 8.10+dfsg1-2), libc6 (>= 2.35), liblz4-1 (>= 1.8.0), libtinfo6 (>= 6), zlib1g (>= 1:1.2.2.3)
Recommends: libgdk-pixbuf-2.0-0, libgdk-pixbuf-xlib-2.0-0, libglib2.0-0, libgtk2.0-0, libjpeg62-turbo, libpangocairo-1.0-0, libpng16-16, libssl3, racket-doc (>= 8.10+dfsg1)
Breaks: racket-common (<< 8.6~)
Size: 90779748
SHA256: ac1025b3fcd207520d47bad2908b3301dbd0cc8fa12d8deaa10c573cf47746d0
SHA1: 3e8721a4226ddd84093803a1e18fcfb1e54ccb36
MD5sum: 3131c8090a39d71d5546ebf5070cd69d
Description: extensible programming language in the Scheme family
Racket (previously PLT Scheme) is a programming language suitable for
scripting and application development, including GUIs and web
services.
.
It supports the creation of new programming languages through a rich,
expressive syntax system. Supplied languages include Typed Racket,
ACL2, FrTime, and Lazy Racket, and R6RS Scheme.
.
Racket includes the DrRacket programming environment, a virtual
machine with a just-in-time compiler, tools for creating stand-alone
executables, the Racket web server, extensive libraries, and
documentation for both beginners and experts.
Description-md5:
Homepage: https://www.racket-lang.org/
Tag: interface::graphical, interface::x11, role::program
Section: lisp
Priority: optional
Filename: pool/main/r/racket/racket_8.10+dfsg1-2_amd64.deb