Solved Installed package/port seems missing

I just installed fbreader, but cant find the file when i type fbreader in terminal (alacritty, sh) or in sway wmenu.
I also tried installing through ports, same strange behaviour, the executable is missing. Is there a way to find out what is really happening? Thanks.
 
Or directly use shell patterns without -x option (if resolvable in a unique port name)
pkg info -l 'python*'
this is ambiguous, maybe shows installed files for more than one package (if llvm19 and llvm20 are installed)
pkg info -l 'llvm*'
 
Back
Top