How to Install and Uninstall blueprint-tools Package on Kali Linux

Last updated: May 08,2024

1. Install "blueprint-tools" package

Please follow the instructions below to install blueprint-tools on Kali Linux

$ sudo apt update $ sudo apt install blueprint-tools

2. Uninstall "blueprint-tools" package

This is a short guide on how to uninstall blueprint-tools on Kali Linux:

$ sudo apt remove blueprint-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the blueprint-tools package on Kali Linux

Package: blueprint-tools
Source: golang-github-google-blueprint (0.0~git20201007.25128be-2)
Version: 0.0~git20201007.25128be-2+b11
Installed-Size: 11585
Maintainer: Debian Go Packaging Team
Architecture: amd64
Size: 2149952
SHA256: 15965854b139c69d02eb80f4d70630d41903e5738a0cdcc09ad6ac2e6f2124f3
SHA1: ec581215539155244a820e27340aa9cc5fa4c158
MD5sum: 97eb64c947070e6494684cfdc316281a
Description: Blueprint meta build system (command-line tools)
Blueprint is a meta-build system that reads in Blueprints files that
describe modules that need to be built, and produces a Ninja manifest
describing the commands that need to be run and their dependencies.
Where most build systems use built-in rules or a domain-specific language
to describe the logic for converting module descriptions to build rules,
Blueprint delegates this to per-project build logic written in Go.
For large, heterogenous projects this allows the inherent complexity
of the build logic to be maintained in a high-level language, while
still allowing simple changes to individual modules by modifying easy
to understand Blueprints files.
.
This package contains command-line tools for Blueprint.
Description-md5:
Homepage: https://github.com/google/blueprint
Built-Using: golang-1.21 (= 1.21.3-1)
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-google-blueprint/blueprint-tools_0.0~git20201007.25128be-2+b11_amd64.deb