Anagram is a C++ program for finding anagrams of a word.
Anagram is available as source tarball. You need to compile it on your computer before you use it.
Download the latest version of Anagram from here. Please follow the below instructions to install Anagram on your computer.
Untar the source tarball
tar -xvf anagram.tar.gz
Change to the extracted directory
cd anagram
Build the binaries
make
Install the program
make install
The above steps install the program to your /usr/local/bin
directory and the program data to your /usr/local/share/anagram
directory. To uninstall you can simply remove them.
Anagram can be used from command line as well as through a graphical interface.
Enter 'anagram -h' in the command line to see a list of available options and usage instructions.
anagram [-hmpP] word [word2]
The program finds the possible angrams of the 'word' from a dictionary.
If 'word2' is specified it compares 'word' and 'word2' to check if they are anagrams of each other.
Options:
-h | Show this help |
-m | Find multiword anagrams |
-p | Checks if 'word' is a palindrome |
-P | Only checks if 'word' is a palindrome. Does not find angrams. |
Example:
anagram -p cat
To start the graphical interface launch the binary file named angramx
.
Copyright © 2013-2024 Dr. Agnibho Mondal
All rights reserved
Anagram is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Agnibho Mondal
mondal@agnibho.com
www.agnibho.com
Softwares of Agnibho
Copyright © 2013-2024 Dr. Agnibho Mondal
www.agnibho.com