LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-15-2009, 10:52 AM   #1
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Rep: Reputation: 31
Question English dictionary for fedora 9


Hello friends,
Please tell me any english to english or english to urdu (non-web-based) dictionary for fedora. During study, I have to switch to vista for Pocket Oxford Dictionary again and again.
Regards
 
Old 07-15-2009, 12:34 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Kdict (for the K desktop), Gdict (for the Gnome desktop) & Stardict are all non-web based, on or offline dictionaries available for GNU/Linux. With additional dictionaries available for download. Check for those names in your package manager.

See here for an example: http://stardict.sourceforge.net/
 
Old 07-19-2009, 11:33 PM   #3
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
Thanks a lot dear {BBI}Nexus{BBI}.
I have downloaded stardict-3.0.1-1.fc8.i386.rpm file from the link you said. For the installation, here is what I do in the terminal and the results:

Quote:
[root@localhost MyApps]# rpm -ivh stardict-3.0.1-1.fc8.i386.rpm
error: Failed dependencies:
espeak is needed by stardict-3.0.1-1.fc8.i386
libespeak.so.1 is needed by stardict-3.0.1-1.fc8.i386
[root@localhost MyApps]#
I don't know what these errors mean and what I should do. Please guide me.
 
Old 07-19-2009, 11:41 PM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
It means you need to install the espeak package. I would guess that the file libespeak.so.1 is contained in the espeak package.
cheers,
jdk
 
Old 07-19-2009, 11:47 PM   #5
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
Thanks jdkaye but how I am supposed to install that package?
 
Old 07-20-2009, 02:32 AM   #6
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
I have also tried to install Gdict instead, and here is what happened in the terminal:

Quote:
[root@localhost ~]# yum install Gdict
Loaded plugins: refresh-packagekit
updates-newkey | 3.4 kB 00:03
fedora | 2.4 kB 00:00
adobe-linux-i386 | 951 B 00:00
updates | 2.6 kB 00:00
Setting up Install Process
Parsing package install arguments
No package Gdict available.
Nothing to do
[root@localhost ~]#
Please guide me.
 
Old 07-20-2009, 03:07 AM   #7
sreeharsha.t
Member
 
Registered: Jan 2009
Location: Mumbai, India
Distribution: Fedora 9, 10,11, RHEL 5
Posts: 67

Rep: Reputation: 18
Thumbs up

Quote:
[root@localhost MyApps]# rpm -ivh stardict-3.0.1-1.fc8.i386.rpm
error: Failed dependencies:
espeak is needed by stardict-3.0.1-1.fc8.i386
libespeak.so.1 is needed by stardict-3.0.1-1.fc8.i386
[root@localhost MyApps]#

Try
Code:
 yum localinstall /path/to/stardict-3.0.1-1.fc8.i386.rpm
it will hunt down all the dependencies for you.

By the way, you have downloaded the wrong version of stardict I guess. You indicated that you need dictionaries to install in Fedora 9. But the one which you have downloaded appears to be for Fedora 8. In this case yum may not work.

If thats so, try
Code:
 yum install stardict

Last edited by sreeharsha.t; 07-20-2009 at 03:10 AM.
 
Old 07-20-2009, 08:43 AM   #8
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
thank you so much sreeharsha.t
and what should I do to install Gdict?
 
Old 07-23-2009, 05:04 AM   #9
sreeharsha.t
Member
 
Registered: Jan 2009
Location: Mumbai, India
Distribution: Fedora 9, 10,11, RHEL 5
Posts: 67

Rep: Reputation: 18
From your previous post I deduce that your yum is not able to find a package with name Gdict..

Try searching for that package in the yum repository first by,

Code:
yum search gdict
If there are some packages of gdict, yum will show highlight them with their full name. Install those packages by yum install.

If you find success, do post it! 8)

Last edited by sreeharsha.t; 07-23-2009 at 05:08 AM.
 
Old 07-23-2009, 11:46 AM   #10
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
Thanks sreeharsha.t. I did as you directed and here is the result:
Quote:
[root@localhost ~]# yum search gdict
Loaded plugins: refresh-packagekit
updates-newkey | 3.4 kB 00:00
fedora | 2.4 kB 00:00
adobe-linux-i386 | 951 B 00:00
updates | 2.6 kB 00:00
Warning: No matches found for: gdict
No Matches found
 
Old 07-27-2009, 12:16 AM   #11
sreeharsha.t
Member
 
Registered: Jan 2009
Location: Mumbai, India
Distribution: Fedora 9, 10,11, RHEL 5
Posts: 67

Rep: Reputation: 18
No luck with yum I guess, I clearly appears that the fedora's repos aren't having any packages related to gdict.
 
Old 07-27-2009, 01:08 AM   #12
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
It appears there are no gdict packages per se. I've found this: libgdict-1.0-6 although I don't know what fedora calls it. But you might try libgdict instead of gdict. Otherwise it might be part of some fedora gnome package.
cheers,
jdk
 
Old 07-27-2009, 08:55 AM   #13
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
I have tried with libgdict and again :
No mathes found
Thanks jdkaye
 
Old 07-27-2009, 11:11 PM   #14
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
I have successfully installed StarDict now, the only problem with this is that though it shows the example sentences in English, it shows the meanings in Chines like characters. Friends ! please help me. I have to switch back to Vista again and again for Pocket Oxford Dictionary during studing.
Thanks in advance
 
Old 07-27-2009, 11:14 PM   #15
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Can you post these "Chinese-like" characters? Maybe your character encoding is set improperly.
cheers,
jdk
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Way to use a good free English to English Dictionary linbose Linux - Software 6 06-03-2009 10:25 PM
Web base English to English dictionary krishnakant Linux - General 3 05-15-2009 10:43 PM
English to English dictionary to configure on the http server on linux niraj.kumar Linux - Software 2 05-11-2009 04:12 AM
i am looking for a english to english dictionary for RedHat8.0 rddreamz Linux - Software 1 07-10-2004 10:58 AM
english-english dictionary for linux zozia Linux - Software 4 09-21-2003 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration