You start out with Linux..... perhaps you would be more interested in
Gawk?
Would I be correct is assuming that all you want is a GUI that you input a file name, and it deletes the duplicates?
I threw together a simple java application that will do the job. If you have java installed on your system (and most people do), all you have to do is double-click on the file to run it. It will open a file browser. Select the file that you want to remove duplicates from, and select ok. Of course, make a backup copy of the file first, just in case something goes wrong.
Disclaimer and source code can be found
here.