coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable b2sum from coreutils?


From: Leslie S Satenstein
Subject: Re: Disable b2sum from coreutils?
Date: Thu, 2 Jul 2020 14:26:04 +0000 (UTC)

Look at the PATH statement and put it in the path directory ahead of the 
others, typically put your version into 
/usr/local/bin , which is generally in the search  $PATH s 

(echo $PATH)   
/usr/local/bin:/usr/local/sbin:/usr/bin:/bin/usr/sbin

Regards 
 Leslie
 
 

    On Thursday, July 2, 2020, 1:19:19 a.m. EDT, Jeffrey Walton 
<noloader@gmail.com> wrote:  
 
 Hi Everyone,

The BLAKE2 folks have optimized implementations for b2sum on i686,
x86_64, NEON and PowerPC. It also has more options than the coreutils
version.

I'd like to disable b2sum in coreutils and use the BLAKE2 team's version.

Is it possible to disable b2sum from coreutils? If so, how?

Thanks in advance.

  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]