PDA

View Full Version : scummvm and game locations


Valavien
February 24th, 2005, 10:23 PM
Hi all,

I recently installed scummvm and two games. beneath a steal sky and another one. I load scummvm but I don't know where synaptic installed the games so I can load them with scummvm

any ideas?

andrew

Dylanby
February 25th, 2005, 02:42 PM
/usr/share/scummvm

Wardhog
February 28th, 2005, 06:40 PM
Hi all,

I recently installed scummvm and two games. beneath a steal sky and another one. I load scummvm but I don't know where synaptic installed the games so I can load them with scummvm

any ideas?

andrew

Another way to find where files are installed (if you know the program name)

$which <programname> will show you where it is if the system can find it in your PATH.

In your case, it would be 'which scummvm' would return /usr/share/scummvm

In Synaptic, you can list the files installed with a certain package (going by memory here - system not at hand) by highlighting the package, right-clicking on it and selecting Properties or equivalent. There's a tab in the resulting dialog box that lists all installed files.