How to Install and Uninstall c2go Package on Kali Linux

Last updated: May 14,2024

1. Install "c2go" package

In this section, we are going to explain the necessary steps to install c2go on Kali Linux

$ sudo apt update $ sudo apt install c2go

2. Uninstall "c2go" package

Here is a brief guide to show you how to uninstall c2go on Kali Linux:

$ sudo apt remove c2go $ sudo apt autoclean && sudo apt autoremove

3. Information about the c2go package on Kali Linux

Package: c2go
Source: c2go (0.26.10-1)
Version: 0.26.10-1+b9
Installed-Size: 5717
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: clang
Size: 1901100
SHA256: 5604816a68ef2bcc1784a7ec391af229ec002e1359539d011fc322ed9e12f661
SHA1: 6243fc83f9941bd981656a44c2cc069266e1b70e
MD5sum: 78968b92785c70bd5be2a6c457fbd2f7
Description: tool for transpiling C to Go
This package contains a tool for converting C to Go.
.
The goals of this project are:
- To create a generic tool that can convert C to Go.
- To be cross platform (Linux and Mac) and work against as many clang
versions as possible (the clang AST API is not stable).
- To be a repeatable and predictable tool (rather than doing most of the
work and you have to clean up the output to get it working.)
- To deliver quick and small version increments.
- The ultimate milestone is to be able to compile the SQLite3 source
code and have it working without modification.
Description-md5:
Homepage: https://github.com/elliotchance/c2go
Built-Using: golang-1.21 (= 1.21.3-1), golang-golang-x-tools (= 1:0.13.0-1)
Section: golang
Priority: optional
Filename: pool/main/c/c2go/c2go_0.26.10-1+b9_amd64.deb