update all app ```powershell scoop list | foreach { scoop update $_.Name } ``` update outdated app ```powershell scoop update scoop status | foreach { scoop update $_.Name } ``` remove outdated version ```powershell scoop cleanup * ```