Error: unable to satisfy dependency 'libsystemd' when installing deepin DE 27 July 2023, 06:50:16 Hey, I tried to install the Deepin DE on my machine (runit) and I am facing the error as mentioned above. I installed the artix-archlinux-support and elongind, still doesn't work
Re: Error: unable to satisfy dependency 'libsystemd' when installing deepin DE Reply #1 – 27 July 2023, 09:11:29 "artix-archlinux-support" just enables the arch extra repo, it doesn't mean all packages there are usable.depending on what part of libsystemd is needed,(ie, libudev or libsystemd) you might be able to get away with using: --assume-installed <package=version> flag to get installed.no guarantees things will work.otherwise, you'd need to track down the offending package(s) and compile them with the appropriate options. 2 Likes
Re: Error: unable to satisfy dependency 'libsystemd' when installing deepin DE Reply #2 – 28 July 2023, 05:31:59 Thank you for your help