How to Install and Uninstall golang-github-saracen-walker-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "golang-github-saracen-walker-dev" package

Please follow the step by step instructions below to install golang-github-saracen-walker-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-saracen-walker-dev

2. Uninstall "golang-github-saracen-walker-dev" package

Please follow the step by step instructions below to uninstall golang-github-saracen-walker-dev on Kali Linux:

$ sudo apt remove golang-github-saracen-walker-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-saracen-walker-dev package on Kali Linux

Package: golang-github-saracen-walker-dev
Source: golang-github-saracen-walker
Version: 0.1.2-1
Installed-Size: 56
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-golang-x-sync-dev
Size: 11172
SHA256: 75f44b1235f264028f8ac4e250d538ff4c2bbc0b2d21e7d96fd0f86c334ffa46
SHA1: 75f8431250320ba796e20dc5883a9852802f1e25
MD5sum: 6c956ecff799d4b093d3dc651e7cf565
Description: walker is a faster, parallel version, of filepath.Walk
This library and filepath.Walk both perform os.Lstat calls and provide a full
os.FileInfo structure to the callback. BenchmarkFastwalkWalkLstat and
BenchmarkGodirwalkWalkLstat include this stat call for better comparison with
BenchmarkFilepathWalk and BenchmarkWalkerWalk.
.
This library and fastwalk both require the callback to be safe for concurrent
use. BenchmarkFilepathWalkAppend, BenchmarkWalkerWalkAppend,
BenchmarkFastwalkWalkAppend and BenchmarkGodirwalkWalkAppend append the paths
found to a string slice. The callback, for the libraries that require it, use a
mutex, for better comparison with the libraries that require no locking.
.
This library will not always be the best/fastest option. In general, if you're
on Windows, or performing lstat calls, it does a pretty decent job. If you're
not, I've found fastwalk to perform better on machines with fewer cores.
Description-md5:
Homepage: https://github.com/saracen/walker
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-saracen-walker/golang-github-saracen-walker-dev_0.1.2-1_all.deb