You are not logged in.

#1 2011-12-07 20:06:33

paziul
Member
From: N.C.
Registered: 2011-11-23
Posts: 27

[solved] gentoo-like "world" package list in Arch

There is situations where users load a larger amount of packages on the system, and are in need to either reinstall, change the architecture ( from x86 to x86_64 ) or simply "clone" the system..
Does pacman maintain such file and if yes, is it possible to re-use it to do pacman -Syu on a minimal arch installation to install all missing packages and their dependencies?
If I need to reinstall/upgrade/clone etc. a gentoo system I am usually moving the world file, customizing it and starting a 1-2 day compile / fix process smile

Last edited by paziul (2011-12-08 13:13:52)


"...and it probably never will support anything other than AT-harddisks..."

Offline

#2 2011-12-07 20:59:14

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: [solved] gentoo-like "world" package list in Arch

Maybe this is the answer?


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#3 2011-12-07 21:21:51

paziul
Member
From: N.C.
Registered: 2011-11-23
Posts: 27

Re: [solved] gentoo-like "world" package list in Arch

thank you bohoomil, this is what I was looking for.... I will test it soon....

I found one thing a bit "funny" ( on the pacman tips wilki page ) - if there is a "foreign" package, pacman will need some goood steroids to complete the install process:

 pacman -S --needed $(diff <(cat badpkglist|sort) <(diff <(cat badpkglist|sort) <(pacman -Slq|sort)|grep \<|cut -f2 -d' ')|grep \<|cut -f2 -d' ') 

on a "clean" gentoo emerge world did the trick smile

Anyway, This is what I was looking for - Thank you bohoomil!


"...and it probably never will support anything other than AT-harddisks..."

Offline

#4 2011-12-08 06:29:04

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [solved] gentoo-like "world" package list in Arch

paziul wrote:

on a "clean" gentoo emerge world did the trick smile


... Tempus fugit ...   smile



Edit: Oh, welcome to Arch !!


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB