M HYPE SPLASH
// news

fedora /usr/share/dict/words file

By Emma Valentine

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

1

3 Answers

yum install words

For Ubuntu:

sudo apt-get install wbritish

or

sudo apt-get install wamerican
2

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy