How To Install wordnet-browser.x86_64 on Amazon Linux 2
In this tutorial we learn how to install wordnet-browser.x86_64 in Amazon Linux 2. wordnet-browser.x86_64 is Tk browser for WordNet
Introduction
In this tutorial we learn how to install wordnet-browser.x86_64 on Amazon Linux 2.
What is wordnet-browser.x86_64
This package contains graphical browser for WordNet database.
We can use yum to install wordnet-browser.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install wordnet-browser.x86_64.
Install wordnet-browser.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install wordnet-browser.x86_64 using yum by running the following command:
sudo yum -y install wordnet-browser.x86_64
How To Uninstall wordnet-browser.x86_64 on Amazon Linux 2
To uninstall only the wordnet-browser.x86_64 package we can use the following command:
sudo yum remove wordnet-browser.x86_64
wordnet-browser.x86_64 Package Contents on Amazon Linux 2
/usr/bin/wishwn
/usr/bin/wnb
/usr/share/man/man1/wishwn.1.gz
/usr/share/man/man1/wnb.1.gz
/usr/share/wordnet-3.0/lib/wnres
/usr/share/wordnet-3.0/lib/wnres/license.txt
/usr/share/wordnet-3.0/lib/wnres/wn.xbm
/usr/share/wordnet-3.0/lib/wnres/wnb.man
/usr/share/wordnet-3.0/lib/wnres/wngloss.man
References
Summary
In this tutorial we learn how to install wordnet-browser.x86_64 on Amazon Linux 2 using yum.