OGIOS

personal website.


Table of contents

Arch pacman delete related packages

Remove pkg and every package depend on pkg

pacman -R <pkg> && pacman -Rnc <pkg>

Remove pkg and it's dependencies

pacman -R <pkg> && pacman -Rns <pkg>

Get orphaned packages

pacman -Qdt <-q> # -q will not show the package info(version etc)