1. $ which gcc
    2. /usr/bin/gcc
    3. $ which make
    4. /usr/bin/make
    5. $ wget https://ftp.gnu.org/gnu/diction/diction-1.11.tar.gz
    6. $ tar xzf diction-1.11.tar.gz
    7. $ cd diction-1.11
    8. $ ./configure
    9. $ make
    10. $ sudo make install