Difference between revisions of "OpenRC, an alternative to systemd"
Views
Actions
Namespaces
Variants
Tools
→Replacing systemd with eudev (advanced users): remove info about eudev-openrc
imported>Aaditya |
imported>Aaditya |
||
Line 281: | Line 281: | ||
The steps to install eudev are as follows: | The steps to install eudev are as follows: | ||
sudo pacman -S eudev | sudo pacman -S eudev eudev-systemdcompat | ||
The output looks like the following: | The output looks like the following: | ||
$ sudo pacman -S eudev | $ sudo pacman -S eudev eudev-systemdcompat | ||
resolving dependencies... | resolving dependencies... | ||
looking for | looking for conflicting packages... | ||
:: eudev and libsystemd are in conflict (libgudev-1.0.so). Remove libsystemd? [y/N] y | |||
:: eudev-systemdcompat and systemd are in conflict. Remove systemd? [y/N] y | :: eudev-systemdcompat and systemd are in conflict. Remove systemd? [y/N] y | ||
:: eudev-systemdcompat | warning: dependency cycle detected: | ||
warning: eudev-systemdcompat will be installed before its eudev dependency | |||
Packages ( | Packages (4) libsystemd-219-6 [removal] systemd-219-6 [removal] eudev-3.0-1 eudev-systemdcompat-219-2 | ||
Total Download Size: | Total Download Size: 0.95 MiB | ||
Total Installed Size: | Total Installed Size: 7.09 MiB | ||
Net Upgrade Size: | Net Upgrade Size: -18.78 MiB | ||
:: Proceed with installation? [Y/n] | :: Proceed with installation? [Y/n] | ||
Line 308: | Line 308: | ||
upower-pm-utils: pm-utils support | upower-pm-utils: pm-utils support | ||
The ''upower-pm-utils'' package | The ''upower-pm-utils'' package is an older version of upower (0.9.23) with suspend and hibernate functionality. | ||
=== Possible issues === | === Possible issues === |