简体   繁体   中英

rpm package installed successfully but does not run

setup: i3wm, fedora 31

I am facing this issue, in which some rpm's even after being installed, For eg I have Bluejeans installed, but when I try running the app, it results in command not found, the baffling part being I have no such issue opening it in gnome.

  $  rpm -qa | grep -i bluejeans
bluejeans-v2-2.0.0-188.x86_64


$ bluejeans
zsh: bluejeans: command not found...

same goes when I try accessing using dmenu.

solved the issue, bluejeans was not getting installed in /usr/bin or any other similar paths.

rpm -ql bluejeans 
package bluejeans is not installed

while they also named package as bluejeans-v2 which made it harder to search, while in gnome I could start using bluejeans even from the terminal.

solution: create a symlink to /usr/bin where you have bluejean-v2 installed

ls -s /usr/bin/bluejean-v2 ${install_path}/bluejeans-v2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM