sudo pacman -Syyu
[sudo] password for yerm:
:: Synchronizing package databases...
system 261.5 KiB 251 KiB/s 00:01 [######################] 100%
world 1882.9 KiB 3.00 MiB/s 00:01 [######################] 100%
galaxy 1843.7 KiB 7.50 MiB/s 00:00 [######################] 100%
extra 1566.8 KiB 1332 KiB/s 00:01 [######################] 100%
community 5.6 MiB 13.5 MiB/s 00:00 [######################] 100%
multilib 149.6 KiB 1151 KiB/s 00:00 [######################] 100%
:: Starting full system upgrade...
warning: rsync-openrc: local (20210505-2) is newer than world (20210502-1)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing elogind (246.10-5) breaks dependency 'systemd' required by lib32-systemd
sudo pacman -R elogind
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing elogind breaks dependency 'elogind' required by elogind-openrc
:: removing elogind breaks dependency 'elogind' required by gnome-desktop
:: removing elogind breaks dependency 'systemd' required by lib32-systemd
:: removing elogind breaks dependency 'elogind' required by libappindicator-gtk3
:: removing elogind breaks dependency 'elogind' required by lightdm
:: removing elogind breaks dependency 'elogind' required by polkit
:: removing elogind breaks dependency 'elogind' required by rtkit
:: removing elogind breaks dependency 'elogind' required by xorg-server
sudo pacman -S artix-archlinux-support
resolving dependencies...
looking for conflicting packages...
:: artix-archlinux-support and elogind are in conflict (systemd). Remove elogind? [y/N] y
:: artix-archlinux-support and libelogind are in conflict (systemd-libs). Remove libelogind? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libelogind breaks dependency 'libelogind' required by accountsservice
:: removing libelogind breaks dependency 'libelogind' required by dbus
:: removing libelogind breaks dependency 'libelogind.so=0-64' required by dbus
:: removing elogind breaks dependency 'elogind' required by elogind-openrc
:: removing elogind breaks dependency 'elogind' required by gnome-desktop
:: removing elogind breaks dependency 'elogind' required by libappindicator-gtk3
:: removing libelogind breaks dependency 'libelogind' required by libpulse
:: removing libelogind breaks dependency 'libelogind' required by light-locker
:: removing elogind breaks dependency 'elogind' required by lightdm
:: removing elogind breaks dependency 'elogind' required by polkit
:: removing libelogind breaks dependency 'libelogind' required by procps-ng
:: removing elogind breaks dependency 'elogind' required by rtkit
:: removing libelogind breaks dependency 'libelogind' required by udisks2
:: removing elogind breaks dependency 'elogind' required by xorg-server
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Artix Linux
# packagers with `pacman-key --populate artix`.
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The gremlins repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[gremlins]
#Include = /etc/pacman.d/mirrorlist
[system]
Include = /etc/pacman.d/mirrorlist
[world]
Include = /etc/pacman.d/mirrorlist
#[galaxy-gremlins]