Adicionando repositórios do Scribus ao K/Ubuntu: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:
[[Category:Perguntas]]
[[Category:Perguntas]]
{{Perguntas}}
{{Perguntas}}
<br>
 
<div style="background-color: #fff; margin: 0 1em; padding: 0 5px; border: 2px dotted #c00;">
== Em sincronização ==
'''Atenção:''' ''A página na Wiki não é mais mantida pelo Oleksandr. Qualquer atualização será posta diretamente no [http://debian.scribus.net debian.scribus.net]. Por enquanto essa página deve funcionar, caso contrário, adicione um comentário na discussão dessa página.''
Este artigo está sendo atualizado. Aguarde.
 
<!--
<div style="background-color: #fee; margin: 0 1em; padding: 0 10px; border: 1px dotted #c00;">
'''BIG FAT WARNING:'''
Scribus users on Ubuntu/Kubuntu Dapper Drake will experience  difficulties while changing values in real number spinboxes. This is a long standing bug which has been reported to both [https://launchpad.net/distros/ubuntu/+source/scribus/+bug/37711 Ubuntu] and [http://bugs.scribus.net/view.php?id=3826 Scribus bug tracker].
As long as there is no real solution, you can use the following easy workaround:
'''echo "export LC_ALL=C" >> ~/.bash_profile'''
</div>
</div>
<br>
-->
=Repositórios=
 
Oleksandr Moskalenko disponibilizou um repositório para Debian e Ubuntu.
{| border="0" cellpadding="2" cellspacing="0" align="right" style="color:white;background:#065682;"
Adicione em sua source.list (você pode usar o synaptic para isso também):
<!-- Header -->
|-style="color:white; background: #98712a;margin-bottom:5px;font-weight:bold"
|'''Requirements:'''
|&nbsp;&nbsp;
 
<!-- Row 1 -->
|-
|'''Operating System:'''
|&nbsp;&nbsp;Ubuntu/Kubuntu Linux &nbsp;
<!-- Row 2 -->
|-
|'''Scribus Version:'''
|&nbsp;&nbsp;1.2.* and 1.3.*
<!-- Row 3 -->
|-
|'''DTP skills:'''
|&nbsp;&nbsp;novice 
<!-- Row 4 -->
|-
|'''OS skills:'''
|&nbsp;&nbsp;novice
|}
 
 
 
== Adding repositories with Scribus related packages ==
Note that Ubuntu/Kubuntu Breezy packages can be also used for Ubuntu/Kubuntu Dapper branch:
 
* Kubuntu: go to  '''KDE menu/System/Adept (Package Manager)'''  <br>''Ubuntu: '''System'''/'''Administration'''/'''Synaptic (Package Manager)'''''
* Kubuntu: in Adept go to '''Adept/Manage Repositories''' <br>''Ubuntu:  in Synaptic go to '''Settings/Repositories/New'''''
* Kubuntu: Add the following repositories one by one using the '''Add''' field and click on '''Apply''':<br>''Ubuntu: Fill the fields and use the '''OK''' button to add the following repositories:''
 
 
# debian.scribus.net - Primary repository
deb http://debian.scribus.net/debian breezy main restricted
deb-src http://debian.scribus.net/debian breezy main restricted
 
# debian.tagancha.org - Backup repository
deb http://debian.tagancha.org/debian breezy main restricted
deb-src http://debian.tagancha.org/debian breezy main restricted


=Debian=
[[Image:Adding scribus repositories.png]]
==Versão estável (Sarge)==
<pre>
# debian.scribus.net - Repositório principal
deb        http://debian.scribus.net/debian/ stable main non-free contrib
deb-src    http://debian.scribus.net/debian/ unstable main non-free contrib
</pre>
<pre>
# debian.tagancha.org - Repositório espelho
deb        http://debian.tagancha.org/debian/ stable main non-free contrib
deb-src    http://debian.tagancha.org/debian/ unstable main non-free contrib
</pre>


==Em testes (Etch)==
== Using cryptographic repository signatures ==
<pre>
# debian.scribus.net - Repositório principal
deb        http://debian.scribus.net/debian/ testing main non-free contrib
deb-src    http://debian.scribus.net/debian/ unstable main non-free contrib
</pre>
<pre>
# debian.tagancha.org - Repositório espelho
deb        http://debian.tagancha.org/debian/ testing main non-free contrib
deb-src    http://debian.tagancha.org/debian/ unstable main non-free contrib
</pre>


==Versão Instável (Sid)==
Our repositories are cryptographically signed for added security. Add the gpg-keys for our repositories to avoid having to confirm your installation choice to the package manager each time you update a scribus or scribus-cvs package.
<pre>
# debian.scribus.net - Repositório principal
deb        http://debian.scribus.net/debian/ unstable main non-free contrib
deb-src    http://debian.scribus.net/debian/ unstable main non-free contrib
</pre>
<pre>
# debian.tagancha.org - Repositório espelho
deb        http://debian.tagancha.org/debian/ unstable main non-free contrib
deb-src    http://debian.tagancha.org/debian/ unstable main non-free contrib
</pre>


=Ubuntu=
root$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys DA286F326C5F196B
==Hoary 5.04==
root$ gpg --armor --export DA286F326C5F196B | apt-key add -  
<pre>
# debian.scribus.net - Repositório principal
deb        http://debian.scribus.net/debian/ hoary main restricted
deb-src    http://debian.scribus.net/debian/ unstable main restricted
</pre>
<pre>
# debian.tagancha.org - Repositório espelho
deb        http://debian.tagancha.org/debian/ hoary main restricted
deb-src    http://debian.tagancha.org/debian/ unstable main restricted
</pre>


==Breezy 5.10==
or as a normal user (with an appropriate entry for apt-key in the sudoers file):
Note que o pacote do Breezy pode ser usado no Dapper por enquanto. Nós vamos fornecer um repositório para o Dapper quando ocorrer uma alteração significativa em sua composição.


<pre>
user$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys DA286F326C5F196B
# debian.scribus.net - Repositório principal
user$ gpg --armor --export DA286F326C5F196B | sudo apt-key add -
deb        http://debian.scribus.net/debian breezy main restricted
deb-src    http://debian.scribus.net/debian unstable main restricted
</pre>
<pre>
# debian.tagancha.org - Repositório espelho
deb        http://debian.tagancha.org/debian breezy main restricted
deb-src    http://debian.tagancha.org/debian unstable main restricted
</pre>


== Chaves GPG ==
==Installing Scribus and related packages==
Para utilizar esse recurso você deve estar logado como super-usuário.
Launch '''Adept''' (on Kubuntu) or '''Synaptic''' (on Ubuntu) and install the following packages:  
<pre>
Copie essa linha e cole no terminal (elemine o $:) e [ENTER]


$: gpg --keyserver wwwkeys.eu.pgp.net --recv-keys DA286F326C5F196B
* '''scribus''' &ndash; Scribus 1.2.x '''or'''
* '''scribus-ng''' &ndash; Scribus 1.3.x. scribus-ng package can be installed paralelly to the  scribus package
* '''scribus-template''' &ndash; developer and user-contributed additional templates
* '''scribus-doc''' &ndash; Scribus 1.2.x documentation, which has to be provided as a separate package due to its non-free nature by the Debian Free Software Guidelines
* '''scribus-ng-doc''' &ndash; Scribus 1.3.x documentation, which has to be provided as a separate package due to its non-free nature by the Debian Free Software Guidelines
* '''icc-profiles''' &ndash; a collection of common ICC profiles to use with Scribus and other color profile-aware software
* '''lprof''' &ndash; hardware color profiler that can be used to create color profiles for your hardware to be used with Scribus
* '''qt3-qtconfig''' &ndash; Ubuntu users are strongly adviced to install this package for finetuning the Scribus GUI with their Gnome desktop
* '''gs-afpl''' &ndash; The AFPL Ghostscript PostScript interpreter, the Ghostscript version recommended by the Scribus team


Faça o mesmo com a linha abaixo


$: gpg --armor --export DA286F326C5F196B | apt-key add -  
Optionally, install the following high quality font packages:
</pre>
* '''t1-xfree86-nonfree'''
Se tudo ocorrer bem você receberá um OK.
* '''ttf-bitstream-vera'''
* '''ttf-gentium'''
* '''tff-xfree86-nonfree'''
-->

Revision as of 16:04, 23 July 2006

Este artigo é parte da seção de FAQ.
Instalação Uso Questões sobre PDF DTP Outros Fontes
Voltar para a página principal

Em sincronização

Este artigo está sendo atualizado. Aguarde.


Requirements:   
Operating System:   Ubuntu/Kubuntu Linux  
Scribus Version:   1.2.* and 1.3.*
DTP skills:   novice
OS skills:   novice


Adding repositories with Scribus related packages

Note that Ubuntu/Kubuntu Breezy packages can be also used for Ubuntu/Kubuntu Dapper branch:

  • Kubuntu: go to KDE menu/System/Adept (Package Manager)
    Ubuntu: System/Administration/Synaptic (Package Manager)
  • Kubuntu: in Adept go to Adept/Manage Repositories
    Ubuntu: in Synaptic go to Settings/Repositories/New
  • Kubuntu: Add the following repositories one by one using the Add field and click on Apply:
    Ubuntu: Fill the fields and use the OK button to add the following repositories:


# debian.scribus.net - Primary repository
deb http://debian.scribus.net/debian breezy main restricted
deb-src http://debian.scribus.net/debian breezy main restricted
# debian.tagancha.org - Backup repository
deb http://debian.tagancha.org/debian breezy main restricted
deb-src http://debian.tagancha.org/debian breezy main restricted

Adding scribus repositories.png

Using cryptographic repository signatures

Our repositories are cryptographically signed for added security. Add the gpg-keys for our repositories to avoid having to confirm your installation choice to the package manager each time you update a scribus or scribus-cvs package.

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

or as a normal user (with an appropriate entry for apt-key in the sudoers file):

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

Installing Scribus and related packages

Launch Adept (on Kubuntu) or Synaptic (on Ubuntu) and install the following packages:

  • scribus – Scribus 1.2.x or
  • scribus-ng – Scribus 1.3.x. scribus-ng package can be installed paralelly to the scribus package
  • scribus-template – developer and user-contributed additional templates
  • scribus-doc – Scribus 1.2.x documentation, which has to be provided as a separate package due to its non-free nature by the Debian Free Software Guidelines
  • scribus-ng-doc – Scribus 1.3.x documentation, which has to be provided as a separate package due to its non-free nature by the Debian Free Software Guidelines
  • icc-profiles – a collection of common ICC profiles to use with Scribus and other color profile-aware software
  • lprof – hardware color profiler that can be used to create color profiles for your hardware to be used with Scribus
  • qt3-qtconfig – Ubuntu users are strongly adviced to install this package for finetuning the Scribus GUI with their Gnome desktop
  • gs-afpl – The AFPL Ghostscript PostScript interpreter, the Ghostscript version recommended by the Scribus team


Optionally, install the following high quality font packages:

  • t1-xfree86-nonfree
  • ttf-bitstream-vera
  • ttf-gentium
  • tff-xfree86-nonfree

-->