1

Does Ubuntu have software like Windows has Photoshop and In-design (Qwark and page maker) that one can efficiently use to lay newspaper and magazine pages in a quick and easy to learn manner?

Thomas Ward
  • 74,764

2 Answers2

3

With the right configuration Gimp can replace Photoshop while Scribus could replace In-design. You probably have to train a bit, but after that you should be able to use them.

You can both install through apt-get packet manager:

sudo apt-get update
sudo apt-get install gimp scribus
Danibix
  • 2,097
1

You can run both Adobe Photoshop and Adobe Page Maker in Ubuntu using Wine(A tool used to run windows apps under Linux),

sudo apt-get install wine

you can find how to install Photoshop using Wine here. To install Page Maker in Wine just run your .exe file.

storm
  • 4,973