Scribus Forums

Scribus => Installation and Setup => Linux => Topic started by: snuggles on July 12, 2012, 07:55:21 PM

Title: Install Scribus 1.4 on Debian Squeeze
Post by: snuggles on July 12, 2012, 07:55:21 PM
I installed from the stable repositories (squeeze), so I got 1.3. Tried to install 1.4 from testing (wheezy), ran into dependecy problems. Is there a way to install version 1.4 in squeeze? It was installed before, converted my files to the 1.4-format, but I can't remeber how I did the installation. Could someone help?
Title: Re: Install Scribus 1.4 on Debian Squeeze
Post by: a.l.e on July 12, 2012, 10:16:04 PM
yep, by using the scribus own repositories.

please read
http://wiki.scribus.net/canvas/Debian

... and you're welcome to ask further questions if that page is not clear enough :-)

good luck
a.l.e
Title: Re: Install Scribus 1.4 on Debian Squeeze
Post by: snuggles on July 15, 2012, 08:55:02 PM
O.k., thanks for your help. I saw this page before and did exactly what is described (see below). As a result I always get Scribus 1.3.5, but not 1.4.  Do I need some post-install upgrades?

****************************************************
sudo mousepad /etc/apt/sources.list

add:

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

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

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

sudo apt-get install scribus-ng
Title: Re: Install Scribus 1.4 on Debian Squeeze
Post by: Nermander on July 15, 2012, 09:45:49 PM
Scribus 1.4 is package "scribus", not "scribus-ng".
Title: Re: Install Scribus 1.4 on Debian Squeeze
Post by: John_Jason_Jordan on July 16, 2012, 04:21:24 AM
Quote from: snuggles on July 15, 2012, 08:55:02 PM

add:

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

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

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

sudo apt-get install scribus-ng

Don't you also have to reload the sources list before it will find the new repositories?

I always do things like this in Synaptic where it shows me graphically exactly which packages are available.
Title: Re: Install Scribus 1.4 on Debian Squeeze
Post by: Nermander on July 16, 2012, 12:46:14 PM
Yes, right, an "apt-get update" is needed before the install.
Title: Re: Install Scribus 1.4 on Debian Squeeze
Post by: snuggles on July 16, 2012, 08:29:01 PM
Did update before, tried to install scribus (not scibus-ng), but didn't work (no package scribus found), so I stuck to ng. Can't really figure out the problem. Anyway, now it works.  :D Thanks a lot!