How to Install Jpeg2ps on Linux?

  • Thread starter Thread starter Edgardo
  • Start date Start date
  • Tags Tags
    install
Click For Summary

Discussion Overview

The discussion revolves around the installation process of the jpeg2ps tool on Linux, specifically for converting JPEG files to EPS format. Participants are seeking and providing guidance on the necessary commands and steps for installation on a SuSE Linux system.

Discussion Character

  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant, Edgardo, requests detailed instructions for installing jpeg2ps on SuSE Linux 7.1.
  • Another participant suggests that Edgardo should download and extract the jpeg2ps file and refers to a typical installation procedure involving commands like ./configure, make, and make install.
  • Edgardo reports issues when attempting to run the suggested commands, indicating that the console returns errors such as “command not found” and “/. is a directory.”
  • A different participant advises that the ./configure step may not be necessary due to the absence of dependencies and suggests that Edgardo should simply run make in the jpeg2ps-1.9 directory.
  • There is a mention that if Edgardo does not have the make command available, he may need to install development tools from the SuSE CD.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of the ./configure step, with some asserting it is required while others claim it is not. The discussion remains unresolved regarding the specific installation steps due to the varying experiences shared.

Contextual Notes

There are indications of missing dependencies or tools that may be required for successful installation, such as the make command and development tools. The discussion does not clarify the exact requirements for the installation process.

Edgardo
Messages
707
Reaction score
17
Hey all,

I'd like to convert jpeg files to eps files. So I downloaded the
tool jpeg2ps from
http://www.pdflib.com/products/more/jpeg2ps.html
I want to use it in Linux, but I don't know how to install this.
(I've got SuSE Linux 7.1)

I would be very glad if someone could explain me what EXACTLY
I have to type in my console.

Thanks in advance.

-Edgardo
 
Last edited by a moderator:
Computer science news on Phys.org
Did you download the file and extract it?

http://www.pdflib.com/products/more/jpeg2ps/jpeg2ps-1.9.tar.gz

There should be a file called INSTALL that will tell you exactly how to install the file. It usually like this on the command line:

./configure
make
make install

If you don't know how to extract the file all you have to do is open up a command line and do this:

tar -zxvf jpeg2ps-1.9.tar.gz
 
Last edited by a moderator:
dduardo said:
Did you download the file and extract it?
http://www.pdflib.com/products/more/jpeg2ps/jpeg2ps-1.9.tar.gz
I downloaded it and extracted it (with rightclick and extract :shy: )

dduardo said:
There should be a file called INSTALL that will tell you exactly how to install the file. It usually like this on the command line:

./configure
make
make install

I extracted the file, went to the jpeg2ps folder and typed in what you told me.
If I type ./configure, the console says: /. is a directory
If I type make, it says: command not found
If I type make install: command not found.

Please, could you try out installing this little tool and tell me in detail what to type in.
I think you have to compile the file, but I don't know how to do it.

Thanks

-Edgardo
 
Last edited by a moderator:
I extracted the file and all you have to do is type make in the jpeg2ps-1.9 directory. There is no need to do ./configure since there are not dependences on anything else. If you don't have make, then you need to install the development tools that comes on the suse cd.
 

Similar threads

Replies
3
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 37 ·
2
Replies
37
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 37 ·
2
Replies
37
Views
7K
Replies
38
Views
6K