How to Install Jpeg2ps on Linux?

  • Thread starter Thread starter Edgardo
  • Start date Start date
  • Tags Tags
    install
AI Thread Summary
To convert JPEG files to EPS files using the jpeg2ps tool on Linux, specifically SuSE Linux 7.1, users need to download and extract the jpeg2ps package from the provided link. After extraction, the installation process typically involves navigating to the jpeg2ps directory and executing the command 'make'. It's noted that there may be no need to run './configure' if there are no dependencies. If the 'make' command returns an error indicating it is not found, users should install the necessary development tools from the SuSE installation CD. The installation instructions can usually be found in the INSTALL file included in the package.
Edgardo
Messages
706
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.
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top