Originally posted by ...
You don't need more bureaucracy and policy making, you just need to stop closing useful bug reports for no reason.
/etc/dnf/aliases.d/USER.conf [main] enabled = True [aliases] in = install ri = reinstall rm = remove mc = makecache up = update dsync = distro-sync dg = downgrade sh = shell se = search
Pacman: $ time pacman -Syu xorg xorg-server gnome # 645 packages, 550MB download, 2.4GB installed real 9m14.225s user 0m44.394s sys 0m15.765s DNF: $ time dnf -y groups install "GNOME" # 787 packages, 545M download, 1.7GB installed real 4m57.101s user 1m19.233s sys 0m13.963s $ time dnf -y groups install Core Fonts GNOME "Hardware Support" base-x --allowerasing # 973 packages, 898MB download, 1.8GB installed real 7m29.249s user 2m2.126s sys 0m19.186s $ time dnf -y groups install "Server with GUI" --allowerasing # 1163 packages, 1.1G download, 2.5GB installed real 10m50.XXXs # forgot to copy paste the result before doing a history command, lost scrollback
Leave a comment: