F5F Stay Refreshed Software Operating Systems Finding the Ubuntu Software Store location involves checking your system settings or using specific commands.

Finding the Ubuntu Software Store location involves checking your system settings or using specific commands.

Finding the Ubuntu Software Store location involves checking your system settings or using specific commands.

_
_Dumle03_
Member
158
06-24-2025, 11:28 AM
#1
Hello, I've set up the Plex Media Server from the Ubuntu Software store. To have it launch automatically at login, you'll need to locate the Startup Application entry for the server and point it to the installation directory. I haven't found it using standard commands like listing packages or checking whereis, so you might need to manually search for it in your application list or configuration files. Let me know if you'd like guidance on that! Thanks!
_
_Dumle03_
06-24-2025, 11:28 AM #1

Hello, I've set up the Plex Media Server from the Ubuntu Software store. To have it launch automatically at login, you'll need to locate the Startup Application entry for the server and point it to the installation directory. I haven't found it using standard commands like listing packages or checking whereis, so you might need to manually search for it in your application list or configuration files. Let me know if you'd like guidance on that! Thanks!

E
EmmaPrinces
Member
152
06-25-2025, 07:58 AM
#2
I think Ubuntu Software added Plex Media Server via a Snap, likely placing it at /snap/bin. For details on Snaps, check the official guide: https://snapcraft.io/docs/getting-started
E
EmmaPrinces
06-25-2025, 07:58 AM #2

I think Ubuntu Software added Plex Media Server via a Snap, likely placing it at /snap/bin. For details on Snaps, check the official guide: https://snapcraft.io/docs/getting-started

Z
ZukiiLukii
Junior Member
15
06-25-2025, 08:58 AM
#3
Usually binaries are stored in /bin or /usr/bin, however that's not the "right" way of doing what you want; you should instead start and enable the plexmediaserver service: sudo systemctl enable plexmediaserver sudo systemctl start plexmediaserver
Z
ZukiiLukii
06-25-2025, 08:58 AM #3

Usually binaries are stored in /bin or /usr/bin, however that's not the "right" way of doing what you want; you should instead start and enable the plexmediaserver service: sudo systemctl enable plexmediaserver sudo systemctl start plexmediaserver