Results 1 to 5 of 5
hi
i have downloaded an rpm package to install a dictinary but when installing it with yum i the following message came :
"Package stardict-3.0.1-1.fc8.i386.rpm is not signed"
so how ...
- 06-02-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 24
package not signed
hi
i have downloaded an rpm package to install a dictinary but when installing it with yum i the following message came :
"Package stardict-3.0.1-1.fc8.i386.rpm is not signed"
so how can i solve this problem since i am really in need of a french english dictionary and i dont know what does package not signed means
so any one could help me
- 06-02-2008 #2
Can you install it with the rpm command? As root:
Code:rpm -ivh stardict-3.0.1-1.fc8.i386.rpm
- 06-02-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 24
i am having this error
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
any suggestions
- 06-02-2008 #4
Yeah, this is why they invented package managers.
What yum command were you originally using to install the rpm? Is stardict available in the default yum repos?
You can go out and try and find an espeak rpm, install that and then install stardict but you're likely to have dependency problems with espeak as well.Code:yum search stardict
Also, what's the output of:
Code:yum repolist
- 06-03-2008 #5Just Joined!
- Join Date
- Apr 2008
- Posts
- 24
the output of yum search is :
stardict-dic-ru.noarch : Russian(ru) dictionaries for StarDict
stardict-dic-en.noarch : English(en) dictionaries for StarDict
stardict.i386 : A powerful dictionary platform written in GTK+2
stardict-dic-ja.noarch : Japanese(ja) dictionaries for StarDict
stardict-dic-zh_CN.noarch : Simplified Chinese(zh_CN) dictionaries for StarDict
stardict.i386 : A powerful dictionary platform written in GTK+2
stardict-dic-zh_TW.noarch : Traditional Chinese(zh_TW) dictionaries for StarDict
and the output of yum repolist is
repo id repo name status
InstallMedia Fedora 8 enabled
adobe-linux-i386 Adobe Systems Incorporated enabled
fedora Fedora 8 - i386 enabled
livna Livna for Fedora Core 8 - i386 - Base enabled
updates Fedora 8 - i386 - Updates enabled
so what do you think?


Reply With Quote
