ToryGW
Posts: 4
Joined: Wed Mar 21, 2018 2:56 pm

where is omxplayer after I install it?

Wed May 02, 2018 4:36 pm

Ok, according to the 'Add / Remove software' menu, I do have omxplayer installed on my Rpi. However, it must not be obvious to find. I have searched in different menus and I do NOT see it in any menu. How do I find it if it's installed?

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: where is omxplayer after I install it?

Wed May 02, 2018 5:35 pm

ToryGW wrote:
Wed May 02, 2018 4:36 pm
Ok, according to the 'Add / Remove software' menu, I do have omxplayer installed on my Rpi. However, it must not be obvious to find. I have searched in different menus and I do NOT see it in any menu. How do I find it if it's installed?

https://www.raspberrypi.org/documentati ... xplayer.md


If you want a omxplayer GUI, it is included with kweb:

viewtopic.php?t=40860
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

klricks
Posts: 7154
Joined: Sat Jan 12, 2013 3:01 am
Location: Grants Pass, OR, USA
Contact: Website

Re: where is omxplayer after I install it?

Wed May 02, 2018 11:54 pm

ToryGW wrote:
Wed May 02, 2018 4:36 pm
Ok, according to the 'Add / Remove software' menu, I do have omxplayer installed on my Rpi. However, it must not be obvious to find. I have searched in different menus and I do NOT see it in any menu. How do I find it if it's installed?
Simply type omxplayer at the command line. If it runs it's installed. If you get a command not found error then it's not installed (or not installed correctly)......

Since omxplayer is a command line program and a media filename and other parameters are required along with the omxplayer command, it would be pointless to make a menu item or desktop icon as nothing would appear to happen. Type omxplayer at the command line and see what you get........
A menu item or desktop icon(s) would only be useful if you always wanted to play the same file(s).

To answer your question as written in your title, you can use the find command:

Code: Select all

sudo find / -name omxplayer
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.

Return to “General discussion”