How to Install and Uninstall draco Package on Kali Linux

Last updated: May 17,2024

1. Install "draco" package

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

$ sudo apt update $ sudo apt install draco

2. Uninstall "draco" package

Please follow the guidance below to uninstall draco on Kali Linux:

$ sudo apt remove draco $ sudo apt autoclean && sudo apt autoremove

3. Information about the draco package on Kali Linux

Package: draco
Source: draco (1.5.6+dfsg-3)
Version: 1.5.6+dfsg-3+b1
Installed-Size: 4066
Maintainer: Timo Röhling
Architecture: amd64
Depends: libc6 (>= 2.34), libdraco8 (>= 1.5.6+dfsg), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 623548
SHA256: 4186c4512d324157d9de87a0a0d71d6535e7c5122ae70a3f76fa9338d64d9d8a
SHA1: 2f7210682bac6c0b6c0969942914a9603200c628
MD5sum: 14963b8c2b7730969c789749e520b4c4
Description: Encoder and decoder for 3D geometric meshes and point clouds
Draco is a library for compressing and decompressing 3D geometric meshes
and point clouds. It is intended to improve the storage and transmission
of 3D graphics.
.
Draco is designed and built for compression efficiency and speed. The code
supports compressing points, connectivity information, texture coordinates,
color information, normals, and any other generic attributes associated with
geometry. With Draco, applications using 3D graphics can be significantly
smaller without compromising visual fidelity. For users, this means apps can
now be downloaded faster, 3D graphics in the browser can load quicker, and VR
and AR scenes can now be transmitted with a fraction of the bandwidth and
rendered quickly.
.
This package provides command line tools to compress and decompress files
using Draco.
Description-md5:
Homepage: https://github.com/google/draco
Section: graphics
Priority: optional
Filename: pool/main/d/draco/draco_1.5.6+dfsg-3+b1_amd64.deb