FindFile
The .deb file should do all the work requied to install a Debian based system.
(Anybody that wants a .rpm file please let me know)
If the installer complains about a lack of dependancies you will need to run the following commands in Terminal and then try again
sudo add-apt-repository ppa:nemh/gambas3
sudo apt-get update
********************************************************************************************************************************
The .gz file contains the files needed by Gambas3 to run this program.
For those who just want to see what this is all about the following instructions should help: -
If you haven't got Gambas3 installed you should be able to find it in your Software Manger/Center
If you can only find Gambas2, or no Gambas at all, then the following commands run in Terminal should help (These commands are for Debian based distributions - e.g Debian, Mint Ubuntu ...)
sudo add-apt-repository ppa:nemh/gambas3
sudo apt-get update
sudo apt-get install gambas3
Gambas3 should now be available from your normal menu
The FindFile program can then be selected from wherever you saved the expanded tar.gz file
Once loaded into Gambas3 the file can be run by pressing the F5 key