this post was submitted on 16 Feb 2024
13 points (84.2% liked)

Arch Linux

7643 readers
38 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

I feel my system is perpetually bloated, and try to maintain what applications I have installed but always seem to veer off into new applications or python modules and what ever else.

Just wondering how does one keep a lean daily use system?

you are viewing a single comment's thread
view the rest of the comments
[–] Andy@programming.dev 5 points 7 months ago (1 children)

You might like to use aconfmgr to track and prune your system state.

[–] jack667@lemmy.ml 3 points 7 months ago (1 children)

I find pacdef significantly faster than aconfmgr for tracking and pruning packages. Additionally, if you wish to use both tools, the aconfmgr wiki includes a helper function that enables you to ignore all packages. This setup allows pacdef to manage the packages, while aconfmgr handles the configuration.

[–] Andy@programming.dev 1 points 7 months ago

That looks cool, thanks!