Archives For November 30, 1999

The desktop publishing app Scribus has reached version 1.4.3, this tutorial will show you how to install it in Ubuntu 13.04, 12.04, 12.10, 10.04, Linux Mint via its official repository.

Scribus Ubuntu

UPDATE: Latest Stable Scribus 1.4.4 Now is available in PPA for Ubuntu 14.04, Ubuntu 13.10, and Ubuntu 12.04.

Like the previous version, this is mostly a bugfixing release, but there are also some important enhancements:

  • Scribus has been ported to the Haiku operating system. For more information see: Installing_Scribus_on_Haiku
  • The Barcode Writer has been updated and supports many more barcodes, including QR.
  • The Galaxy Gauge™ color matching system and color tools have been included.
  • New color palettes from government agencies (Canada, Germany, The Netherlands, United Kingdom) have been included.
  • More Open Source color palettes have been included.
  • Improvements to the build system.
  • Improvements to the Preflight Verifier.
  • The A4 page size limit of TeX-rendered graphics in Render Frames has been removed.
  • The Short Words plug-in now supports Danish.
  • Many updates to the Online Manual.

Most important bugfixes:

  • Disabled hyphenation on some Linux distributions is working again.
  • Some unit conversion issues have been fixed.
  • Display issues related to Ubuntu’s Unity interface have been fixed.
  • Some fixes to wrong or irritating UI behavior.
  • Memory management in connection with the new Hyphenator has been optimized.
  • Issues with the Clang compiler have been fixed.
  • Scribus now supports Pillow as an alternative to the Python Imaging Library.
  • Many translation updates.

Install Scribus from Official Repository:

Press Ctrl+Alt+T to open terminal for running commands. When it opens, follow below steps:

1.) Run command to add the Scribus repository:

sudo add-apt-repository "deb http://debian.scribus.net/debian/ $(lsb_release -cs) main non-free"

2.) Get the key:

gpg --keyserver wwwkeys.pgp.net --recv-keys EEF818CF

Export the key and add it to the apt keyring:

gpg --armor --export EEF818CF | sudo apt-key add -

3.) update and install the packages:

sudo apt-get update; sudo apt-get install scribus

That’s it! After this tutorial, you can redo step 3.) to receive updates when a new release comes out.