Scribus Forums

Scribus => Installation and Setup => Linux => Topic started by: florian_monfort on January 22, 2012, 11:50:59 AM

Title: Ubuntu PPAs
Post by: florian_monfort on January 22, 2012, 11:50:59 AM
Hello !

I'm actually using Ubuntu Oneiric and there's no PPA providing the stable version 1.4.0. I can only manage to find Scribus-trunk which appears to be a development version.

I find it really bad not to have a stable and maintained PPA, this is the best way people can be provided with simple way to have security updates and latest stable updates.

Also I'm wondering why are we provided with complicated instructions, why not just "sudo add-apt-repository ..." ?

Or why not a PPA in Ubuntu Tweak ? Or I don't know those are just ideas but I'm a simple user and I find everything rather complicated... Gotta say it's hard to convince my colleagues to use Scribus !

So I'm now stuck with a RC version... Can't have the stable one... :(.
Title: Re: Ubuntu PPAs
Post by: Nermander on January 22, 2012, 12:38:07 PM
http://wiki.scribus.net/canvas/Ubuntu#Ubuntu_PPA
Title: Re: Ubuntu PPAs
Post by: florian_monfort on January 22, 2012, 02:25:51 PM
Yes that's the PPA I am talking about. There are only scribus-trunk versions in it... No 1.4 stable.
Title: Re: Ubuntu PPAs
Post by: Nermander on January 22, 2012, 02:37:42 PM
Read the text on the page. It explicitly says:

QuoteThere is another archive hosted by Ubuntu. Daily builds of scribus-trunk packages are made from the latest Scribus subversion trunk code.

Scroll down to http://wiki.scribus.net/canvas/Ubuntu#Ubuntu_Oneiric_Ocelot_.28oneiric_or_11.10.29:
Title: Re: Ubuntu PPAs
Post by: florian_monfort on January 22, 2012, 03:17:19 PM
I really don't get it. This is the Archive from Ubuntu that I have, that's what I say. But it's not the stable Scribus version. And the PPA mentioned doesn't contain any "scribus" package with version 1.4.

So I don't get why you keep redirecting me to this :/.
Title: Re: Ubuntu PPAs
Post by: Meho R. on January 22, 2012, 05:44:59 PM
Quote from: florian_monfort on January 22, 2012, 11:50:59 AM
Hello !

I'm actually using Ubuntu Oneiric and there's no PPA providing the stable version 1.4.0. I can only manage to find Scribus-trunk which appears to be a development version.

I find it really bad not to have a stable and maintained PPA, this is the best way people can be provided with simple way to have security updates and latest stable updates.

Also I'm wondering why are we provided with complicated instructions, why not just "sudo add-apt-repository ..." ?

Or why not a PPA in Ubuntu Tweak ? Or I don't know those are just ideas but I'm a simple user and I find everything rather complicated... Gotta say it's hard to convince my colleagues to use Scribus !

So I'm now stuck with a RC version... Can't have the stable one... :(.

PPA means "Personal Package Archive", with emphasis on "Personal". So if you know someone who is willing to create and maintain it, you're free to ask them. I don't see any reason why Scribus devs should spend any more time on installation on various systems after they clearly explained how to install Scribus and created official repositories.

Also, I can't see what do you find so complicated regarding installation procedures. I'll sum them up for you again:

1. Press "Alt+F2" and type: gksudo gedit /etc/apt/sources.list

2. At the end of the file add a new line and copy-paste the following two lines:
deb http://debian.scribus.net/debian/ oneiric main
deb http://debian.tagancha.org/debian/ oneiric main


3. Save the changes and close gedit.

4. Open Synaptic Package Manager, and press "Reload" button. Ignore the error about missing key for now. It will get sorted out in step 5.

5. Search in Synaptic for: scribus and install scribus-archive-keyring. In case this file doesn't install because of size mismatch, open the Terminal and type:

sudo apt-key adv --recv-keys --keyserver wwwkeys.pgp.net EEF818CF

Note: Sometimes downloading the keys fails, so it might be necessary to try running this code couple of times.

6. Afterwards, install scribus (not scribus-ng).
Title: Re: Ubuntu PPAs
Post by: Nermander on January 23, 2012, 08:01:01 AM
Quote from: florian_monfort on January 22, 2012, 03:17:19 PM
I really don't get it. This is the Archive from Ubuntu that I have, that's what I say. But it's not the stable Scribus version. And the PPA mentioned doesn't contain any "scribus" package with version 1.4.

What I am saying is that you should add the archive from the Scribus developers, as is explained under the link I posted:
http://wiki.scribus.net/canvas/Ubuntu#Ubuntu_Oneiric_Ocelot_.28oneiric_or_11.10.29: (http://wiki.scribus.net/canvas/Ubuntu#Ubuntu_Oneiric_Ocelot_.28oneiric_or_11.10.29:)

Detailed instructions are shown further down on the page:
http://wiki.scribus.net/canvas/Ubuntu#II._Step-by-step_instructions. (http://wiki.scribus.net/canvas/Ubuntu#II._Step-by-step_instructions.)