How to Install and Uninstall bazel-skylib Package on Kali Linux

Last updated: May 21,2024

1. Install "bazel-skylib" package

Please follow the guidelines below to install bazel-skylib on Kali Linux

$ sudo apt update $ sudo apt install bazel-skylib

2. Uninstall "bazel-skylib" package

This guide covers the steps necessary to uninstall bazel-skylib on Kali Linux:

$ sudo apt remove bazel-skylib $ sudo apt autoclean && sudo apt autoremove

3. Information about the bazel-skylib package on Kali Linux

Package: bazel-skylib
Version: 1.0.3-2
Installed-Size: 464
Maintainer: Debian Bazel Team
Architecture: all
Size: 73948
SHA256: b7662103ceb16fedb2e348c0d6f18045eba656e3fe1e462ebcfd25efd2548db0
SHA1: 37f1ec290c1029e139a57de65590b5432e1c6c6d
MD5sum: 1b86bc2c50ca30acd3c3f6fcbbbefd0b
Description: Skylib library for Bazel
Library of Starlark functions for manipulating collections, file paths, and
various other data types in the domain of Bazel build rules.
.
Each of the .bzl files in the lib directory defines a "module" — a struct
that contains a set of related functions and/or other symbols that can be
loaded as a single unit, for convenience.
.
Skylib also provides build rules under the rules directory.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bazelbuild/bazel-skylib
Section: devel
Priority: optional
Filename: pool/main/b/bazel-skylib/bazel-skylib_1.0.3-2_all.deb