Author Topic: Systemd as a non active process and many files  (Read 4779 times)

Dj

  • Newbie
  • *
  • Posts: 43
  • Karma: +0/-0
Systemd as a non active process and many files
« on: Tue Aug 02 16:42:25 2022 »
Hello!
 I wonder why is too many systemd files all around ? I have been using XFCE. I know that systemd is not active, but can someone explain how to remove systemd files ?

 Thank you.

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Systemd as a non active process and many files
« Reply #1 on: Wed Aug 03 12:21:55 2022 »
What does:
Code: [Select]
cards list -F|grep systemdsays ?

Dj

  • Newbie
  • *
  • Posts: 43
  • Karma: +0/-0
Re: Systemd as a non active process and many files
« Reply #2 on: Mon Aug 08 14:21:07 2022 »
Quote
MAN: (base) systemd 246-18
AUTO: (base) systemd.lib 246-18

Dj

  • Newbie
  • *
  • Posts: 43
  • Karma: +0/-0
Re: Systemd as a non active process and many files
« Reply #3 on: Tue Aug 08 10:42:58 2023 »
Any new infos regarding systemd ?

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Systemd as a non active process and many files
« Reply #4 on: Wed Aug 09 17:45:43 2023 »
Oups sorry about that. Yes you should be able to remove systemd package. Only the systemd.lib is mandatory.

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
Re: Systemd as a non active process and many files
« Reply #5 on: Thu Aug 10 09:19:23 2023 »
Code: [Select]
MAN: (base) systemd 246-18
AUTO: (base) systemd.lib 246-18
When you see MAN: it means the package is install by the user or by the install-nutyx script.
When you see AUTO: it means it's a mandatory dependency for another package.

After you delete the systemd package (not the systemd.lib), you can check the number files that remains by checking how many files belong to the systemd.lib package:

Code: [Select]
cards files systemd.lib
Obtenir les infos sur les 389 paquets: Obtenir les infos sur les 389 paquets: 100 %
lib/libnss_myhostname.so.2
lib/libnss_mymachines.so.2
lib/libnss_systemd.so.2
lib/libsystemd.so
lib/libsystemd.so.0
lib/libsystemd.so.0.36.0
lib/systemd/libsystemd-shared-253.so
« Last Edit: Thu Aug 10 09:20:56 2023 by Thierry »