LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-22-2003, 03:55 AM   #16
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Original Poster
Rep: Reputation: 30

so many downloading site, which one shall i choose ?
 
Old 03-22-2003, 01:21 PM   #17
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Closest to you, and closest match to the one you need. I disagree with one of the above statements, install the one from your install CD, you'll run into much less "snagging". If there are dependencies, also use the files from your install CD, less confusion that way as well.

Cool
 
Old 03-24-2003, 06:27 AM   #18
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Original Poster
Rep: Reputation: 30
When I try to install abiword-mdk.i586.rpm for mandrake, I have dependency problem,
the error message is:

expat >= 1.95.1 is needed by abiword-1.0.2-1mdk


What can I do ?
 
Old 03-24-2003, 01:14 PM   #19
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
On mandrake, use urpmi:
urpmi abiword, it will prompt you for the needed cd's

Cool
 
Old 03-25-2003, 08:37 AM   #20
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Original Poster
Rep: Reputation: 30
I successfully installed abiword for linux mandrake, using urpmi command.
Thanks.
 
Old 03-26-2003, 12:22 AM   #21
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Original Poster
Rep: Reputation: 30
when i open abiword, it prompts me for an error about "font can not be loaded",
how to fix it?

Inside abiword, i click the menu preference, can see nothing to adjust!
 
Old 03-26-2003, 10:50 AM   #22
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by fsbooks
Is not /usr/bin in your path? If you want it in your startup menu, add it the same you would manually add any other application.

What version abiword are you using? If it works, you can go to tools->preferences->PreferenceSchemes and there is a way to turn off the font warning at startup and to modify the unix font path.

Try this link: http://abisource.com/twiki/bin/view/Abiword/AbiWordFAQ
Does this not help? It's also mentioned like this in the FAQ...
 
Old 03-26-2003, 06:10 PM   #23
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Original Poster
Rep: Reputation: 30
I'll try the solution.

From tucows.com, i downloaded a 18 MB abiword, haven't unzipped yet, don't know why it is so big ?
 
Old 03-27-2003, 02:01 AM   #24
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you shouldn't something as crap as tucows. you should be using a decent linux site like rpmfind.net. that's probably a static build including gtk or something, which you certainly don't want to be using.
 
Old 03-27-2003, 08:27 AM   #25
fsbooks
Member
 
Registered: Jan 2002
Location: Missoula. Montana, USA
Distribution: Slackware (various)
Posts: 464

Rep: Reputation: 52
The large file size could also be a result of dictionary files, abiword has spelling support for over 20 languages. BTW, the .hash files mentioned before are the dictionary files.

and yes, rpmfind.net or sourceforge.net are better bets. Sourceforge is more up to date, while rpmfind may be more capatible with base distributions.
If you want fun, get the unstable version (1.1.4). Yeah, there will be a lot of dependencies whether in precompiled rpm format or even if you build from source, but I've successfully built it on rh7.3 by intalling from source the newer glib2 and certain gnome libraries. A challenge, but worth it if you like that sort of thing (besides, the features are much improved in the development version).

Last edited by fsbooks; 03-27-2003 at 08:30 AM.
 
Old 05-25-2003, 02:33 PM   #26
cybergal
Member
 
Registered: Mar 2003
Location: Parksville, BC Canada
Distribution: Ubuntu 10.04LTS, Absolute Linux,Debian 3.0, LinpusLite,
Posts: 206

Rep: Reputation: 31
Quote:
Originally posted by MasterC
I'd just install it from the CD's on your install disc, if you are using Mandrake, use:
urpmi abiword

It will take care of the dependencies for you, and save you the headache.

I'm running Mandrake 7.1 and want to install AbiWord from the Applications CD as I don't want dependency problems. I've been unable to install it by using: rpm -ivh <various variations of abiword.rpm> What is the difference between rpm -ivh and urpmi? urpmi is not mentioned in the Mandrake Installation and User Guide.

TIA
 
Old 05-25-2003, 02:42 PM   #27
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
urpm is propbably not on your system, afaik it was not in mandrake 7.1, which is really quite old now, i'd suggest a much newer version, 9.1 is out now.
 
Old 05-25-2003, 03:55 PM   #28
cybergal
Member
 
Registered: Mar 2003
Location: Parksville, BC Canada
Distribution: Ubuntu 10.04LTS, Absolute Linux,Debian 3.0, LinpusLite,
Posts: 206

Rep: Reputation: 31
Thanks, acid_kewpie.
 
Old 07-13-2003, 09:52 PM   #29
futurist
Member
 
Registered: Mar 2002
Location: malaysia
Distribution: Mandriva 2006 RC1
Posts: 486

Original Poster
Rep: Reputation: 30
http://abisource.com/download today is down
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Abiword 2.4.0 shepper Slackware 2 10-04-2005 08:28 AM
Abiword help Finnisher Linux - Newbie 5 05-21-2005 03:26 AM
abiword Prism Linux - Software 2 10-27-2004 06:50 PM
Abiword not starting muhkuhmasta Linux - Software 1 07-17-2004 04:36 AM
Abiword? wiggywag Linux - Software 1 09-17-2003 08:02 AM

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

All times are GMT -5. The time now is 03:23 AM.

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