How to Install and Uninstall stlcmd Package on Kali Linux

Last updated: May 16,2024

1. Install "stlcmd" package

Here is a brief guide to show you how to install stlcmd on Kali Linux

$ sudo apt update $ sudo apt install stlcmd

2. Uninstall "stlcmd" package

Please follow the guidelines below to uninstall stlcmd on Kali Linux:

$ sudo apt remove stlcmd $ sudo apt autoclean && sudo apt autoremove

3. Information about the stlcmd package on Kali Linux

Package: stlcmd
Version: 1.1-1
Installed-Size: 432
Maintainer: John Allwine
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.8)
Size: 75392
SHA256: 94822afb41a5921a2a95e13c06d6e86647871584466d5b300fd642bf44ac8804
SHA1: 46b20da85188cc01c203d38da9890a8388d37276
MD5sum: 40e113d8446a2cc4f0447618359a815d
Description: Suite of commands for generating, inspecting and manipulating STL files
stl_cmd is a suite of command line tools for generating, inspecting and
manipulating STL files which are often used in 3D printing. The goal of this
project is to be a resource for teaching terminal usage and some basic
programming concepts in the 3D printing space. Imagine an assignment which
involves building a brick wall. Students would need to use a combination of
stl_cube, stl_transform and stl_merge. The commands could be combined in a
bash or script with for and while
loops, could accept input and use conditionals to affect the attributes of
the wall.
Description-md5:
Homepage: https://www.github.com/AllwineDesigns/stl_cmd
Section: misc
Priority: optional
Filename: pool/main/s/stlcmd/stlcmd_1.1-1_amd64.deb