How to Install and Uninstall libbgcode Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "libbgcode" package

This is a short guide on how to install libbgcode on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libbgcode

2. Uninstall "libbgcode" package

This is a short guide on how to uninstall libbgcode on openSuSE Tumbleweed:

$ sudo zypper remove libbgcode

3. Information about the libbgcode package on openSuSE Tumbleweed

Information for package libbgcode:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libbgcode
Version : 0.2.0+git20231219.7aaf717-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 61.7 KiB
Installed : No
Status : not installed
Source package : libbgcode-0.2.0+git20231219.7aaf717-1.2.src
Upstream URL : https://github.com/prusa3d/libbgcode
Summary : Prusa Block & Binary G-code reader / writer / converter
Description :
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.
bgcode is a command line application which allows to convert gcode files from ascii to binary format and viceversa.