How to Install and Uninstall golang-github-saracen-walker-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

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

In this section, we are going to explain the necessary steps to install golang-github-saracen-walker-dev on Ubuntu 21.10 (Impish Indri)

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

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

Here is a brief guide to show you how to uninstall golang-github-saracen-walker-dev on Ubuntu 21.10 (Impish Indri):

$ 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 Ubuntu 21.10 (Impish Indri)

Package: golang-github-saracen-walker-dev
Architecture: all
Version: 0.1.2-1
Priority: optional
Section: universe/devel
Source: golang-github-saracen-walker
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 56
Depends: golang-golang-x-sync-dev
Filename: pool/universe/g/golang-github-saracen-walker/golang-github-saracen-walker-dev_0.1.2-1_all.deb
Size: 11212
MD5sum: 8b323e00c676837d606611aec0945d82
SHA1: 2aa8a5a86ef7cb2e7d63725667bccde46d386d17
SHA256: 34f70dfd84303689fe4ba358aca1e986cf01102f4c65557ce1e57f32f6abcfd6
SHA512: a87c2b57962f01c4f42f8000ffad78cd358dc04c43e91fd13951237959bd2e340f1a7a8209453914c0b2ff95e775b0c87b219c96c74ba5b1cd1d7d355117e334
Homepage: https://github.com/saracen/walker
Description-en: 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: 54571c25cdf32aedaec5078e675517b2