wvText converts word documents into plain text, with formatting prominently similar to the original document. It commonly used as a dependencies software for some documentation system such as gforge server. To resolve wvText, you just need to run this yum command on your linux terminal.
1. Prepare the epel repository to enable you to use yum install for wv.
64 Bit Operating System
[root@myserver tmp]# wget http://download.fedora.redhat.com/pub/epel/5/x86_64/ epel-release-5-4.noarch.rpm
32 Bit Operating System:
[root@myserver tmp]# wget http://download.fedora.redhat.com/pub/epel/5/i386/ epel-release-5-4.noarch.rpm
[root@server tmp]# rpm -Uvh epel-release-5-4.noarch.rpm
2. Run Yum install command :
[root@server ~]# yum install wv Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.maulvi.net * base: centos.maulvi.net * epel: mirror.neu.edu.cn * extras: centos.maulvi.net * updates: ossm.utm.my Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package wv.i386 0:1.2.4-4.el5 set to be updated --> Processing Dependency: libgsf-1.so.114 for package: wv --> Running transaction check ---> Package libgsf.i386 0:1.14.1-6.1 set to be updated --> Finished Dependency Resolution Dependencies Resolved ========================================================================================== Package Arch Version ========================================================================================== Installing: wv i386 1.2.4-4.el5 Installing for dependencies: libgsf i386 1.14.1-6.1 Transaction Summary ========================================================================================== Install 2 Package(s) Upgrade 0 Package(s) Total download size: 383 k Is this ok [y/N]: y Downloading Packages: (1/2): libgsf-1.14.1-6.1.i386.rpm | 116 kB 00:01 (2/2): wv-1.2.4-4.el5.i386.rpm | 120 kB 01:04 http://mirror.neu.edu.cn/fedora/epel/5/i386/wv-1.2.4-4.el5.i386.rpm: [Errno 4] Socket Error: timed out Trying other mirror. (2/2): wv-1.2.4-4.el5.i386.rpm | 267 kB 00:05 ------------------------------------------------------------------------------------------ Total 4.4 kB/s | 383 kB 01:27 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : libgsf 1/2 Installing : wv 2/2 Installed: wv.i386 0:1.2.4-4.el5 Dependency Installed: libgsf.i386 0:1.14.1-6.1 Complete!