usbutils: command not found

Code:
root@A9t:/home/luba # pkg install usbutils
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    usbhid-dump: 1.4
    usbids: 20211024
    usbutils: 0.91

Number of packages to be installed: 3

277 KiB to be downloaded.

Proceed with this action? [y/N]: y
[1/3] Fetching usbutils-0.91.pkg: 100%   49 KiB  50.6kB/s    00:01    
[2/3] Fetching usbhid-dump-1.4.pkg: 100%   30 KiB  30.8kB/s    00:01    
[3/3] Fetching usbids-20211024.pkg: 100%  198 KiB 202.5kB/s    00:01    
Checking integrity... done (0 conflicting)
[1/3] Installing usbhid-dump-1.4...
[1/3] Extracting usbhid-dump-1.4: 100%
[2/3] Installing usbids-20211024...
[2/3] Extracting usbids-20211024: 100%
[3/3] Installing usbutils-0.91...
[3/3] Extracting usbutils-0.91: 100%


root@A9t:/home/luba # usbutils devices
usbutils: command not found.
 
Just run rehash command after installing some new software.

csh()
rehash
Causes the internal hash table of the contents of the directo‐
ries in the path variable to be recomputed. This is needed if
the autorehash shell variable is not set and new commands are
added to directories in path while you are logged in. With
autorehash, a new command will be found automatically, except
in the special case where another command of the same name
which is located in a different directory already exists in the
hash table. Also flushes the cache of home directories built
by tilde expansion.
 
Back
Top