You are not logged in.

#1 2014-03-21 11:22:19

Spheerys
Member
Registered: 2012-05-01
Posts: 92

[Downgrade] How to install very older package ?

At work, I need to install postgresql 9.1
The current version is 9.3
The downgrade script can install the 9.2 version

How can I do to install the 9.1 version ?

Offline

#2 2014-03-21 11:28:02

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [Downgrade] How to install very older package ?


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2014-03-21 11:28:47

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Downgrade] How to install very older package ?

What do you need it for?
You can try compiling it from source https://projects.archlinux.org/svntogit … ebcaf15ab4


Edit:

It's only got 9.2.

Last edited by karol (2014-03-21 11:29:29)

Offline

#4 2014-03-22 01:49:55

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: [Downgrade] How to install very older package ?

Im not sure of the specifics of this package, but you could try grabbing the pkgbuild for the package and changing the version number to 9.1. You can update the source lines in the pkgbuild to a URL that has the source IF that has changed. Then open a terminal where the pkgbuild is located and run:

makepkg -s

This would build a package based on your pkgbuild. You would then install it using:

pacman -U <nameofpackagebuilt>

There used to be a project called vABS that kept older packagebuilds around, but sadly it seems to have died out.

Offline

#5 2014-03-22 01:53:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Downgrade] How to install very older package ?

I did post a link to the PKGBUILD.
The package is still in the repos, so you just browse the commit history: https://projects.archlinux.org/svntogit … postgresql

Offline

#6 2014-03-22 01:59:57

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Downgrade] How to install very older package ?

There's another project that can provide older PKGBUILDs - it's called the Arch git repo. smile

https://projects.archlinux.org/svntogit … 67187593df

Last edited by tomk (2014-03-22 02:00:42)

Offline

#7 2014-03-22 02:04:15

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Downgrade] How to install very older package ?

Guys?
https://bbs.archlinux.org/viewtopic.php … 1#p1395181 already has a link to a postgresql 9.1.4-2 PKGBUILD.


I hope I didn't get hellbanned ...

Offline

#8 2014-03-22 02:34:13

GSF1200S
Member
Registered: 2008-12-24
Posts: 474

Re: [Downgrade] How to install very older package ?

karol wrote:

Guys?
https://bbs.archlinux.org/viewtopic.php … 1#p1395181 already has a link to a postgresql 9.1.4-2 PKGBUILD.


I hope I didn't get hellbanned ...

I ASSumed that your mention of building from source meant configure/make/make install and that your link was a link to the source site- didnt even process the URL tongue I should have known better since thats never recommended in Arch..

Still a useful link for a noob to find through Google, especially with what tomk mentioned...

Last edited by GSF1200S (2014-03-22 02:34:34)

Offline

#9 2014-03-22 12:38:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Downgrade] How to install very older package ?

GSF1200S wrote:

Still a useful link for a noob to find through Google, especially with what tomk mentioned...

But I posted a list of such links in a post before him ... See https://bbs.archlinux.org/viewtopic.php … 8#p1395468 You need to switch to 'tree' view, because 'commit' shows the changes, not the full PKGBUILDs etc.
That's why I'm asking what's going on, as you both didn't seem to notice my posts, but it's all good now :-)


A tip for beginners:
* search for the package you're interested in https://www.archlinux.org/packages/
* go to its package page https://www.archlinux.org/packages/extr … ostgresql/
* click on 'Source Files' or  'View Changes' in the box in the top right labeled 'Package Actions'.

What do these links do? Clink to find out :-)
Unfortunately there's  bug https://bugs.archlinux.org/task/30734

Offline

#10 2014-03-22 13:03:44

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Downgrade] How to install very older package ?

Sorry Karol - I blame the whiskey. tongue

Offline

#11 2014-03-22 13:20:45

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Downgrade] How to install very older package ?

tomk wrote:

Sorry Karol - I blame the whiskey. tongue

Ah, I see.
I believe you need to be punished before you're forgiven. You are required to drink a cup / glass / goblet of that foul-smelling liquid to us and our good fortune :-)


Now where did I put my diva hat ...

Offline

#12 2014-03-22 13:45:01

progandy
Member
Registered: 2012-05-17
Posts: 5,317

Re: [Downgrade] How to install very older package ?

karol wrote:

Unfortunately there's  bug https://bugs.archlinux.org/task/30734

It's not too difficult to find the log for stable packages.
* Choose "View Source"
* Choose "root" in the "path:" list
* Choose the "repos" directory
* Choose the right repsitory (e.g. extra-x86_64)
* If you want the history switch now to "log"


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Online

#13 2014-03-22 13:50:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Downgrade] How to install very older package ?

Offline

#14 2015-05-15 11:20:04

estevao
Member
From: Vitória, ES - Brazil
Registered: 2009-10-13
Posts: 100
Website

Re: [Downgrade] How to install very older package ?

Hey guys, sorry about this "necrobump", but vABS is still up and running at https://vabs.archlinux-br.org.

Just the client (vpack) was discontinued. Thanks!

Offline

#15 2015-05-15 11:29:08

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,544
Website

Re: [Downgrade] How to install very older package ?

Thanks for that information, although a better place for it would be on the wiki.

I'm going to lock this thread before it starts eating brains.

https://wiki.archlinux.org/index.php/Fo … bumping.22


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB