You are not logged in.
Pages: 1
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
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
https://wiki.archlinux.org/index.php/Pa … base-devel has many similar examples.
Offline
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
Pages: 1