How to Install Jpeg2ps on Linux?

  • Thread starter Edgardo
  • Start date
  • Tags
    install
In summary, Edgardo is seeking help with installing the jpeg2ps tool on his Linux system. He has downloaded and extracted the file but does not know how to install it. He is asking for specific instructions on what to type in his console. The solution involves using the command line and typing in "./configure", "make", and "make install".
  • #1
Edgardo
706
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
  • #2
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:
  • #3
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:
  • #4
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.
 

FAQ: How to Install Jpeg2ps on Linux?

What is Jpeg2ps and what is it used for?

Jpeg2ps is a command line utility that converts JPEG images to PostScript format. It is commonly used for printing images on PostScript printers and creating high-quality printouts of images.

Where can I find the Jpeg2ps installation file?

The Jpeg2ps installation file can be found on various websites and repositories online. It is recommended to download it from a reliable source, such as the official Jpeg2ps website or a trusted software repository for your operating system.

What are the system requirements for installing Jpeg2ps?

Jpeg2ps is a cross-platform utility and can be installed on Windows, Mac, and Linux operating systems. It requires a minimum of 2GB of RAM and 500MB of free disk space for installation.

Is there a step-by-step guide to installing Jpeg2ps?

Yes, there are many tutorials and guides available online that provide detailed instructions on how to install Jpeg2ps on different operating systems. You can also refer to the official Jpeg2ps documentation for installation instructions.

Can I uninstall Jpeg2ps if I no longer need it?

Yes, Jpeg2ps can be easily uninstalled from your computer. On Windows, you can go to the Control Panel and select "Uninstall a program" to remove it. On Mac, you can simply drag the application to the trash bin. On Linux, you can use the package manager to remove it.

Similar threads

Replies
25
Views
2K
Replies
9
Views
3K
Replies
1
Views
3K
Replies
37
Views
6K
Replies
1
Views
2K
Replies
8
Views
3K
Replies
37
Views
7K
Back
Top