카테고리 없음
Garuda Linux (Arch Linux)에서 sudo apt upgrade
전향한 우파
2024. 3. 3. 12:06
garuda-update를 실행하면 된다.
원래 아치 리눅스는
sudo pacman -Syu
로 하면 된다.
The equivalent of apt-get update in Arch Linux is pacman -Syy.
pacman -Syu is equivalent to apt-get update && apt-get upgrade.
Might as well make this complete if it stays...
pacman -S <package> is apt-get install <package>.