fedora /usr/share/dict/words file

is there a way I can install /usr/share/dict/words file for Fedora 11 , (it should be a list of dictionary English words?)?


Solution 1:

yum install words

Solution 2:

For Ubuntu:

sudo apt-get install wbritish

or

sudo apt-get install wamerican

Solution 3:

In general, if you want to install /someplace/some/random/file, you can just do yum install /someplace/some/random/file