You are not logged in.

#1 2023-02-13 09:15:24

Bluish9992
Member
Registered: 2022-12-14
Posts: 47

how to safely and cleanly remove a package that's included in a bundle

hello every one smile noob here,

i installed xfce4-goodies, but i sure i don't need alot of what was included, can safely and cleanly uninstall one of them while keeping everything else? I did a `pacman -Sg xfce4-goodies` to list everything in that bundle and i don't need like xfce4-dict or ristretto or mouspad you know,

i hope my question made sense. i don't want to uninstall everything until i'm absolutely sure you know, any input will be much appreciated smile

Last edited by Bluish9992 (2023-02-13 09:16:08)

Offline

#2 2023-02-13 09:18:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,727

Re: how to safely and cleanly remove a package that's included in a bundle

Installing a group with pacman is the same as installing each package individually. All you have to do is remove the packages you want the same way you would remove any package.

Offline

#3 2023-02-13 11:21:05

Bluish9992
Member
Registered: 2022-12-14
Posts: 47

Re: how to safely and cleanly remove a package that's included in a bundle

I see ty, i usually just -Rcns because everyone seems to be doing that. but i wasn't sure if that would delete the whole bundle ty for clarifying

Offline

#4 2023-02-13 14:11:32

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,471
Website

Re: how to safely and cleanly remove a package that's included in a bundle

I would not use the c and s flags together with an -R operation.  I'm not even sure in which order pacman processes these and whether or not it ... for a lack of better phrasing, recursively applies recursion.  By one reading of those flags' operation, any use of -Rcs could be expected to remove every single package from your system (if it goes back and forth in gathering every package X depends on, then every package that depends on all of those, then every package that all of those depend on, etc).

In reality I don't know that I've ever used the -c flag with an -R operation - and if I were to do so, it'd have to be for very particular circumstances.

Last edited by Trilby (2023-02-13 14:13:54)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#5 2023-02-14 03:00:15

Bluish9992
Member
Registered: 2022-12-14
Posts: 47

Re: how to safely and cleanly remove a package that's included in a bundle

that all i've been doing, and no problems so far

Offline

Board footer

Powered by FluxBB