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 08-01-2008, 02:53 PM   #1
Jim Isbell
Member
 
Registered: Nov 2007
Location: Third Coast
Distribution: Freespire and Puppy...fpr now
Posts: 31
Blog Entries: 1

Rep: Reputation: 16
DjVu


I have several files that are in DjVu format. Is there a version of DjVu that will run under Freespire linux? I dont need something that I have to compile, link, or other esoteric function. I just need something I can download and use.
 
Old 08-01-2008, 03:29 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Jim Isbell View Post
I have several files that are in DjVu format. Is there a version of DjVu that will run under Freespire linux? I dont need something that I have to compile, link, or other esoteric function. I just need something I can download and use.
Check here: http://djvu.sourceforge.net/index.html.

Puppy and Freespire aren't on the precompiled list, though. Most of the time, you just have to decompress the source code, go into the directory, type in "./configure", then "make && make install", and that's it.
 
Old 08-01-2008, 04:30 PM   #3
Jim Isbell
Member
 
Registered: Nov 2007
Location: Third Coast
Distribution: Freespire and Puppy...fpr now
Posts: 31

Original Poster
Blog Entries: 1

Rep: Reputation: 16
Quote:
Originally Posted by TB0ne View Post
Check here: http://djvu.sourceforge.net/index.html.

Puppy and Freespire aren't on the precompiled list, though. Most of the time, you just have to decompress the source code, go into the directory, type in "./configure", then "make && make install", and that's it.
OK, I did that and all seemed to go well as there were no reports of errors and the computer didnt hang up. But what now.? Where is it? How do I run it?

And more importantly, you have taught me something BUT, where did you learn it? I get tired of asking questions like a dunderhead and would like to know the source of all this knowledge so I could learn it myself. All I can do now is write down what I did and then repeat it again like a robot.

I spent 40 years programming in many languages including C and C++ but when I needed to know something there was always a manual to look in. For Linux there is NO MANUAL to look things up in!!
 
Old 08-01-2008, 06:11 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Jim Isbell View Post
OK, I did that and all seemed to go well as there were no reports of errors and the computer didnt hang up. But what now.? Where is it? How do I run it?

And more importantly, you have taught me something BUT, where did you learn it? I get tired of asking questions like a dunderhead and would like to know the source of all this knowledge so I could learn it myself. All I can do now is write down what I did and then repeat it again like a robot.

I spent 40 years programming in many languages including C and C++ but when I needed to know something there was always a manual to look in. For Linux there is NO MANUAL to look things up in!!
There are lots of manuals and documentation. Typing in "man <command name>" at the command line will give you complete information about that command, sometimes with examples. This site is another reference, as well as lots of books from Amazon.com or your local bookstore. The documentation in almost every program you download, tells you how to compile it, install it, and use it. The site link in this post has complete documentation on how to use/run the program.
 
Old 08-01-2008, 08:36 PM   #5
Jim Isbell
Member
 
Registered: Nov 2007
Location: Third Coast
Distribution: Freespire and Puppy...fpr now
Posts: 31

Original Poster
Blog Entries: 1

Rep: Reputation: 16
Quote:
Originally Posted by TB0ne View Post
There are lots of manuals and documentation. Typing in "man <command name>" at the command line will give you complete information about that command, sometimes with examples. This site is another reference, as well as lots of books from Amazon.com or your local bookstore. The documentation in almost every program you download, tells you how to compile it, install it, and use it. The site link in this post has complete documentation on how to use/run the program.
Yes, but what command? I dont know the commands!!!!! If I knew them I wouldnt need documentation!!!!

Ever see a DOS manual from the 70s? That is what I need. One that tells me the command names with a description of what they will do. Just blindly typing in command names doesnt get me anywhere.
 
Old 08-02-2008, 12:02 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by Jim Isbell View Post
Yes, but what command? I dont know the commands!!!!! If I knew them I wouldnt need documentation!!!!
apropos is good for this.
 
Old 08-02-2008, 01:04 AM   #7
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
And as one of many sources of information you han start here:
http://tldp.org/

[edit]
I know little of the subject of this thread except that the format is not widely used (yet?) and that some programs here on my machine are built to support it in case I should come across such a thing sometime.
Documentation I found:
http://djvu.sourceforge.net/doc/index.html

Last edited by jomen; 08-02-2008 at 01:18 AM.
 
Old 08-02-2008, 01:06 AM   #8
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 62
Quote:
Originally Posted by Jim Isbell View Post
Yes, but what command? I dont know the commands!!!!! If I knew them I wouldnt need documentation!!!!
"djview file_name"
 
Old 08-02-2008, 11:02 AM   #9
Jim Isbell
Member
 
Registered: Nov 2007
Location: Third Coast
Distribution: Freespire and Puppy...fpr now
Posts: 31

Original Poster
Blog Entries: 1

Rep: Reputation: 16
Quote:
Originally Posted by ErV View Post
"djview file_name"
From where? In the console or in the Run command on the desktop? From within the directory where the file is or from within the directory where the DjVu program is? Or do they both have to be in the same directory?
 
Old 08-02-2008, 12:54 PM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by Jim Isbell View Post
From where? In the console or in the Run command on the desktop? From within the directory where the file is or from within the directory where the DjVu program is? Or do they both have to be in the same directory?
You need to run djview from the command line. For the rest of your questions: you either need to give the full path to your file, or be in the same directory as the file. The djview program should be in one of the directories in your $PATH, which means you can run it from anywhere without giving the full path to it (the shell looks for executables in the list of directories given in $PATH). So, you can run

djview foo.djvu from the directory containing foo.djvu, or

djview /foo/bar/foo.djvu if foo.djvu is in directory /foo/bar.

HTH
 
  


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
djvu slackware agunhan Linux - Software 1 04-19-2006 11:57 PM
djvu exits on try to open *.djvu document deggial Linux - Software 0 04-09-2006 05:01 AM
canīt launch djvu deggial Linux - Software 2 03-31-2006 05:38 AM
djvu realcr Linux - Software 1 11-26-2005 05:50 AM
Djvu hhegab Linux - Software 0 05-17-2004 05:49 PM

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

All times are GMT -5. The time now is 11:27 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