How to Install and Uninstall golang-github-ngaut-go-zookeeper-dev Package on Kali Linux

Last updated: March 15,2025

1. Install "golang-github-ngaut-go-zookeeper-dev" package

Here is a brief guide to show you how to install golang-github-ngaut-go-zookeeper-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-ngaut-go-zookeeper-dev

2. Uninstall "golang-github-ngaut-go-zookeeper-dev" package

Learn how to uninstall golang-github-ngaut-go-zookeeper-dev on Kali Linux:

$ sudo apt remove golang-github-ngaut-go-zookeeper-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-ngaut-go-zookeeper-dev package on Kali Linux

Package: golang-github-ngaut-go-zookeeper-dev
Source: golang-github-ngaut-go-zookeeper
Version: 0.0~git20150813.0.9c3719e-7
Installed-Size: 91
Maintainer: Debian QA Group
Architecture: all
Depends: golang-github-samuel-go-zookeeper-dev
Size: 18660
SHA256: 034a5045fe0285b226d364a539c0fe8af975cbeecd8257fa6d41efe0c476bda1
SHA1: 70f226ef07186870c5cf4574dd504727800e4ba6
MD5sum: 7f96935a266f719ce740c1989ef7e186
Description: Native ZooKeeper client for Go
This package provides a native ZooKeeper (client) library for
communicating with ZooKeeper servers.
.
Example:
func main() {
c, _, err := zk.Connect([]string{"127.0.0.1"}, time.Second) //*10)
if err != nil {
panic(err)
}
children, stat, ch, err := c.ChildrenW("/")
if err != nil {
panic(err)
}
fmt.Printf("%+v %+v\n", children, stat)
e := <-ch
fmt.Printf("%+v\n", e)
}
.
See also: https://godoc.org/github.com/samuel/go-zookeeper/zk
Description-md5:
Homepage: https://github.com/ngaut/go-zookeeper
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-ngaut-go-zookeeper/golang-github-ngaut-go-zookeeper-dev_0.0~git20150813.0.9c3719e-7_all.deb