[SOLVED] system break when doing Bleachbit or Stacer 14 November 2023, 17:47:34 Greetings! I encountered an issue previously while utilizing BleachBit or Stacer, resulting in the disruption of my system's init system. In response, I proceeded to chroot into a live environment and successfully reinstalled key components such as dinit. Consequently, my system resumed normal functionality.On a related note, I recently configured my /tmp directory to utilize tempfs, enhancing system performance.Now, I am seeking guidance on the appropriate approach to cleaning my Artix system.I don't want to work with bleachbiteven if I want to do it manullybut how??? I have found Artix to be an exceptional rolling distribution, known for its steadfast stability and seamless operation.I greatly appreciate any assistance you can provide! Last Edit: 17 November 2023, 00:05:41 by Hitman
Re: system break when doing Bleachbit or Stacer Reply #1 – 15 November 2023, 05:23:16 Quote from: imbruxo – on 14 November 2023, 17:47:34Now, I am seeking guidance on the appropriate approach to cleaning my Artix system.To clear the pacman cache :Code: [Select]sudo pacman -SccTo remove orphaned :Code: [Select]pacman -Rs $(pacman -Qdtq)Code: [Select] I have found Artix to be an exceptional rolling distribution, known for its steadfast stability and seamless operation.I fully agree with you ! 1 Likes