You are not logged in.

#1 2011-11-04 20:11:09

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

[SOLVED]Isolating base group

Hi

I am wondering how can i reinstall my system without whole install/boot process - meaning without rebooting and ISO,... I mean i have a fully working system but someday i might want to rebuild my system without reformatting,... So, i just want to have my base group and remove all others (xorg, xfce4,.. groups). How can i achieve this?

thx for help

Last edited by Shark (2011-11-04 20:38:29)


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

#2 2011-11-04 20:21:03

Ogion
Member
From: Germany
Registered: 2007-12-11
Posts: 367

Re: [SOLVED]Isolating base group

If you have ruby installed…

ruby -e 'puts `pacman -Qq`.split - `pacman -Qqg base`.split'

This gives you the list of installed packages that are not in the base group.

If you don't want to use ruby or don't have it, i'm sure it's possible in bash too. The important part is that you can list the packages that are in a certain group with "pacman -Qqg base"

Ogion


(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant

Offline

#3 2011-11-04 20:33:48

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

Re: [SOLVED]Isolating base group

Offline

#4 2011-11-04 20:38:14

Shark
Member
From: /dev/zero
Registered: 2011-02-28
Posts: 686

Re: [SOLVED]Isolating base group

Thank you both but KAROL the tip solved my problem! Thanks!

Last edited by Shark (2011-11-04 20:44:38)


If you have built castles in the air, your work need not be lost; that is where they should be. Now put foundations under them.
Henry David Thoreau

Registered Linux User: #559057

Offline

Board footer

Powered by FluxBB