Debian

From Scribus Wiki
Revision as of 22:10, 20 December 2010 by Malex (talk | contribs) (Protected "Debian": Official Documentation ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
Jump to navigation Jump to search
Scribus pen.png
This article is a candidate for the category of official Scribus documents, Please leave your comments and corrections on the Discussion page.

Note that articles in the official namespace are being released under the Open Publication License, which is different from the default license of this wiki. If any of the authors of this article are opposed to the dual-licensing they are advised to voice their objections.

This article is part of the HOWTOs series.
Installation Usage PDF issues Imposition Other

Introduction

This document is about using Scribus Team repositories to obtain up-to-date Scribus packages for Debian GNU/Linux and on Ubuntu GNU/Linux distributions. The archive and packages described here are produced and supported by the Scribus Team member "malex".

Available packages

Name Description Supported Distributions and branches
scribus stable (1.3.3.x) Debian unstable/testing/stable and Ubuntu Maverick/Lucid/Karmic/Jaunty/Hardy
scribus-ng developmental (1.3.x) Debian testing/unstable and Ubuntu Maverick/Lucid
fontmatrix Font manager Supported Ubuntu releases

The Scribus Archive

We have two identical package archives (sometimes also called 'repositories') - debian.scribus.net and debian.tagancha.org - that provide bandwidth redundancy and failover capability, so you can use either one or both of them. Instructions are the same whether you run a 32-bit (i386) or a 64-bit (amd64) distribution.Both scribus and scribus-ng packages can be installed on your system at the same time.

I. Short instructions for the impatient and experienced

1. Add the repositories to package manager software

Scribus Archive source lines can be simply added to /etc/apt/sources.list:

Debian unstable (Sid):

deb http://debian.scribus.net/debian/ unstable main
deb http://debian.tagancha.org/debian/ unstable main

Debian testing (Squeeze):

deb http://debian.scribus.net/debian/ testing main
deb http://debian.tagancha.org/debian/ testing main

Debian stable (Lenny):

deb http://debian.scribus.net/debian/ stable main
deb http://debian.tagancha.org/debian/ stable main

Ubuntu Maverick Meerkat (maverick or 10.10):

deb http://debian.scribus.net/debian/ maverick main
deb http://debian.tagancha.org/debian/ maverick main

Ubuntu Lucid Lynx (lucid or 10.04):

deb http://debian.scribus.net/debian/ lucid main
deb http://debian.tagancha.org/debian/ lucid main

Ubuntu Karmic Koala (karmic or 9.10):

deb http://debian.scribus.net/debian/ karmic  main
deb http://debian.tagancha.org/debian/ karmic main

Ubuntu Jaunty Jackalope (jaunty or 9.04):

deb http://debian.scribus.net/debian/ jaunty main
deb http://debian.tagancha.org/debian/ jaunty main

Ubuntu Hardy Heron (hardy or 8.04):

deb http://debian.scribus.net/debian/ hardy main
deb http://debian.tagancha.org/debian/ hardy main

2. Add the Scribus Archive signature

Our repositories are cryptographically signed for added security. Add EEF818CF key from any major keyserver to apt-key to be able to verify that our packages have not been tampered with by a third party and to silence apt warnings about untrusted packages being installed.

$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys EEF818CF
$ gpg --armor --export EEF818CF | sudo apt-key add -

3. Install the package

Use aptitude or apt-get to install your the package you'd like to use.

Examples:

$aptitude install scribus
$apt-get install scribus-ng

Note: Report bugs to the Scribus Bug Tracker not Debian or Ubuntu BTS

Do not file bug reports about the packages from the Scribus archive in the Debian or Ubuntu Bug Tracking Systems (BTS). You are encouraged to contact the maintainer directly at Malex at scribus info email.png if you have package installation questions or for comments and suggestions about this document. If you have a Scribus issue unrelated to packaging you should use the Scribus BTS.

II. Step-by-step instructions.

These instructions are focused on Ubuntu.

1. Add the Scribus Archive gpg key to your package manager using gui-apt-key

  • Start gui-apt-key from the command line by running "sudo gui-apt-key" or from the "Run Application" dialog window that appears when you press Alt+F2. When gui-apt-key starts you will see its main window. Enter the Scribus Archive key's ID into the "Key ID" box (1) and click on the "Add" button (2).
  • Gui-apt-key-main.png
  • When the confirmation dialog appears click on the "OK" button.
  • Gui-apt-key add confirmation.png
  • As a result of you should see the Scribus Archive key in the list in the main window as the result (highlighted entry in the screenshot).
  • Gui-apt-key-result.png

2a. Method 1- Add the Scribus Archive as a new Repository using Software Sources

  • Go to System > Administration > Software Sources. The Software Sources window will open. Choose the 'Other Software' tab.
  • Softwaresourcesbefore.png
  • Click on the Add button. When the dialogue opens type (or copy and paste) the appropriate source line from the list at the top of this document into the text field. For example, if you are running Debian Unstable release you would type or paste "deb http://debian.scribus.net/debian/ unstable main non-free contrib" as shown in the screenshot below. For Ubuntu Lucid Lynx it would be "deb http://debian.scribus.net/debian/ lucid main non-free" and so on.
  • Aptline.png
  • Left click on the 'Add Source' button and follow the prompts to update the repository index. To check if all went well you should now see your Software Sources updated to look like this:
  • Softwaresourcesafter.png
  • If it does not look right then highlight the line and left click on the Edit button. Make any changes necessary to ensure it looks like this:
  • Editsource.png
  • Close down Software Sources.

2b. Method 2 - Add the Scribus Archive to your package manager using Synaptic

  • Start Synaptic package manager (later "Synaptic").
  • Click on "Settings" > "Repositories" (Figure 1).
  • Synaptic-main window-settings menu-edited.png Figure 1. Settings > Repositories menu.
  • Click on "New" and type or paste in the "URI", "Distribution", and "Section(s)" and click on "OK" (Figure 2).
  • Synaptic-unstable-repositories-edited.png Figure 2. Adding a repository.
  • click on the "Reload" button in the toolbar and wait for the package database update to complete.
  • Click on the "Search" toolbar button. A "Find" dialog window will open. Type "scribus" in the "Search" field and click on the "Search" button (Figure 3).
  • Search-window-edited.png
    Figure 3. Searching.
  • The search should produce results similar to the following (Figure 4).
  • Search-result-scribus-edited.png
    Figure 4. Search results.
  • Right-click on the package you'd like to install in the search results or click on the small square in the leftmost "S" column and select "Mark for Installation" (Figure 5).
  • Mark for installation-edited.png
    Figure 5. Mark package for installation.
  • You should see your chosen package marked for installation in the main synaptic window as indicated by a yellow arrow in the "S" column (Figure 6).
  • Marked for installation.png
    Figure 6. Package is marked for installation.
  • Click on the "Apply" button in the toolbar. You should see the following dialog window.
  • Apply changes.png
    Figure 7. Apply changes summary.
  • Click on the "Apply" button in the above dialog window. You should see a succession of messages indicating that the package is being downloaded and installed as shown in the next two figures.
  • Installing software.png
    Figure 8. Package being downloaded.

    Installed software.png
    Figure 9. Package being installed.

  • Depending on your synaptic preferences you might have to click on the "Close" button or the installation progress window might close by itself. At the end you should see a green square in the column "S" in front of your chosen package in the main synaptic window.
  • Installed software-main window.png
    Figure 10. Main window after package installation.

    2c. Using Adept package manager to install a Scribus package

    For an alternative method using the "Adept" package manager found in Kubuntu see Getting Scribus on Ubuntu/Kubuntu up and running.

    About the Scribus Archive

    There are following Scribus related packages in Debian and Ubuntu:

    Scribus applications and documentation

    • scribus (Scribus 1.3.3.x) - Stable branch. This is the recommended version to use at this time.
    • scribus-doc Scribus 1.3.3.x documentation.
    • scribus-ng (Scribus 1.3.x) - Developmental branch with new features and capabilities. Use if you really need the new features in development, but save your work often and report bugs when you encounter them.
    • scribus-ng-doc Scribus 1.3.x documentation.

    Additional data, color profiles, templates, and auxiliary applications:

    • scribus-template - Additional document templates.
    • icc-profiles - A collection of common ICC profiles to use with Scribus and other color profile-aware software. You must Install this package if you want to enable color management.
    • lprof Hardware color profiler tool for creating ICC profiles to be used with Scribus.
    • qt3-qtconfig allows users to configure the look and behavior of any Qt3 application - necessary to overcome some Ubuntu problems.
    • podofo is a library to work with the PDF file format. The scribus-ng packages in the Scribus Archive are podofo-enabled.

    Instructions on rebuilding the source packages are also applicable to other Debian derivatives and custom distributions not covered here. Oleksandr Moskalenko [[Image::Malex_at_scribus_info_email.png‎]] maintains a Scribus Team's Debiain/Ubuntu repository (Scribus Archive) that contains the newest "scribus", "scribus-doc", "scribus-ng", and "scribus-ng-doc" packages. Note that the only way to run latest Scribus versions on Debian/Stable and Ubuntu Gutsy/Hardy/Intrepid is to use Scribus Archive. Unfortunately, Ubuntu has a number of qt3 related problems, so we recommend using Debian to run Scribus. Only Debian Unstable/Testing and Ubuntu Maverick/Lucid have the newest 1.3.x based scribus-ng packages as other branches have Qt4 libraries that are too old.

    About this document

    This how-to has been originally created for Scribus Wiki page by the following Scribus Wiki users: malex, mhanski, Zero0w, JureCuhalev, Cbradney, and Joolsr. This page is licensed under CC BY-SA.

    Keywords: Debian, Ubuntu, .deb, packages, repository, archive, step-by-step guide, 42.