Python Forum
Checking whether program is installed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checking whether program is installed
#3
If the program was installed using the standard system installer/package manager then you can likely ask said manager (but this is of course system-dependent...). Otherwise all you can do if see if you can find the executable at some expected places (or scan the whole disk for it) but that won't always mean it is installed/usable.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
Checking whether program is installed - by Kaelmi - May-23-2017, 12:16 PM
RE: Checking whether program is installed - by Ofnuts - May-23-2017, 12:32 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020