How to Install and Uninstall skeema Package on Kali Linux

Last updated: May 21,2024

1. Install "skeema" package

This guide covers the steps necessary to install skeema on Kali Linux

$ sudo apt update $ sudo apt install skeema

2. Uninstall "skeema" package

This tutorial shows how to uninstall skeema on Kali Linux:

$ sudo apt remove skeema $ sudo apt autoclean && sudo apt autoremove

3. Information about the skeema package on Kali Linux

Package: skeema
Version: 1.11.1+ds-1
Installed-Size: 5633
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 1967324
SHA256: f40b40438dc81c6c3f672412805a849cc3d89577be8707f5b1a4ab6437258d03
SHA1: efafaff7ffcb63e84e75b6cdd687e5ed141058ef
MD5sum: 8278da2bbd42b83f9bdfe80b1c8ceee9
Description: Schema management CLI for MySQL (program)
Skeema is a tool for managing MySQL tables and schema changes in a
declarative fashion using pure SQL. It provides a CLI tool allowing you
to:
* Export CREATE TABLE statements to the filesystem, for tracking
in a repo (git, hg, svn, etc)
* Diff changes in the schema repo against live DBs to automatically generate
DDL
* Manage multiple environments (e.g. dev, staging, prod) and keep them in sync
with ease
* Configure use of online schema change tools, such as
pt-online-schema-change, for performing ALTERs
* Apply configurable linter rules to proactively catch schema design problems
and enforce company policies
Skeema supports a pull-request-based workflow for schema change submission,
review, and execution. This permits your team to manage schema changes in
exactly the same way as you manage code changes.
Description-md5:
Homepage: https://github.com/skeema/skeema
Built-Using: golang-1.21 (= 1.21.4-1), golang-github-go-sql-driver-mysql (= 1.5.0-2), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-mitchellh-go-wordwrap (= 1.0.1-2), golang-github-pmezard-go-difflib (= 1.0.0-3), golang-github-skeema-mybase (= 1.0.17-1), golang-github-vividcortex-mysqlerr (= 0.0~git20210426.69f897f-1), golang-golang-x-sync (= 0.4.0-1), golang-golang-x-sys (= 0.13.0-1), golang-golang-x-term (= 0.13.0-1), golang-logrus (= 1.9.0-1)
Section: golang
Priority: optional
Filename: pool/main/s/skeema/skeema_1.11.1+ds-1_amd64.deb