Reply To: SOLVED An odd topic for the antiX forum – but how do I add systemd to antiX 26?

Forum › Forums › General › Software › SOLVED An odd topic for the antiX forum – but how do I add systemd to antiX 26? › Reply To: SOLVED An odd topic for the antiX forum – but how do I add systemd to antiX 26?

#201401
Dave
Forum Admin

    What is the method of installation for these programs.
    Normally for .deb files that have systemd as a dependency you can make a directory with the same name as the deb package, minus the .deb portion, extract the deb file into that folder with dpkg -x *.deb ./pkgname and dpkg -e *.deb ./*pkgname*/DEBIAN/. Then in that folder edit the DEBIAN/control file removing the systemd components from the dependency list. Save the file. Then in the directory containing the directory you named the same as the deb file; run dpkg -b *pkgname*. After it builds install the package.

    Computers are like air conditioners. They work fine until you start opening Windows. ~Author Unknown