Package "bottom" doesn't seem to have an executable in the path after installation via zypper

I’ve installed bottom via zypper on Leap 16 (sudo zypper install bottom, openSUSE Software, GitHub - ClementTsang/bottom: Yet another cross-platform graphical process/system monitor.). However, I can’t find an executable in the path, after installation.

which bottom
which: no bottom in (/home/gheese/.local/bin:/usr/local/bin:/usr/bin:/bin)
sudo which bottom
which: no bottom in (/usr/sbin:/usr/bin:/sbin:/bin)

I’m relatively new to OpenSUSE, so I’m not sure if this is the right place to discuss this. Let me know if there’s a better alternative.

To begin with you could check what files (including executables) are installed with the package.
YaST > Software Management > bottom in the Search field and selecting it at right will give you a list of installed files by using the Tab lower-right.

Thank you for the suggestion! How can I accomplish this in the terminal?

I thought of

zypper if --povides bottom

but I am not sure. The man page says it gives “symbols”, not files installed.

Maybe the rpm command helps here.

When you ask because you have no GUI availalbe, you can still use YaST in the terminal:

yast

I found

rmp -q bottom -l

That was the key. Thank you very much!

$ rpm -q bottom -l
/usr/bin/btm
/usr/share/doc/packages/bottom
/usr/share/doc/packages/bottom/CHANGELOG.md
/usr/share/doc/packages/bottom/README.md
/usr/share/doc/packages/bottom/default_config.toml
/usr/share/doc/packages/bottom/demo_config.toml
/usr/share/licenses/bottom
/usr/share/licenses/bottom/LICENSE

The executable is named btm instead of bottom :roll_eyes:

It does not seem to have a man page :angry:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.