How to Install and Uninstall golang-github-iafan-cwalk-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-github-iafan-cwalk-dev" package

This guide let you learn how to install golang-github-iafan-cwalk-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-iafan-cwalk-dev

2. Uninstall "golang-github-iafan-cwalk-dev" package

Please follow the guidance below to uninstall golang-github-iafan-cwalk-dev on Kali Linux:

$ sudo apt remove golang-github-iafan-cwalk-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-iafan-cwalk-dev package on Kali Linux

Package: golang-github-iafan-cwalk-dev
Source: golang-github-iafan-cwalk
Version: 0.0~git20191125.dd7f505-3
Installed-Size: 29
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 6128
SHA256: f03dbc663d1c48c65c0bfe87a7daf182ff08670b1b8f0b6d75cc4784f1e2fe30
SHA1: eccf422209bbdb0ba67ebdbcf5ec6d1945ff781d
MD5sum: 913531aa61f2a02ab2fd4f7993f84b55
Description: Concurrent filepath.Walk replacement
A concurrent version of filepath.Walk function that
scans files in a directory tree and runs a callback
for each file.
.
Since scanning (and callback execution) is done from within goroutines,
this may result in a significant performance boost on multicore systems
in cases when the bottleneck is the CPU, not the I/O.
.
Upstream tests showed ~3.5x average speed increase on an 8-core CPU
and 8 workers. For measurements, upstream used provided
bin/traversaltime.go utility that measures directory traversal time
for both concurrent (cwalk.Walk()) and standard (filepath.Walk()) functions.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/iafan/cwalk
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-iafan-cwalk/golang-github-iafan-cwalk-dev_0.0~git20191125.dd7f505-3_all.deb