How to Install and Uninstall libstb0 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 11,2024

1. Install "libstb0" package

This is a short guide on how to install libstb0 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libstb0

2. Uninstall "libstb0" package

Learn how to uninstall libstb0 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libstb0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstb0 package on Ubuntu 21.10 (Impish Indri)

Package: libstb0
Architecture: amd64
Version: 0.0~git20200713.b42009b+ds-1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: libstb
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Yangfl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 491
Depends: libc6 (>= 2.33)
Filename: pool/universe/libs/libstb/libstb0_0.0~git20200713.b42009b+ds-1_amd64.deb
Size: 207788
MD5sum: f9e66fbd81469e222382b09af81ffbf3
SHA1: 86320ae5df3b032fe22f5c39bed79dd9d787503b
SHA256: b1aaec645326bdcaec99b9c5ce53f56881bf97c67d33eb362220279c117976ee
SHA512: aca476bce4d89e1568eec4fdf60e51fa6364f125d3382dcc799305aca23d9e4ffa2af153f10bf1a46bfa7597bdd006780829fc9b305bd5b41c7ef299766dbf3c
Homepage: https://github.com/nothings/stb
Description-en: single-file image and audio processing libraries for C/C++
libstb is a set of single-file libraries for C/C++. The files are dual-licensed
under public domain and the MIT license.
.
It includes the following modules:
* stb_vorbis.c: decode ogg vorbis files from file/memory to float/16-bit
signed output
* stb_image.h: image loading/decoding from file/memory: JPG, PNG, TGA, BMP,
PSD, GIF, HDR, PIC
* stb_truetype.h: parse, decode, and rasterize characters from truetype fonts
* stb_image_write.h: image writing to disk: PNG, TGA, BMP
* stb_image_resize.h: resize images larger/smaller with good quality
* stb_rect_pack.h: simple 2D rectangle packer with decent quality
* stb_sprintf.h: fast sprintf, snprintf for C/C++
* stretchy_buffer.h: typesafe dynamic array for C (i.e. approximation to
vector<>), doesn't compile as C++
* stb_textedit.h: guts of a text editor for games etc implementing them from
scratch
* stb_voxel_render.h: Minecraft-esque voxel rendering "engine" with many more
features
* stb_dxt.h: Fabian "ryg" Giesen's real-time DXT compressor
* stb_perlin.h: revised Perlin noise (3D input, 1D output)
* stb_easy_font.h: quick-and-dirty easy-to-deploy bitmap font for printing
frame rate, etc
* stb_tilemap_editor.h: embeddable tilemap editor
* stb_herringbone_wang_tile.h: herringbone Wang tile map generator
* stb_c_lexer.h: simplify writing parsers for C-like languages
* stb_divide.h: more useful 32-bit modulus e.g. "euclidean divide"
* stb_connected_components.h: incrementally compute reachability on grids
* stb.h: helper functions for C, mostly redundant in C++; basically author's
personal stuff
* stb_leakcheck.h: quick-and-dirty malloc/free leak-checking
Description-md5: d92202fe79f951bb834af13001cc41dc