How to Install and Uninstall bgcode Package on Kali Linux

Last updated: October 04,2024

1. Install "bgcode" package

Please follow the guidelines below to install bgcode on Kali Linux

$ sudo apt update $ sudo apt install bgcode

2. Uninstall "bgcode" package

Please follow the steps below to uninstall bgcode on Kali Linux:

$ sudo apt remove bgcode $ sudo apt autoclean && sudo apt autoremove

3. Information about the bgcode package on Kali Linux

Package: bgcode
Source: libbgcode
Version: 0.0~git20240206.27ebf16-1
Installed-Size: 150
Maintainer: Chow Loong Jin
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4)
Size: 52468
SHA256: 2cb5c155d9c71da933f2d8816d15549163635a47a4197d83ad41eb92db6d6836
SHA1: a961ba94ce53f0ef1c250564ed11db43ef589c5f
MD5sum: 33077caa1a62bb7878611766ea8a6f57
Description: binary gcode generation library
libbgcode is a library used to generate binary G-code for 3D printers.
Binary G-code is a new G-code file format featuring the following
improvements over the legacy G-code:
.
1) Block structure with distinct blocks for metadata vs. G-code
2) Faster navigation
3) Coding & compression for smaller file size
4) Checksum for data validity
5) Extensivity through new (custom) blocks. For example, a file
signature block may be welcome by corporate customers.
.
This package contains the bgcode command line utility used to convert textual
gcode files into binary gcode.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/prusa3d/libbgcode
Section: misc
Priority: optional
Filename: pool/main/libb/libbgcode/bgcode_0.0~git20240206.27ebf16-1_amd64.deb

5. The same packages on other Linux Distributions