How to Install and Uninstall golang-github-saracen-walker-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

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

This guide covers the steps necessary to install golang-github-saracen-walker-dev on Ubuntu 21.04 (Hirsute Hippo)

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

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

This is a short guide on how to uninstall golang-github-saracen-walker-dev on Ubuntu 21.04 (Hirsute Hippo):

$ 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.04 (Hirsute Hippo)

Package: golang-github-saracen-walker-dev
Architecture: all
Version: 0.1.1-2
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: 53
Depends: golang-golang-x-sync-dev
Filename: pool/universe/g/golang-github-saracen-walker/golang-github-saracen-walker-dev_0.1.1-2_all.deb
Size: 10600
MD5sum: ae97fb7c9f4fc370eaff9e974686cb3b
SHA1: 405d0c672638decc33c86e0f57dd90fcbf46281a
SHA256: a9991daf50c6c9939768081fd459c5ca66826731813616d06e8cb91e01785a91
SHA512: fb7ce2cbdd2878b7d0bd27929c9b8d87ac663809bd1350946ba9b26392c57e9f3becd612b125f631a965d8f91216c09678e1951f33204f6d4e587153e6c39d86
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