DEV Community

Discussion on: Ubuntu is harder than Arch

Collapse
 
shrihankp profile image
Shrihan • Edited

I like Arch and Arch based distros, fairly because:

Ubuntu: sudo apt-get update && sudo apt-get upgrade
Arch: sudo pacman -Syu

Ubuntu: sudo apt-get install software-properties-common; sudo add-apt-repository ppa:some/repository(Run the second command for every new software not found in the official repos)
Arch: sudo pacman -S git;git clone https://aur.archlinux.org/yay.git;cd yay;makepkg -si(No need to do anything again. Almost every software is found in the AUR)

Ubuntu: sudo apt-get install ...
Arch: pacman -S ...

Collapse
 
haxnet profile image
HaxNet • Edited

Agreed. I love using yay I haven't had any trouble finding programs.